PDA

View Full Version : Shoutbox problem


StealthAnime
09-10-2002, 11:24 AM
well. once i installed i got the shoutbox thing on forum home. my board url is:

http://stealth.wiredhub.org/dLoForum

when i go the shoutbox

http://stealth.wiredhub.org/dLoForum/shoutbox.php

Everything looks ok, (look at the url)

but type somethin and then click 'shout!' see what happends

and for those of you who cant be bothered. It goes straight to http://stealth.wiredhub.org/shoutbox.php

as if its ignoring my baord url (dLoForum/)

ne1 know how i can fix this? and yes i have tried moving shoutbox.php to stealth.wiredhub.org/ but i just get warning cannot locate blah blah blah

g-force2k2
09-10-2002, 06:11 PM
actually i believe that its in the shoutbox.php find the part that creates the header information... after the action shout is preformed... i believe that its in there... regards...

g-force2k2

StealthAnime
09-12-2002, 07:41 AM
nope, its not in shoutbox.php

g-force2k2
09-12-2002, 05:33 PM
then check the shoutbox templates... but i know when the shoutbox does the redirection that it is embedded in the php file... at least last time i checked... regards...

g-force2k2

StealthAnime
09-12-2002, 05:59 PM
should i be looking for something in the php file? cos i did not edit it in any way

spaceb
09-14-2002, 12:24 AM
edit the 'shoutbox_postshout' template find there:

<table cellpadding="5" cellspacing="0" border="0" {tableinnerextra} width="100%">
<form action="/shoutbox.php" method="post" name="vbform">

replace with:

<table cellpadding="5" cellspacing="0" border="0" {tableinnerextra} width="100%">
<form action="$bburl/shoutbox.php" method="post" name="vbform">

Thats all :p