Hi is it possible to hide the nav bar before members join , i have a splashpage so i dont need a navbar , i dont want members looking at my site before joining as its not very busy lol
Hi is it possible to hide the nav bar before members join , i have a splashpage so i dont need a navbar , i dont want members looking at my site before joining as its not very busy lol |
Hi is it possible to hide the nav bar before members join , i have a splashpage so i dont need a navbar , i dont want members looking at my site before joining as its not very busy lol have you used the site search here, this has been discussed many times in the past ManOfTeal.COM a Proud UNA site, six years running strong! |
This might work.. http://www.boonex.com/m/FREE_MOD_DeeEmm_Hide_Menu_Bar_from_Guests ManOfTeal.COM a Proud UNA site, six years running strong! |
This from Marcoart is easy too.. http://www.boonex.com/forums/topic/Remove-top-menu.htm#86927 ManOfTeal.COM a Proud UNA site, six years running strong! |
Or this simple code change to one line. https://www.deanbassett.com |
Re-posted from my answer in this topic. http://www.boonex.com/forums/topic/Hide-Empty-Menu-bar.htm
Thanks Deano! Yours is actually the one I was trying to find... ManOfTeal.COM a Proud UNA site, six years running strong! |
Great work thankyou very much for helping , ps this change wont cause errors in future updates like 7.1.5 |
Great work thankyou very much for helping , ps this change wont cause errors in future updates like 7.1.5 Any time you make changes to core files, it can be overwritten in an update. So, make a list of the files you have changed and keep a back up of the file, with the ext of bck; and you will also know which files have changed from the extension. Then when you upgrade, you add your change to the upgrade file before performing the upgrade. Geeks, making the world a better place |
Cool so i just save the inc/classes/BxDolTemplate.php file and all will be good but im thinking this file may have changes in future updates, its prob best once upgrade is complete just make the changes stated above again |
Cool so i just save the inc/classes/BxDolTemplate.php file and all will be good but im thinking this file may have changes in future updates, its prob best once upgrade is complete just make the changes stated above again
https://www.deanbassett.com |
Hi i just try the code if(isMember()) $sRet = $GLOBALS['oTopMenu'] -> getCode(); it made the nav bar drop down so that there is a gap any reason , many thanks |
Hi i just try the code if(isMember()) $sRet = $GLOBALS['oTopMenu'] -> getCode(); it made the nav bar drop down so that there is a gap any reason , many thanks Nope. There should not be any issues. I cannot reproduce any problems on my site. https://www.deanbassett.com |
Hi i just try the code if(isMember()) $sRet = $GLOBALS['oTopMenu'] -> getCode(); it made the nav bar drop down so that there is a gap any reason , many thanks View source and use Firebug as well to see what is there. Firebug is good for seeing if there is a division or something and the css being applied. Geeks, making the world a better place |