Page 1 of 1

[SOLVED] Can I change location of shoutbox in forum page?

PostPosted: Fri Jun 19, 2009 8:22 pm
Author: PXIceman
Is there a way to move the shoutbox all the way to the top on the forum index page? in other words, I want it to be the first box under the banner, as opposed to all the way at the bottom with the "who is online" box.

Re: Can I change location of shoutbox in forum index page?

PostPosted: Fri Jun 19, 2009 9:23 pm
Author: .QUACK.Major.Pain
I know where to place the code, but nothing appears in the shoutbox.

Doesn't seem to retrieve anything.

Re: Can I change location of shoutbox in forum index page?

PostPosted: Sat Jun 20, 2009 8:05 am
Author: PXIceman
What file did you edit?

I tried tweaking the block settings, but the shoutbox does not like being made into a header, unless I'm doing something wrong, it just doesn't show up at all.

Re: Can I change location of shoutbox in forum index page?

PostPosted: Sat Jun 20, 2009 8:20 am
Author: .QUACK.Major.Pain
I added it to the overall_header.tpl in the templates folder.

But it only appears all grey. Not retrieving data.

Re: Can I change location of shoutbox in forum index page?

PostPosted: Sat Jun 20, 2009 9:52 am
Author: Helter
here is index_body.tpl for the Integra2 theme.

[code=html]  <BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END>  <Start><BEGIN><table> <tr> <th><span><a>{L_SHOUTBOX}</a></span></th> </tr> <tr><td> <iframe></iframe> </td> </tr> </table><table><tr><td></td><td></td><td></td></tr></table><END><End>  <table><tr><td><a>{L_INDEX}</a>{NAV_CAT_DESC}<br><BEGIN>{LAST_VISIT_DATE}<br><END><BEGIN>{LAST_VISIT_DATE}<br><END>{CURRENT_TIME}</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: Can I change location of shoutbox in forum index page?

PostPosted: Sat Jun 20, 2009 12:30 pm
Author: PXIceman
helter you're the man! that's excactly what I wanted! <img>