[pmwiki-users] $PageUrl not being parsed

Ryan D'Baisse ryan.dbaisse at gmail.com
Sat Jan 28 11:37:27 CST 2006


I just wanted to chime in and say thanks to everyone that replied.   
The forum is up and working perfectly.

Thanks for creating it, Hans.

-- Ryan  =)


On Jan 28, 2006, at 11:24 AM, Hans wrote:

> 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