The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make articles publish automatically?
I want to simplify making articles for members.
Is there a way I can make articles "auto-publish", that is, publish as soon as they write the article? I want to take away their option to not publish it. |
#2
|
||||
|
||||
Questions regarding default vBulletin 4 should be asked on the vBulletin.com forums. See this sticky - Installation Issues / Questions or bug reports regarding default vBulletin 4.0
|
#3
|
||||
|
||||
Youre not gonna like it but
AdminCP > styles > your style > edit templates > find and open : vbcms_edit_publisher Find : Code:
<div class="fullwidth" > <div class="thirdleft">{vb:rawphrase published}</div> <div class="twothirdsright"> <input type="radio" value="1" name="setpublish" <vb:if condition="$setpublish"> checked="checked"</vb:if> />{vb:rawphrase yes} <input type="radio" value="0" name="setpublish" <vb:if condition="! $setpublish"> checked="checked"</vb:if> />{vb:rawphrase no} </div> Then you could maybe either change the values on those two input boxes and then instead of makeing them "radio" change it to hidden.. or just comment it all out and put in <input type="hidden" name="setpublish" value="0"> --- unfortunally dont think you can force publishing by default.. so it got to be modded. |
#4
|
|||
|
|||
This is very valuable, thanks!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|