Page 1 of 1

ShoutBox Problem

Posted: Sat Sep 20, 2008 4:09 am
by HoBBieMex
When i convert my phpbb with this instructions:
http://www.modphpbb3.com/forum/viewtopic.php?f=4&t=308

Later my shoutbox look's there:
Image

How i can fix this?

thnks...

Re: ShoutBox Problem

Posted: Sat Sep 20, 2008 1:47 pm
by johnd
this happened to me on one of the skins.I'm not sure but i think i just re uploaded either the shoutbox files or the style template files to overwrite what was already there.It sorted it out so try ajax first else the style one.

Re: ShoutBox Problem

Posted: Sat Sep 20, 2008 2:55 pm
by Sewell
I doubt it is a problem directly connecting with converting from phpBB2 as the files are untouched on ModphpBB3 and the acidtech style. Try the above as john mentioned, or look within Paul's thread on phpBB.com on that shoutbox mod.

I actually prefer Handyman's Ajax version, and on styles I edit, I rid the extra chat link, and move the ajax version in place of that shoutbox.

To do that, open index_body.html for your style, find:

Code: Select all

<!-- INCLUDE shout_body.html -->
and replace with:

Code: Select all

<!-- INCLUDE chat_body.html -->

Re: ShoutBox Problem

Posted: Tue Sep 23, 2008 2:19 am
by HoBBieMex
Fixed! Only i re-upload my stylesheet.css and all work nice,
Thnk U! johnd & Sewell...

Re: ShoutBox Problem

Posted: Tue Sep 23, 2008 6:42 pm
by Sewell
Glad you got it sorted there HoBBieMex