[pmwiki-users] $PageUrl not being parsed

Hans design at softflow.co.uk
Sat Jan 28 10:24:18 CST 2006


Saturday, January 28, 2006, 3:02:08 PM, Ryan wrote:
> Here is what I have in the CONFIG.PHP....

> include_once("$FarmD/cookbook/commentboxstyled.php");
> include_once("$FarmD/cookbook/forumstyled.php");
> $ForumList[]='TestForum01;
> $ForumList[]='TestForum02';

> I assume your code is to display "Compose message, add author
> name, and click post" instead of "Define Topic01A here".  Is this
> correct?  Is there a problem with adding to the $ForumList in the
> way that I have?

yes, but you need to add the forum groups to the array before you load
the script:

$ForumList[]='TestForum01;
$ForumList[]='TestForum02';
include_once("$FarmD/cookbook/commentboxstyled.php");
include_once("$FarmD/cookbook/forumstyled.php");

Best, 
~Hans                           






More information about the pmwiki-users mailing list