|
#1
| ||||
| ||||
| Upgrade Notice - vBulletin 3.7.3 We have uploaded new versions of our styles for vBulletin 3.7.3. Customers can find the new files in the customers area. All vBulletin users are encouraged to upgrade as soon as possible. Bugs/Issues We encourage all our skin users to submit bug reports via our bug tracker. If you have further problems, not relating to bugs etc you can open a support thread for assistance. Manual Changes By popular demand we will document how to manually update tempaltes when few changes are made in an update. Please see the below posts for guidance. |
|
#2
| ||||
| ||||
| Aria Style - Manual Edits Aria Style - Manual Edits lostpw Find: Code: $vbphrase[email_address]:<br /> <input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" /> </td> </tr> Code: $vbphrase[email_address]:<br />
<input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" />
</td>
</tr>
<if condition="$human_verify">
<tr>
<td>$human_verify</td>
</tr>
</if> modifyoptions Find: Code: <phrase 1="member.php$session[sessionurl]?u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> Code: <phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> newthread Find: Code: <select name="prefixid" class="bginput"> Code: <select name="prefixid" class="bginput" tabindex="1"> Find: Code: $template_hook[postbit_signature_start] Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: $template_hook[postbit_signature_start] Replace: Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Revert Template Last edited by MaestroX; 28-08-2008 at 07:37 PM. |
|
#3
| ||||
| ||||
| Chat Fusion Style - Manual Edits Chat Fusion Style - Manual Edits lostpw Find: Code: $vbphrase[email_address]:<br /> <input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" /> </td> </tr> Code: $vbphrase[email_address]:<br />
<input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" />
</td>
</tr>
<if condition="$human_verify">
<tr>
<td>$human_verify</td>
</tr>
</if> Find: Code: <phrase 1="member.php$session[sessionurl]?u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> Code: <phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> newthread Find: Code: <select name="prefixid" class="bginput"> Code: <select name="prefixid" class="bginput" tabindex="1"> Find: Code: $template_hook[postbit_signature_start] Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: $template_hook[postbit_signature_start] Replace: Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center" style="margin-top:20px" width= "100%"> Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center" width="100%"> userinfraction_view Revert Template Last edited by MaestroX; 28-08-2008 at 07:38 PM. |
|
#4
| ||||
| ||||
| Red Carbon Style - Manual Edits Red Carbon Style - Manual Edits lostpw Find: Code: $vbphrase[email_address]:<br /> <input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" /> </td> </tr> Code: $vbphrase[email_address]:<br />
<input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" />
</td>
</tr>
<if condition="$human_verify">
<tr>
<td>$human_verify</td>
</tr>
</if> Find: Code: <phrase 1="member.php$session[sessionurl]?u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> Code: <phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> newthread Find: Code: <select name="prefixid" class="bginput"> Code: <select name="prefixid" class="bginput" tabindex="1"> Find: Code: $template_hook[postbit_signature_start] Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: $template_hook[postbit_signature_start] Replace: Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center" style="margin-top:20px" width= "100%"> Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center" width="100%"> Find: Code: <label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" checked="checked" />$vbphrase[soft_delete_leave_deleted_message]</label> <br /><img class="inlineimg" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" alt="" border="0" /><label for="cb_keepattachments"><input type="checkbox" name="keepattachments" class="inlineimg" value="1" id="cb_keepattachments" />$vbphrase[keep_attachments]</label> Code: <div><label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" checked="checked" />$vbphrase[soft_delete_leave_deleted_message]</label></div> <div><img class="inlineimg" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" alt="" border="0" /><label for="cb_keepattachments"><input type="checkbox" name="keepattachments" class="inlineimg" value="1" id="cb_keepattachments" />$vbphrase[keep_attachments]</label></div> userinfraction_view Revert Template Last edited by MaestroX; 28-08-2008 at 07:38 PM. |
|
#5
| ||||
| ||||
| Seasons Style - Manual Edits Seasons Style - Manual Edits lostpw Find: Code: $vbphrase[email_address]:<br /> <input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" /> </td> </tr> Code: $vbphrase[email_address]:<br />
<input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" />
</td>
</tr>
<if condition="$human_verify">
<tr>
<td>$human_verify</td>
</tr>
</if> Find: Code: <phrase 1="member.php$session[sessionurl]?u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> Code: <phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[features_visitor_messaging_system]</phrase> newthread Find: Code: <select name="prefixid" class="bginput"> Code: <select name="prefixid" class="bginput" tabindex="1"> Find: Code: $template_hook[postbit_signature_start] Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: $template_hook[postbit_signature_start] Replace: Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] Find: Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center" style="margin-top:20px" width= "100%"> Code: <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center" width="100%"> Find: Code: <label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" checked="checked" />$vbphrase[soft_delete_leave_deleted_message]</label> <br /><img class="inlineimg" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" alt="" border="0" /><label for="cb_keepattachments"><input type="checkbox" name="keepattachments" class="inlineimg" value="1" id="cb_keepattachments" />$vbphrase[keep_attachments]</label> Code: <div><label for="rb_deletetype_1"><input type="radio" name="deletetype" value="1" id="rb_deletetype_1" checked="checked" />$vbphrase[soft_delete_leave_deleted_message]</label></div> <div><img class="inlineimg" src="$stylevar[imgdir_misc]/tree_$stylevar[textdirection].gif" alt="" border="0" /><label for="cb_keepattachments"><input type="checkbox" name="keepattachments" class="inlineimg" value="1" id="cb_keepattachments" />$vbphrase[keep_attachments]</label></div> userinfraction_view Revert Template Last edited by MaestroX; 28-08-2008 at 07:39 PM. |
|
#6
| ||||
| ||||
| Webpoint Style - Manual Edits Webpoint Style - Manual Edits postbit Find: Code: $template_hook[postbit_signature_start] Code: $template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] |
|
#7
| |||
| |||
| Re: Upgrade Notice - vBulletin 3.7.3 A couple of comments. 1) The first and last template edits for Red Carbon have not formatted well in the quote box and may be difficult for folsk to locate. 2) After doing the edits and the single reversion vB still indicates that 'memberinfo_block_infractions' may need reversion. Does this require editing or reverting? Cheers. And of course thanks again for providing the edits. ![]() |
|
#8
| ||||
| ||||
| Re: Upgrade Notice - vBulletin 3.7.3 Hello, Sorry about that, vBulletin decided to mess up the formatting when I was writing up with posts. The template memberinfo_block_infractions can be reverted with no problems. No Problem ![]() |
|
#9
| |||
| |||
| Re: Upgrade Notice - vBulletin 3.7.3 Cheers both Blue and Red Carbon now done! |
| Tags |
| announcement , manual edits , upgrading , vbulletin 3.7 |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Upgrade Notice - vBulletin 3.7.1 | MaestroX | Announcements | 14 | 11-06-2008 06:04 PM |
| Upgrade Notice - vBulletin Blog 1.0.5, vBulletin Project Tools 1.0.3 | MaestroX | Announcements | 2 | 15-05-2008 08:43 PM |
| Upgrade Notice - vBulletin 3.7.0 Gold, vBulletin 3.6.10 | MaestroX | Announcements | 9 | 12-05-2008 01:18 PM |
| Upgrade Notice - vBulletin 3.7.0 (RC1) | MaestroX | Announcements | 2 | 21-03-2008 02:55 AM |
| Upgrade Notice (vBulletin 3.6.8) | MaestroX | Announcements | 0 | 27-07-2007 01:20 PM |