Creative amendment to Template
Could be created a new topic him directly
Or participate in the section directly
Or watch the new subjects in one section
And receive new topics in the service of RSS
Example
Download images to a folder within misc a style user
Open template forumhome_forumbit_level2_post
Replaced by the new template
PHP Code:
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td rowspan="2">
<fieldset style="padding: 2">
<legend>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>
$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if></legend>
$forum[description]</fieldset></td>
<td align="center" valign="bottom" width="10%"><a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_newthread.gif" border="0" width="11" height="11" hspace=2" alt="Post New Thread in forum $forum[title]"></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]">
<img src="$stylevar[imgdir_misc]/sm_subscribe.gif" border="0" width="11" height="11" hspace="2" alt="Subscribe to Forum $forum[title]"></a></td>
</tr>
<tr>
<td align="center" valign="top" width="10%"><a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss.gif" border="0" width="11" height="11" hspace="2" alt="Participation service RSS to Forum $forum[title]"></a>
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/sm_search.gif" border="0" width="11" height="11" hspace="2" alt="New topics to Forum $forum[title]"></a></td>
</tr>
</table>
</div>
<if condition="$show['forumdescription']"></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits