The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Avatar in place of/next to post icon
Does anyone know where I can find a mod that places the users avatar next to their post reply like on this board? Also on this same board, does anyone know where I can find the mod that puts users who have visited with their avatar next to their name, at the foot of the forum?
|
#2
|
|||
|
|||
It might help to know what verion of vBulletin you are running. These links might help.
Good artilce to read: [ How - to ] Displays users avatars any where. vBulletin 4 BT - AVATAR FORUMDISPLAY'S THREADBIT PAGE BT - Displays Avatars Memberinfo Recent Visitors BT - Displays avatar newest members on forumhome BT - Displays avatars your friend lists pop-up vBulletin 3.8 BT - Displays avatars online users on forumhome BT - Displays avatars your friends pop-up vBulletin 3.6 & 3.7 Place Avatar in VB and Non-VB Pages Avatar on forumdisplay |
#3
|
|||
|
|||
I'm using vb 3.8.6. I cannot find these mods anywhere. Ugh.
|
#4
|
||||
|
||||
What do you mean you can't find them anywhere - all the links he posted are valid links.
|
#5
|
|||
|
|||
Yeah but the mods weren't what I was looking for. They do similar to what I wanted, but not specifically.
|
#6
|
||||
|
||||
Then modify it to do what you want. I don't think I've used any mod from here exactly as it was released - I've always modified it specifically for my site.
|
#7
|
|||
|
|||
I have no idea how to modify mods. As an ex ipb user, never really had to modify any mods I used for our board.
--------------- Added [DATE]1302985980[/DATE] at [TIME]1302985980[/TIME] --------------- Okay good news. I installed the avatarforumdisplay mod and edited it to resize avatars and made it english language. But how would I edit this plugin code here... Code:
require_once('./includes/functions_user.php'); $userid = $thread['postuserid']; $username = $thread['postusername']; $avatarurl = fetch_avatar_url($userid); if ($avatarurl == '') { $avatar = "<div class='avatar_forumdisplay' style='float:$stylevar[left]'><a href='member.php?u=$userid'><img src='$stylevar[imgdir_misc]/aucun_avatar.gif' border='0' width='50' height='50' alt='Profil de $username'></a></div>"; } else { $avatar = "<div class='avatar_forumdisplay' style='float:$stylevar[left]'><a href='member.php?u=$userid'><img src='image.php?u=$userid' border='0' width='50' height='50' alt='Avatar $username'></a></div>"; } to get the avatars to display on the forums index page in place of the usual post icons like question mark, smiley, etc? Would it be as simple as changing avatar_forumdisplay to avatar_indexdisplay? |
#8
|
||||
|
||||
avatar_forumdisplay is a class - it has nothing to do with where it displays, it has to do with the CSS and how the item is formatted.
You need to make sure the code is on the correct page that you need the variable to be used. Then you need to make sure you use the correct variable name in that template. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|