
03-22-2007, 10:22 PM
|
 |
|
|
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Modification Updates
Update: 1.01- Added the ability to Enable/Disable this Modification
- Added a Coloring Legend on the Forumdisplay page
Upgrade Instructions
1. Upload the new Product XML File and set Overwrite to "Yes".
2. Replace all instances in your "threadbit" template of: (Don't forget to add in your Field Number!
Code:
<if condition="$bbuserinfo['fieldX'] == 'Yes, enable.' AND $status">
With:
Code:
<if condition="$bbuserinfo['fieldX'] == 'Yes, enable.' AND $status AND $enable">
3. Find in your "forumdisplay" template:
Add above:
Code:
<div class="smallfont" align="left"><strong>$vbphrase[legend]</strong></div>
<table cellpadding="4" cellspacing="1" border="0" width="300" class="tborder" style="table-layout:fixed">
<tr>
<td class="alt1_unread" align="center"><span class="smallfont">$vbphrase[tb_new]</span></td>
<td class="alt1_uposted" align="center"><span class="smallfont">$vbphrase[tb_posted]</span></td>
<td class="alt1_popular" align="center"><span class="smallfont">$vbphrase[tb_popular]</span></td>
<td class="alt1_closed" align="center"><span class="smallfont">$vbphrase[tb_closed]</span></td>
</tr>
</table>
Update: 1.01 (Con'td.)
(As this is just a simple change, I didn't change the Modification's Version #.)- Fixed CSS to improve Browser Compliancy
Upgrade Instructions
1. Replace all instances in your Main CSS - Additional Styling of:
With:
|