Posted on: 12/11/04 01:27pm
By: Anonymous (Matthew)
I installed the latest version of PHPBBBridge (Version 0.77). When I post a message in the forum and this page comes up:
Your message has been entered successfully.
Click Here to view your message
Click Here to return to the forum
The problem is that it doesn't automatically refresh and take the user back to the topic like it does with a normal PHPBB forum. I checked the code and it is using a meta refresh of 3 seconds. I tried editing the code but it still is not working.
Please note that the PHPBB forum is "wrapped" in Geeklog and maybe that is why all this is happening.
Can someone please tell me how can I fix it? Thanks...
PHPBBBridge
Posted on: 12/11/04 11:55pm
By: Turias
Yeah, that's a known issue. The problem is that Geeklog writes the headers, so phpBB can't put in the meta refresh tag where it needs to go.
It might be possible to do the same thing with a Javascript script, but I haven't gotten around to writing it.