![]() |
What would I use if i wanted to show an image if a curtain user is online and if they are off show a different one.
|
What about trying to get themt o display in two different spots, when I have them both in the forumhome template and in the footer template, it won't display in the footer one, is there something I need to do to make it display?
|
Thanks ...
I doubt I can use it anywhere in my vb |
Is there a variable that contains the name of the current page? I can't seem to find one.
|
THIS_SCRIPT
But it's a constant, not a variable, so don't use $ |
One more that should be added to the BBuserinfo list is $bbuserinfo[usergroupid]
This one is really useful, so I think it should be added. |
How do I use THIS_SCRIPT in a conditional to check if on the forum index page?
This is what I have right now but it's not working: Code:
<if condition="THIS_SCRIPT != 'index.php'"> I've tried using the $vboptions[homeurl] and $vboptions[bburl] to no avail. :confused: --------------- Added [DATE]1237927008[/DATE] at [TIME]1237927008[/TIME] --------------- I've just found the answer to my question here: http://forum.vbulletinsetup.com/f18/...list-2185.html In other words it should be this: Code:
<if condition="THIS_SCRIPT != 'index'"> |
What would i use to make a "Home" buton that links to each persons OWN profile.?
Thanks :) |
Quote:
HTML Code:
<a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">Home</a> |
This is what is there now..so i will need to make some adjustments for the button, etc..
Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]" class="home">Home</a> |
All times are GMT. The time now is 06:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|