View Full Version : Mod and other questions for vb5.4
Actron
04-19-2018, 02:50 PM
Hello
I have installed vb5.4
First question:
Is it possible to hide the full topnav for unregistered users? I can hide all the tabs but the navbar still will be showing.:confused:
Mods:
*edit* watch this: https://vborg.vbsupport.ru/showthread.php?p=2594272#post2594272
Best regards
Actron
There are not many vBulletin 5 coders, but maybe Glenn can help you out https://vbmods.rocks/
Actron
04-19-2018, 03:11 PM
Yes i talked to Glenn... he never has say no to do this... but he also don't say yes. So i try it here. There must be a vb5 coder out there who can do this... i like the vb5 style.
It is a pity that there are so few programmers for vb5.
shimei
04-20-2018, 05:53 AM
Seems you are experiencing early warning signs. I don't know why you would go with a product which is end of life (Vb4), or a product which you have to ignore all warning indicators about (lack of 3rd party products Vb5).
If I could do it all over again, I wouldn't be using Vb 5 either. Not trying to throw fuel on the fire, just suggesting that you think this through and don't jump on a product which you know is going to cost you more than if you leave it now for another.
Brandon Sheley
04-20-2018, 01:10 PM
Try vbulletin 4, you'll have more options.
Keep your eyes open for other frameworks as well, who knows the future of vb.
delicjous
04-21-2018, 02:18 PM
Try this in a template-hook at footer_before_body_end:
<vb:if condition="$user['userid'] == 0">
<style>
#channel-tabbar {display:none}
#channel-subtabbar {display:none}
</style>
<vb:if>
You could also use a css template and use extracss within the if condition.
noypiscripter
09-21-2018, 06:29 PM
Yes i talked to Glenn... he never has say no to do this... but he also don't say yes. So i try it here. There must be a vb5 coder out there who can do this... i like the vb5 style.
It is a pity that there are so few programmers for vb5.
Just read this. I don't remember someone contacted me about this.
The solution is simply to add this custom CSS in css_additional template or in Sitebuilder CSS Editor:
.logged-out #channel-tabbar,
.logged-out #channel-subtabbar {
display: none;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.