The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
Same as $bbuserinfo, but just for the person who made the [post.
|
#32
|
|||
|
|||
How would I display a user's profile picture inside of a post? I'm having lots of trouble with this.
|
#33
|
||||
|
||||
ATM theres no easy way, as in theres no varible. Try making a request.
|
#34
|
|||
|
|||
Do I request it here?
|
#35
|
|||
|
|||
If I were to create the variable, what file / template would I look into?
|
#36
|
|||
|
|||
Thanks for all the info!
|
#37
|
|||
|
|||
Are there any variables which can tell you where you are on the site?
If a user is viewing one of a number of pages, I want to add additional links to the navbar. After checking the whosonlinebit template I see there is $userinfo[location], but this doesn;t seem to be set in other templates. Any ideas? Thanks |
#38
|
|||
|
|||
THIS_SCRIPT is defined on all vBulletin pages (that use templates) I think they are just the name of the file without the .php extension. Therefore your conditional with look like:
Code:
<if condition="THIS_SCRIPT == 'showthread'"> You are viewing a thread! </if> |
#39
|
|||
|
|||
thanks, did the trick!
|
#40
|
|||
|
|||
good thread, it just helped me
gotta love the search |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|