MThornback
05-15-2007, 10:00 PM
Just something simple that struck me as potentially useful to people...its not the most graceful addition...but it has the added benifit of being phrased from the stock VB code....because essentially all this does is add the link from the forumhome template to the search results.
In search_results
Find:
<td class="tfoot" colspan="$threadcolspan" align="$stylevar[right]">
Add After:
<div align="center"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></div>
Time to install...about as long as copy and paste takes you :)
This also has the benifit of loading the forumhome after you click it :) can't take credit for that part though...thats all jelsoft :D
In search_results
Find:
<td class="tfoot" colspan="$threadcolspan" align="$stylevar[right]">
Add After:
<div align="center"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></div>
Time to install...about as long as copy and paste takes you :)
This also has the benifit of loading the forumhome after you click it :) can't take credit for that part though...thats all jelsoft :D