SOLVED - ForumMadeSimple

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
richardkean
Forum Members
Forum Members
Posts: 17
Joined: Mon Oct 20, 2008 5:27 pm

SOLVED - ForumMadeSimple

Post by richardkean »

I've installed and configured ForumMadeSimple as per the instructions found here...

http://wiki.cmsmadesimple.org/index.php ... ions/Forum

It all works but I can't get the little extra feature to work. Displaying the lastest post on any page on the site...

The code from the instructions is:
{cms_module module='FrontEndUsers' form='silent'}
{cms_module module='Forum' action='last_posts' forumpage='forum'}

but I get::
Warning: Parameter forumpage is not known... dropped in /homepages/27/d104848708/htdocs/usa-explained.net/portal/lib/misc.functions.php on line 1301

if I remove "action='last_posts' forumpage='forum'"  then it will just disaplay the forum itslef.  Cool but not what I need.

Any ideas wold be greatly appreciated. thanks!

my site is www.usa-explained.net/portal

-Richard
Last edited by richardkean on Sun Nov 30, 2008 3:53 am, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: ForumMadeSimple

Post by Dee »

In modules/Forum/module.Forum.php, line 157 after

Code: Select all

			$this->SetParameterType('post_body',CLEAN_STRING);
add

Code: Select all

			$this->SetParameterType('forumpage',CLEAN_STRING);
The latest version 0.9.2 has this line, so you may want to upgrade ForumMadeSimple.

Regards,
D
Last edited by Anonymous on Sat Nov 29, 2008 10:26 pm, edited 1 time in total.
richardkean
Forum Members
Forum Members
Posts: 17
Joined: Mon Oct 20, 2008 5:27 pm

Re: ForumMadeSimple

Post by richardkean »

Thanks!  that did it.

-Richard
Post Reply

Return to “Modules/Add-Ons”