Just installed to defaut theme and work fine, thank you, the theme is nicer with this
But when i usin in a theme who have this hack installed
https://vborg.vbsupport.ru/showthrea...90#post1067490
i have a probleme whith the row who display the forum name :/ any idea please ?
here are the mod make with the other hack
Quote:
Installation Instructions
Step 1: Upload the Plugin via the Product Manager!
Step 2: Edit the forumhome_forumbit_level1_post template
Find:
-----
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Replace with:
-------------
<td><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
Step 3: Edit the forumhome_forumbit_level2_post template
Find:
-----
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Replace with:
-------------
<td class="alt2"><img src="<if condition="$show['customstatusicon']">$forum[customicon]<else />$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif</if>" alt="" border="0" /></td>
Step 4: ENJOY
|
i dont knwo why this is not compatible :/