Thanks for the script. It's perfect for what I need it for. I'm running into a problem, however, which I'll elaborate on.
Basically everytime I post a new topic I'm unable to read it without reentering the php script. Here's my page:
http://www.instamatica.com/mboard
Please type a message, then try to read it. The page just sits there and won't load. Any help?
Thanks again for the script, though.
Thad Allender
Great script....now a few questions
Hi,
Not really sure what you mean? I just tested it and seems to work fine?
Regards
Not really sure what you mean? I just tested it and seems to work fine?
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
still have troubles
Thanks for checking, however, the problem stated above still persists. To see the problem, click on a topic at
http://www.instamatica.com/mboard
Then click "back to message board" link at top. Click again on the same topic and the page doesn't load. Not sure what's going on. Any help is greatly appreciated.
Thad Allender
http://www.instamatica.com/mboard
Then click "back to message board" link at top. Click again on the same topic and the page doesn't load. Not sure what's going on. Any help is greatly appreciated.
Thad Allender
Hi,
I see it now. Your "back to message board" link points to
http://www.instamatica.com/mboard/mboard.php/mboard.php
but should point to
http://www.instamatica.com/mboard/mboard.php
Open your settings.php file and make sure
$settings['mboard_url']
is set to:
You MUSTN'T add /mboard.php to that URL.
Regards
I see it now. Your "back to message board" link points to
http://www.instamatica.com/mboard/mboard.php/mboard.php
but should point to
http://www.instamatica.com/mboard/mboard.php
Open your settings.php file and make sure
$settings['mboard_url']
is set to:
Code: Select all
$settings['mboard_url']="http://www.instamatica.com/mboard";
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools