PDA


View Full Version : a bug with forumdisplay and CMPS


tpr
05-20-2004, 05:28 AM
brian, i added the required lines to several of my forum pages.
They worked fine up until i reached forumdisplay.
While the page is working properly the "?f=forumnumber" is getting trashed, i repeatedly reach forum the same forum, no matter what i write down in the "f=" line.

Please help

Guy

Brian
05-20-2004, 12:29 PM
In your vba_cmps_include_bottom.php file look for:

foreach ($forumcache AS $forumid => $forum)

Change that to:

foreach ($forumcache AS $key => $forum)

And that will fix the problem. :)

tpr
05-20-2004, 03:35 PM
thanks again,
ill be uploading the new and improved site this weekend (i hope) :D

Guy