Forum Made Simple 0.7
Re: Forum Made Simple 0.7
Good point. I am using version 0.9.0 and I don't believe this option is available so I've implemented my own work around. I should probably update my form version.
-
- New Member
- Posts: 3
- Joined: Fri Feb 08, 2008 12:46 am
Re: Forum Made Simple 0.9.0
Hi,
Can anyone help with this problem please:
When I log into the forum as a moderator and try to delete a post I get this message:
Fatal error: Cannot redeclare html_entity_decode_utf8() (previously declared in /home/uladmin/domains/mysite.com/public_html/modules/CGExtensions/functions.misc.php:53) in /home/uladmin/domains/mysite.com/public_html/modules/Forum/action.edit_post.php on line 47
I can log in as a user and delete posts from that user but not as a moderator.
Anyone suggestions?
Also file is writable.
Thanks,
Joey
Can anyone help with this problem please:
When I log into the forum as a moderator and try to delete a post I get this message:
Fatal error: Cannot redeclare html_entity_decode_utf8() (previously declared in /home/uladmin/domains/mysite.com/public_html/modules/CGExtensions/functions.misc.php:53) in /home/uladmin/domains/mysite.com/public_html/modules/Forum/action.edit_post.php on line 47
I can log in as a user and delete posts from that user but not as a moderator.
Anyone suggestions?
Also file is writable.
Thanks,
Joey
Re: Forum Made Simple 0.9.0
Unfortunately with latest version of CGExtensions there is the same function (html_entity_decode_utf8).joeythelips wrote: Fatal error: Cannot redeclare html_entity_decode_utf8() (previously declared in /home/uladmin/domains/mysite.com/public_html/modules/CGExtensions/functions.misc.php:53) in /home/uladmin/domains/mysite.com/public_html/modules/Forum/action.edit_post.php on line 47
If you do not need CGExtensions (for other modules) you can uninstall or you must install FMS 0.9.1+
Alby
Re: Forum Made Simple 0.7
Hello Albyalby wrote:View 0.9.1 version.urbanroute wrote: I was playing with the same option "Allow Guest Posting" and it's deceiving because it turns the whole forum private but what you actually want it read only.
In this version you have option for guest view only (read-only) or guest view/write, setting per forum.
Alby
I loaded the scripts from 0.9.1, but I still can not figure out how to make the forum Guest view, FEUser write.
Following your how to, I get the private forum were you must login to view, maybe we can add to the How to, for guest view.
Please let me know what you think?
AM