I answered this for soneone over at the info pop board, I figured I'd post these simple instructions here for anyone else looking.<br /><br />The user wanted to move the Extra Information box (at the bottom of the Main Index) to the top. Here's how:<br /><br />You need to edit the ubbthreads.tmpl file inside the templates/default/ directory.<br />Scroll to the bottom..... just after where it says <br /><pre><font class="small">code:</font><hr><br /><!--END CATEGORY LOOP--><br /></pre><hr><br /><br />Cut from the <br /><pre><font class="small">code:</font><hr><br /><br /><br /></pre><hr><br /><br />Down through the:<br /><pre><font class="small">code:</font><hr><br />UBBTPRINT;<br /></pre><hr><br /><br />Paste it in the second line, just after:<br /><pre><font class="small">code:</font><hr><br /><? //UBBTREMARK<br /></pre><hr><br /><br />Then insert this....as line 2, just in front of what you just moved:<br /><pre><font class="small">code:</font><hr><br />echo <<<UBBTPRINT<br /></pre><hr><br /><br />then at the very end of the file, just above:<br /><pre><font class="small">code:</font><hr><br />/* UBBTREMARK */ ?><br /></pre><hr><br /><br />add:<br /><pre><font class="small">code:</font><hr><br />UBBTPRINT;<br /></pre><hr><br /><br />If you think there is too much space between your header and the Extra Information box, you can remove the first <br /><br />I think you'll probably want to remove that.<br />Hope that made sense. That should do it.
Edited by AllenAyres (09/25/02 10:15 PM)