Troubleshooting vBulletin ProblemsDiscuss Conditional problem in the vBulletinSetup Information forums; Hey does anyone know how I can remove something for guests only on the index. But show it on the index for members?
I used this
<if condition="THIS_SCRIPT != 'index'">
...
Neither one works. See what I am trying to do is use the notice system. I want to show a notice for guests but not show it on the index. But I want to notice system to work for everything else too. But no matter how I get it it only works for one and not the other. I just want to use the notice system to show a guest register message on every page but the index but allow it to work for everyone else on index. I am having troubles figuring it out.
Any other ideas? Maybe the one with guest with an else statment?
I have no need for welcome headers. I have a built in notice system LOL. And no I already have a welcome message on homepage. So I wanted to put small message on all the other pages. You can check out my site and see how have it now.