Heres a tip, i have had a few users beg me to put back the inline frame of the post when you post a reply, this was a spiffy little feature in the UBB.
It takes about 20 sec to do, but i think it adds a whole lot to the forums.
in the template <b>newreply</b> goto the bottom and find:replace this with:Code:<TABLE cellpadding=4 border=0 cellspacing=1 WIDTH="100%"> <TR bgcolor="#113274"><TD COLSPAN=2 align="center"> <FONT SIZE="2" FACE="arial, helvetica" COLOR="#FFFFFF"><b>Topic Review (Newest First)</b></font> </td></tr> $threadreviewbits </table>This will replace the standard threadview section with a copy of the actual html page in a little frame about 200 pixles high for IE users, netscape users cant see iframe tags, so they will see the old setup, with the text from the posts in reverse order (how its set up now).Code:<IFRAME FRAMEBORDER=1 ALIGN=CENTER width=100% HEIGHT=200 SCROLLING=YES SRC="showthread.php?threadid=$threadid"> <TABLE cellpadding=4 border=0 cellspacing=1 WIDTH="100%"> <TR bgcolor="#113274"><TD COLSPAN=2 align="center"> <FONT SIZE="2" FACE="arial, helvetica" COLOR="#FFFFFF"><b>Topic Review (Newest First)</b></font> </td></tr> $threadreviewbits </table> </IFRAME>
The only bug i have found, is if you have HTML on, and a user puts an iframe in one of there posts, when sombody posts a reply, there will be two iframes at the bottom of the page, i guess you cant have an iframe in an iframe? anyone know how to fix this?



Reply With Quote




Bookmarks