I'm trying to figure out how to make the icons on the left of the main forum index page not be marked as read when clicking. I am wanting them to link into the forum section they are the icon of.
I tried editing forumbit_depth2_cat with the following, but it isn't quite working.
Resolved... needed to put it into forumbit_depth2_forum.
Any assistance is appreciated.
I tried editing forumbit_depth2_cat with the following, but it isn't quite working.
Resolved... needed to put it into forumbit_depth2_forum.
<td align="center" valign="middle" width="1"><a href="{$forum_url}"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></a></td>
Any assistance is appreciated.