The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I've searched here but haven't found the following:
Adding the private message button and link to the Members List so you could pm someone right from the Members List. Of course, it would only show up if the person had checked to allow for private messaging. Does this hack already exist? |
#2
|
||||
|
||||
Sounds like a template modification to me. I was able to do so myself just editing the memberlist and memberlistbit templates, using some info I got out of the User Info display templates to get an individual member's PM info.
|
#3
|
|||
|
|||
Thank you, I will see if I can figure it out!
|
#4
|
|||
|
|||
The code you want is...
After <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo[userid]">$userinfo[username]</a> Add $userinfo[pmlink] This will add the PM button next to their name. You might want to think about making it look prettier, but that's the code you need. |
#5
|
|||
|
|||
Aren't you great! Thanks for that!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|