Page 1 of 1

[SOLVED] Move shoutbox below the who is online box

PostPosted: Wed Jan 24, 2007 9:55 am
Author: geoff1
Your phpBB Version: 2.0.22
phpBB Type: Integramod 140
MODs: No
Your knowledge: Beginner
Board URL: http://www.sfi-region20.org.uk/forums/index.php

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I realise this topic has been covered for moving the shoutbox to the top of the forums

http://www.integramod.com/forum/viewtop ... 20shoutbox

but how can I move the shoutbox below the who's online box?

Could you please advise how to do it (I imaging its like the stated topic, so its just a matter of knowing where to put the shoutbox code!)

Cheers in advance <img>

PostPosted: Wed Jan 24, 2007 11:52 am
Author: IntegraMOD
Please post you index_body.tpl file of the theme you wish editing

Re: Move shoutbox below the who is online box

PostPosted: Thu Jan 25, 2007 2:55 am
Author: geoff1
As requested...

LCARS index_body.tpl file

[code]  <BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END>  <table><tr><td>{L_INDEX}</td></tr><tr><td><BEGIN>{LAST_VISIT_DATE}<br><END><BEGIN>{LAST_VISIT_DATE}<br><END>{CURRENT_TIME}<br><a>{L_INDEX}</a>{NAV_CAT_DESC}</td><td><a>{L_SEARCH_UNANSWERED}</a><br><BEGIN><a>{L_SEARCH_NEW}</a><br><END><BEGIN><a>{L_SEARCH_NEW}</a><br><a><strong>{L_MARK_FORUMS_READ}</strong></a><END></td></tr></table>{BOARD_ANNOUNCES}{BOARD_INDEX}<table><tr><td><img></td><td>{L_NEW_POSTS}</td><td> </td><td><img></td><td>{L_NO_NEW_POSTS}</td><td> </td><td><img></td><td>{L_FORUM_LOCKED}</td></tr></table><br><table><BEGIN><tr><td><form><table><tr><td>{L_LOGIN_LOGOUT}</td></tr><tr><td><table><tr> <td>{L_USERNAME}]

and

Fisubice index_body.tpl file

[code]  <BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END>  <table><tr><td>{L_INDEX}</td></tr><tr><td><BEGIN>{LAST_VISIT_DATE}<br><END><BEGIN>{LAST_VISIT_DATE}<br><END>{CURRENT_TIME}<br><a>{L_INDEX}</a>{NAV_CAT_DESC}</td><td><a>{L_SEARCH_UNANSWERED}</a><br><BEGIN><a>{L_SEARCH_NEW}</a><br><END><BEGIN><a>{L_SEARCH_NEW}</a><br><a><strong>{L_MARK_FORUMS_READ}</strong></a><END></td></tr></table>{BOARD_ANNOUNCES}{BOARD_INDEX}<table><tr><td><img></td><td>{L_NEW_POSTS}</td><td> </td><td><img></td><td>{L_NO_NEW_POSTS}</td><td> </td><td><img></td><td>{L_FORUM_LOCKED}</td></tr></table><br><table><BEGIN><tr><td><form><table><tr><td>{L_LOGIN_LOGOUT}</td></tr><tr><td><table><tr> <td>{L_USERNAME}]

Re: [SOLVED] Move shoutbox below the who is online box

PostPosted: Fri Feb 02, 2007 8:56 am
Author: geoff1
The solution was so simple I could have kicked myself for asking! <img>

Here's how you do it:

find the following in your index_body.tpl file:

Code: Select all
<Start><table> <tr> <td><span><a>{L_SHOUTBOX}</a></span></td> </tr> <tr><td> <iframe></iframe> </td> </tr> </table><br><br><End>


Then, move the whole lot below]</td></tr><END>[/code]

its as simple as that!