Mod Name / Version: Showthreaded fix <br /><br />
Description: When clicking on a non-parent post in expanded view on the postlist page, the parent post on the showthreaded page will no longer always appear read (ie. if it hasn't been viewed yet).<br /><br />Instead, it will only appear read if it has been clicked on in either the postlist or showthreaded pages. <br /><br />
Working Under: UBB.Threads 6.3 <br /><br />
Mod Status: Finished <br /><br />
Any pre-requisites: <br /><br />
Author(s): Twisty <br /><br />
Date: 07/23/04 <br /><br />
Credits: <br /><br />
Files Altered: showthreaded.tmpl <br /><br />
New Files: <br /><br />
Database Altered: no <br /><br />
Info/Instructions: In showthreaded.tmpl...<br /><br />CHANGE THIS:<br /><br />
<td class="lighttable"><br /><img alt="*" src="{$config['images']}/icons/$icon" hspace="5" $imagesize /><br />$Subjectlinkstart<br />$Subject<br />$Subjectlinkstop<br /></td><br /><td align="left" nowrap="nowrap" class="lighttable"><br /><br />TO THIS:<br /><br />
<td class="$rowcolor"><br /><img alt="*" src="{$config['images']}/icons/$icon" hspace="5" $imagesize /><br />$Subjectlinkstart<br />$Subject<br />$Subjectlinkstop<br /></td><br /><td align="left" nowrap="nowrap" class="$rowcolor"><br /><br /><br />:-) <br /><br />
Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /><br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.