View Full Version : Adding Icons in postbit
Blackbeard
08-10-2004, 04:13 PM
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
rebelsrock06
08-10-2004, 04:36 PM
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
you would need to edit the Postbit/Postbit_legacy template depending on which one your using
deathemperor
08-10-2004, 11:46 PM
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
<!-- 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>
Blackbeard
08-11-2004, 06:10 AM
I have a www. icon is this the same? (sorry for stupid question) and thank you very much.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.