View Full Version : Remove Promote to article From User postbit
rafiul
01-03-2011, 06:20 AM
Hello, Cant find this option, How to disable Promote to artice button from the user postbit?
Thanks
TheLastSuperman
01-03-2011, 06:36 AM
Hello, Cant find this option, How to disable Promote to artice button from the user postbit?
Thanks
Edit the postbit or postbit_legacy template and find:
<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>
Remove/Cut that code out OR Replace with:
<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>
Although only you as an admin should see the link...
rafiul
01-03-2011, 08:49 AM
Thanks Superman!
edytwinky
05-26-2012, 10:41 PM
Excellent! Thanks!
kushal
01-09-2014, 10:52 AM
Here is the solution:
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/348274-how-to-disable-promote-to-aricle?p=3025853#post3025853
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.