The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Rep link and Report link on own posts in postbit legacy
How would I construct an IF statement that removes the Add Reputation link and the Report Post links in the postbit legacy template? I don't want the member to see those links on their own posts.
|
#2
|
||||
|
||||
The rep link is there so that the owner of the post can click it and see if they have been given rep for the post, anyway wrap the links in something like this
HTML Code:
<if condition="$post['userid'] != $bbuserinfo['userid']">YOUR LINKS</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|