| Re: Increase the Users on your site.....and keep them... |
| by theprof on 2006/1/31 17:49:06 luciano, yes you ar right, it is more for community oriented sites. Dating, etc. etc. Yes my site is pure xoops, all of my sites are Xoops. I just went public with the site I incorporated this frontpage html login for Today nationally in the press. We will see what type of feedback it warrants... And thanks for that lil tidbit..Im going ot add that in instead of just deleting the whole link in the block. |
| Re: Increase the Users on your site.....and keep them... |
| by luciano on 2006/1/28 18:38:46 The idea is great for Dating, profile... sites but I don't think that it's a good idea to use it on newssites. BTW is your site a Xoopssite? |
| Re: Increase the Users on your site.....and keep them... |
| by shank on 2006/1/28 17:47:43 or you could change it to le="color: #000000"><?php <a class="menuTop" href="<{$xoops_url}>/index.php">home</a> And keep you main menu |
| Re: Increase the Users on your site.....and keep them... |
| by theprof on 2006/1/28 17:32:36 I foudn how you can remove the HOME in your main menu, and keep the main menu. I just made another block an incorporated the HOME page I wanted there... go to modules/system/templates/blocks and find system_block_mainmenu edit it by taking out the <home> part just paste this <table cellspacing="0"> <tr> <td id="mainmenu"> <a class="menuTop" href="<{$xoops_url}>/"></a> <!-- start module menu loop --> <{foreach item=module from=$block.modules}> <a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a> <{foreach item=sublink from=$module.sublinks}> <a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a> <{/foreach}> <{/foreach}> <!-- end module menu loop --> </td> </tr> </table> Now go to the Module Admin. and UPDATE the systems module.. DONE.... |
| Re: Increase the Users on your site.....and keep them... |
| by theprof on 2006/1/25 13:58:53 Yeah, I had that problem....Yes the HOME does go back to the index.html. what I did was make a custom menu (Multi-Menu) was my favorite selection, and put in my own links. Made invisible the MAIN MENU...quick and simple. |