Hi everyone,
I would late to delete / remove the Top members tab. Its in the homepage and there are options like Latest Members, Top, Random Online. Please someone tell me how I can do this.
Look forward to your help
Thank you
Hi everyone, I would late to delete / remove the Top members tab. Its in the homepage and there are options like Latest Members, Top, Random Online. Please someone tell me how I can do this. Look forward to your help Thank you |
anyone please :) |
i would also like to know how to do this |
which top menu you are referring to? so much to do.... |
most of the the blocks have a latest and top tab it's the top tab i'm wanting to remove |
For homepage block do this in templates/base/scripts/BxBaseIndexPageView.php at line 428. you will see this return array($sCode, $aDBTopMenu, $sPaginate); remove the $aDBTopMenu and it will be return array($sCode, $sPaginate); I don't remember but i am having a feeling that i have posted it somewhere before. Did you searched the forum? so much to do.... |
thank you yes i did search, and this was the only post i found that was vaguely recent. |
You're welcome. Good luck so much to do.... |