Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: sap.techie4u on July 02, 2011, 03:57:20 AM

Title: Sorry, you cannot post new topics in this board.
Post by: sap.techie4u on July 02, 2011, 03:57:20 AM
All:

I am using SMF 2.0 RC5 , I have enabled post moderation in Admin -> Core Features
and set the permission for Regular Members (?) group  for Post topics and replies to the board only after they have been approved option.

But when my members trying to post , they are getting error "Sorry you cannot post new topics in this board".

Thanks for any help with this.

Regards
SAP Techie
Title: Re: Sorry, you cannot post new topics in this board.
Post by: sap.techie4u on July 02, 2011, 08:45:49 AM
Hi,

I have resolved this issue, this issue is due to one of mod "Post_Board_Select" installation.
I have uninstalled it , now this message disappeared.

This solution may work for some one.

Regards
Title: Re: Sorry, you cannot post new topics in this board.
Post by: YogiBear on July 02, 2011, 11:12:56 AM
Thankyou for reporting back with how you solved it. If only more folk would do this.

:)
Title: Re: Sorry, you cannot post new topics in this board.
Post by: kak2z on August 09, 2014, 03:40:08 PM
fix
file post.php
find
$boards = boardsAllowedTo('post_new');
replace
$boards=array_unique(array_merge(boardsAllowedTo('post_new'),boardsAllowedTo('post_unapproved_topics'))); //var2
Title: Re: Sorry, you cannot post new topics in this board.
Post by: Arantor on August 09, 2014, 03:59:11 PM
Interesting bump of a  3 year old topic, to post a fix to what is presumably a mod...
Title: Re: Sorry, you cannot post new topics in this board.
Post by: kak2z on August 09, 2014, 04:04:29 PM
I installed the modification.
got a problem creating topics with pre-moderation.
was looking for a solution on the forum - not found.
Fix - shared solution.
Thank you.
Title: Re: Sorry, you cannot post new topics in this board.
Post by: Arantor on August 09, 2014, 04:16:13 PM
But the mod's support topic would have been the place to share it.
Title: Re: Sorry, you cannot post new topics in this board.
Post by: kak2z on August 09, 2014, 04:17:49 PM
Quote from: ‽ on August 09, 2014, 04:16:13 PM
But the mod's support topic would have been the place to share it.
Sorry I have a very bad English. I do not understand your message.
Title: Re: Sorry, you cannot post new topics in this board.
Post by: Mstcool on August 09, 2014, 07:01:40 PM
He means that you should post that in the modifications support thread not in this one. Find the mod on the mod site and click on the button that says support and comments for this mod. :P
Title: Re: Sorry, you cannot post new topics in this board.
Post by: kak2z on August 10, 2014, 03:08:29 AM
I understood you. Thank you.
Title: Re: Sorry, you cannot post new topics in this board.
Post by: Mstcool on August 10, 2014, 05:14:53 AM
Anytime. :)