The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide Give Reputation
Hi everyone,
I was hoping someone could help point me in the right direction. Is there a way to hide the give reputation button so it only shows on the first post of a thread. I want people to only be able to give reputation to those who start a thread. I would also like to limit this to certain forum's. Thanks |
#2
|
||||
|
||||
Edit your postbit or postbit_legacy-Template.
Find: Code:
<vb:if condition="$show['reputationlink']"> Code:
<vb:if condition="$show['reputationlink'] AND $post['postcount']=='1' AND in_array($thread['forumid'], array(X, Y, Z))"> |
Благодарность от: | ||
Lynne |
#3
|
|||
|
|||
Your a champion Cellarius! Ill give this a go and get back to you on how it went.
|
#4
|
|||
|
|||
Works like a charm Cellarius thank you. Tested and working.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|