Im having problems finding the exact code to change in forumhome_forumbit_level1_post template.
You want me to find:
Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Im using 3.7.2
and my code is this:
Code:
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
As you notice i have an extra variable in my code -
imageprefix - if i remove this section and replace it with yours will i have problems with my board ?