UK CHI3F
11-04-2012, 07:49 PM
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
<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>
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
<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>