The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I remove the "Report Post" button from a single forum?
How do I remove the "Report Post" button from a single forum (the forum ID is 240) in vB 4.2.3?
I tried this in postbit_legacy but it doesn't work: Code:
<vb:if condition="$forum[forumid] != 240"> <vb:if condition="$show['reportlink']"> <a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a> </vb:if></vb:if> |
#2
|
||||
|
||||
Try this
HTML Code:
<vb:if condition="$GLOBALS['forumid'] != 240"> <vb:if condition="$show['reportlink']"> <a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a> </vb:if></vb:if> |
#3
|
|||
|
|||
Quote:
Many thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|