![]() |
Postbit information question?
You no the options that show as a drop down menu when you click on a persons name, ie; send private message to, view public profile, view all posts by, add to favorites ...
How can you have some of those links added to the post-bit area? |
Simply put the links in the postbit template or postbit_legacy template where you want them to appear.
View profile Code:
<if condition="$show['profile']"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></if> Code:
<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a> Code:
<if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a> Search for: Code:
$vbphrase[posts]: $post[posts] Code:
$vbphrase[posts]: <a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow">$post[posts]</a> |
All times are GMT. The time now is 08:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|