yoyoyoyo |
07-09-2005 01:39 PM |
1 Attachment(s)
I got this to work in 3.0.7 by making one change:
in the replaced version of the "forumhome_forumbit_level2_post" template:
Code:
img src="$stylevar[imagesfolder]/$forum[onoff].gif" alt="$forum[onoff].gif
should be:
Code:
img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="$forum[onoff].gif"
I am attaching the entire revamped forumhome_forumbit_level2_post template.
NOTE: There is still a forum status icon and last column layout placement issue, but the alternating rows are working. See attached screenshots.
|