ShoutBox Problem

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
HoBBieMex
Forum Member
Forum Member
Posts: 14
Joined: Fri Aug 08, 2008 7:29 pm

ShoutBox Problem

Post 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...
johnd
Forum Member
Forum Member
Posts: 10
Joined: Tue Sep 16, 2008 7:01 pm

Re: ShoutBox Problem

Post 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.
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: ShoutBox Problem

Post 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 -->
HoBBieMex
Forum Member
Forum Member
Posts: 14
Joined: Fri Aug 08, 2008 7:29 pm

Re: ShoutBox Problem

Post by HoBBieMex »

Fixed! Only i re-upload my stylesheet.css and all work nice,
Thnk U! johnd & Sewell...
User avatar
Sewell
Forum Member
Forum Member
Posts: 112
Joined: Mon Jul 28, 2008 11:40 am

Re: ShoutBox Problem

Post by Sewell »

Glad you got it sorted there HoBBieMex
Post Reply