The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Iam sorry if this is the wrong forum to ask and discuss this but tryed vbulletin template.com, but it dont seem to have the coders there it used to have so if its ok i'll ask here, if wrong section please move to correct section please
In the postbit we have the icons for messenger software like msm, how is it possible to add a PM, email and www icon under them and when you click them it goes to the correct place. these are some of icons i want to add and a screenshot off where i want to add them |
#2
|
||||
|
||||
![]() Quote:
|
#3
|
||||
|
||||
![]()
easy, I've done this with my board since my users rarely know the dropdown html.
well it's just: add this any where you want HTML Code:
<!-- FOR PM IMAGE --> <if condition="$show['pmlink']"> <a href="private.php?$session[sessionurl]do=newpm&userid=$post[userid]"><img src="PM IMAGE LINK" alt="<phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase>"></a> </if> <!-- FOR EMAIL IMAGE --> <if condition="$show['emaillink']"> <a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]"><img src="EMAIL IMAGE LINK" alt="<phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase>"></a> </if> |
#4
|
|||
|
|||
![]()
I have a www. icon is this the same? (sorry for stupid question) and thank you very much.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|