MarkB
11-25-2001, 06:43 AM
Hiyis
I have the active topics hack on board - I did have them displayed only on my nonVB main site page, but I decided I wanted them on my forum index as well -- except now, whenever anyone sends a PM, instead of the set subject, the subject is replaced by the title of the last topic displayed by the parsed PHP.
At first I thought it might have been because I have multiple parse groups (ie, :
require("review20.php");
$reviews = ob_get_contents();
ob_end_clean();
(I had a couple for different things - $livegigs, $songs etc)
But I cut it down to just one, and it still caused problems...
Any ideas? Am i going about having active topics on a vB completely arse-about-tit?
Help :(
I have the active topics hack on board - I did have them displayed only on my nonVB main site page, but I decided I wanted them on my forum index as well -- except now, whenever anyone sends a PM, instead of the set subject, the subject is replaced by the title of the last topic displayed by the parsed PHP.
At first I thought it might have been because I have multiple parse groups (ie, :
require("review20.php");
$reviews = ob_get_contents();
ob_end_clean();
(I had a couple for different things - $livegigs, $songs etc)
But I cut it down to just one, and it still caused problems...
Any ideas? Am i going about having active topics on a vB completely arse-about-tit?
Help :(