Quote:
Originally Posted by HaYLaZ
These codes for who are using clean blue for vbulletin 3.7.1 (not upgraded version)
So ıf you are using 3.7.2 the codes are that I gave already defined in vbulletin 3.7.2 version.
|
i have 3.7.1 installed, and if i follow your advice for the "forumdisplay template"
then my template looks like:
Code:
<if condition="$show['post_queue']"><if condition="$show['post_queue']">
<div><label for="fa_mpo"><input type="radio" name="do" id="fa_mpo" value="modposts" checked="checked" />$vbphrase[view_posts_queue]</label></div></if>
<if condition="$show['attachment_queue']"><div><label for="fa_mat"><input type="radio" name="do" id="fa_mat" value="modattach" />$vbphrase[view_attachment_queue]</label></div></if>
<if condition="$show['mass_move']"><div><label for="fa_mov"><input type="radio" name="do" id="fa_mov" value="move" />$vbphrase[massmove_threads]</label></div></if>
<if condition="$show['mass_prune']"><div><label for="fa_prn"><input type="radio" name="do" id="fa_prn" value="prune" />$vbphrase[massprune_threads]</label></div>
</if></if>
in your
"search for" step you look for the code
after the
"<if condition="$show['post_queue']">", but in the replace code you insert the whole code segment including the
"if"
so this gives you then
"<if condition="$show['post_queue']"><if condition="$show['post_queue']">"