Forum Link Image
This modification is in the archives.
As requested in this post
This Mod will add an image in the lastpost info for any Forum Link in ForumHome and ForumDisplay. Let's edit some templates Open forumhome_forumbit_level1_post & forumhome_forumbit_level2_post Templates Find Code:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> Code:
<td class="alt2" nowrap="nowrap"><if condition="$forum['link']"> <if condition="$forum['forumid'] == x"><img src="http://url.gif" alt="blablabla" border="0" /></if> <if condition="$forum['forumid'] == xx"><img src="http://url.gif" alt="blablabla" border="0" /></if> <if condition="$forum['forumid'] == xxx"><img src="http://url.gif" alt="blablabla" border="0" /></if> <if condition="$forum['forumid'] == xxxx"><img src="http://url.gif" alt="blablabla" border="0" /></if><else />$forum[lastpostinfo]</if></td> Download No files for download. Screenshots
|