The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello, Cant find this option, How to disable Promote to artice button from the user postbit?
Thanks |
|
#2
|
||||
|
||||
|
Quote:
Code:
<vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
<vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
<a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if>
</vb:if>
Code:
<vb:comment><vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
<vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
<a href="{vb:raw promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if>
</vb:if></vb:comment>
|
|
#3
|
||||
|
||||
|
Thanks Superman!
|
|
#4
|
|||
|
|||
|
Excellent! Thanks!
|
|
#5
|
|||
|
|||
|
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|