The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I figured out how to add the selection box and use an image but how do you get the image next to the persons username in the who's online box.
|
#12
|
||||
|
||||
Gather up some of images of these football clubs.
Upload them to your images/avatars folder. Create a new profile field in your admin panel. Use a single-selection menu and add the names of Make sure the list of options matches the name of the images you got earlier (without the .gif or .jpg bit at the end). Select the Display Page as Options:Other Go to 'User Profile Field Manager' in Admin Panel Find the profile field you made and note its number (i.e. field12) Go to Styles/Templates in the Admin Panel In forumhome_loggedinuser template FIND Code:
$loggedin[musername] Code:
<if condition="$post[field12]"> <img src="images/avatar/$post[field12].gif" /> </if> |
#13
|
||||
|
||||
the above code won't work. do everything as said in the above post except the template edit part.
first create a new plugin under the forumhome_loggedinuser hook and add the below code: (thanks Opserty for the tip) Code:
$online_userinfo = fetch_userinfo($loggedin['userid']); now open up the forumhome_loggedinuser template FIND Code:
$loggedin[musername] Code:
<if condition="$online_userinfo[field6]"><img src="images/clubs/$online_userinfo[field6].gif" border="0" /></if> |
#14
|
|||
|
|||
I can't get this to work. Its not showing anything!!!
IGNORE My Mistake Was I used the forumdisplay_loggedinuser tamplate instead of forumhome_loggedinuser Thanks |
#15
|
|||
|
|||
This just isn't working for me, could really do with some help. Followed the instructions exactly.
Using 3.7.0 I'm using forumhome not forumdisplay.. i've put the right field number in, the image location is fine and working.. i just don't understand why it's not doing it though. Any ideas? |
#16
|
|||
|
|||
can these work so they are shown wherever the username is displayed like whos online, member list
|
#17
|
|||
|
|||
bump
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|