The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#252
|
||||
|
||||
3.7.1 between 3.7.2 template changes for Clean Blue Template:
Open navbar template and find; Code:
<if condition="$show['notifications']"> Code:
<if condition="$show['notifications'] AND $show['popups']"> Code:
<thead> <tr> <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td> </tr> </thead> Code:
$template_hook[forumhome_wgo_pos1] Code:
<!-- end logged-in users --> </if> Code:
$template_hook[forumhome_wgo_pos2] Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> Code:
$template_hook[forumhome_wgo_stats] Code:
</tbody> Code:
$template_hook[forumhome_wgo_pos3] Code:
</tbody> <!-- end today's birthdays --> </if> Code:
$template_hook[forumhome_wgo_pos4] Open footer template and find: Code:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if> Code:
$template_hook[footer_links] Code:
<div><label for="fa_mpo"><input type="radio" name="do" id="fa_mpo" value="modposts" checked="checked" />$vbphrase[view_posts_queue]</label></div> <div><label for="fa_mat"><input type="radio" name="do" id="fa_mat" value="modattach" />$vbphrase[view_attachment_queue]</label></div> <div><label for="fa_mov"><input type="radio" name="do" id="fa_mov" value="move" />$vbphrase[massmove_threads]</label></div> <div><label for="fa_prn"><input type="radio" name="do" id="fa_prn" value="prune" />$vbphrase[massprune_threads]</label></div> Code:
<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> Code:
<input type="hidden" name="p" value="$qrpostid" id="qr_postid" /> Code:
<input type="hidden" name="specifiedpost" value="0" id="qr_specifiedpost" /> |
#253
|
|||
|
|||
Thx a lot
|
#254
|
|||
|
|||
thanks!
i think there is a small error in the "Open forumdisplay template and find:" Step in the replacecode you insert the "if" which is allready there again. |
#255
|
||||
|
||||
Quote:
So ıf you are using 3.7.2 the codes are that I gave already defined in vbulletin 3.7.2 version. |
#256
|
|||
|
|||
How can I update and not loss any of my modifications on this style? Is it at all possible? Got heavily modified postbit templates, and I don't want to lost it but it does need to be changed a little after the update.
Thanks. |
#257
|
|||
|
|||
Quote:
I've opted for Code:
</tbody> <if condition="$show['birthdays']"> <!-- today's birthdays --> @ Mr. Hoddz. Read the instructions posted by HaYLaZ 4 up, from your own post . If you get stuck post up and people will try to help you. |
#258
|
|||
|
|||
Ah right, missed that bit.
Thanks for pointing that out =D |
#259
|
|||
|
|||
Thanks a lot!
Just a quick question.. the changes to FORUMDISPLAY and SHOWTHREAD that you're supposed to do I already had in my files? Is that because I've updated to the 3.7.1 version already? |
#260
|
||||
|
||||
If you installed updated xml file it isnt necessary to make changes
|
#261
|
|||
|
|||
does this work with 3.7.2
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|