PDA

View Full Version : Forum Display Enhancements - icon key enhancement


al3bed
08-24-2008, 10:00 PM
hello,

what is this:
This will change icon keys style in fourmdisplay by using tables & css (alt1, alt2)

you will need to update only one template 'forumdisplay'
this update Will not affect the general pattern of the template
so you can use it with any version of vbulletin.


screenshots:
before: 86283
after: 86284


Installation:
download instructions from attached txt file.


it's will be better when you implementing this edit:
https://vborg.vbsupport.ru/showthread.php?t=178787

that all :)
I hope you like it.

M-Tuning
08-25-2008, 06:40 PM
I don't get it,

Can you post a screen from before the mod and after?

al3bed
08-25-2008, 09:11 PM
Screenshots added.

Mike-D
08-28-2008, 10:50 AM
Just a side note: I recommend you to replace the <else /> Code through the Replacements as below. Otherweise your Tables does not shown as expected (see Attachments). You can see the result by enabling the Option at VBulletin Settings => Forum Display Options (forumdisplay => Hot Threads Enabled :)

Search for:
<else />
<td colspan="2">&nbsp;</td>
</if>


Replace them
<else />
<td class="alt2" >&nbsp; </td>
<td align="left" class="alt1"></td>
</if>

al3bed
08-30-2008, 05:14 AM
updated ..


add if conditions
add new screens
thanks to Mike-D for his notes
now stable table :D

AMcKay
09-05-2008, 04:12 AM
Thanks for this. Maybe release a similar one for the "new threads in forum," "old threads in forum," locked forum" icons for the Forumhone as well.