The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
CMS article settings default values
I am having troubel changing the default settings for my cms articles.
I need to have only the titel and short preview on my front page and would like theis set as default when creating an article. When someone clicks on the article i would like the author, date etc all displayed. I understand i need to change settings in: vbcms_edit_publisher which is below but i dont know what to change, when i did change bits it made no difference. Please help with anything you can, Thanks Code:
<label class="half">{vb:rawphrase show_publish_state}</label> <div class="half"> <ul class="multifield group floatcontainer"> <li><input type="radio" name="showpublishdate" id="showpublishdate0" value="0" <vb:if condition="$showpublishdate"> checked="checked" </vb:if> tabindex="1" /> <label for="showpublishdate0" class="secondary">{vb:rawphrase yes}</label> {vb:stylevar dirmark}</li> <li><input type="radio" name="showpublishdate" id="showpublishdate1" value="0" <vb:if condition="!$showpublishdate"> checked="checked" </vb:if> tabindex="1" /> <label for="showpublishdate1" class="secondary">{vb:rawphrase no}</label></li> </ul> </div> </div> <div class="blockrow" > <label class="half">{vb:rawphrase show_full_article}</label> <div class="half"> <ul class="multifield group floatcontainer"> <li><input type="radio" name="showpreviewonly" id="showpreviewonly0" value="0" <vb:if condition="!$showpreviewonly"> checked="checked"</vb:if> tabindex="1" /> <label for="showpreviewonly0" class="secondary">{vb:rawphrase yes}</label> {vb:stylevar dirmark}</li> <li><input type="radio" name="showpreviewonly" id="showpreviewonly1" value="1" <vb:if condition="$showpreviewonly"> checked="checked"</vb:if> tabindex="1" /> <label for="showpreviewonly1" class="secondary">{vb:rawphrase no}</label></li> </ul> </div> </div> <div class="blockrow" > <label class="half">{vb:rawphrase show_update_date}</label> <div class="half"> <ul class="multifield group floatcontainer"> <li><input type="radio" name="showupdated" id="showupdated0" value="1" <vb:if condition="$showupdated"> checked="checked" </vb:if> tabindex="1" /> <label for="showupdated0" class="secondary">{vb:rawphrase yes}</label> {vb:stylevar dirmark}</li> <li><input type="radio" name="showupdated" id="showupdated1" value="0" <vb:if condition="!$showupdated"> checked="checked" </vb:if> tabindex="1" /> <label for="showupdated1" class="secondary">{vb:rawphrase no}</label></li> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|