The readme file says:
3) In Template newthread
FIND
--------------------------------------------------
$threadmanagement
--------------------------------------------------
ABOVE that ADD
--------------------------------------------------
<if condition="$show['vbookieevent']">
<fieldset class="fieldset">
<legend>$vbphrase[post_a_vbookieevent]</legend>
<div style="padding:$stylevar[formspacer]px">
<div><label for="cb_postvbookieevent"><input type="checkbox" name="postvbookieevent" value="yes" id="cb_postvbookieevent" tabindex="1" $checked[postvbookieevent] />$vbphrase[yes_post_a_vbookieevent_thread]</label></div>
</div>
</fieldset>
</if>
--------------------------------------------------
There is no one line which is:
$threadmanagement
So, I took a guess in following the instructions as precisely as possible, and put the "ABOVE that ADD" coding in the following place in the 2nd of 3 instances of $threadmanagement in the newthread file:
{
PUT CODING HERE
$threadmanagement = '';
}
Of course, this results in an error in my forum when one creates a new thread.
Would someone please instruct me as to where exactly I am to put the coding? Thank you.
|