AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Guest Posting with same rules of Wordpress Comment Administration

8 Posts
3 Users
0 Reactions
4,481 Views
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi @igork,

wpForo has its own built-in features that allow controlling the Guest Posting in your forum. 

First of all, you should enable the "Can pass moderation" for Guest usergroup.

Then navigate to Dashboard > Forums > Tools > Antispam admin page, and configure the options for New Registered User:

  • User is New (under hard spam control) during first X posts 
  • The value of the "Posts must be manually approved" option should be set "Yes"

We've found some changes that should be done. Please follow the steps: 

  • In the wp-content/plugins/wpforo/wpf-includes/class-members.php file,
  • find the public function get_guest ,
  • scroll to scroll to $post_args = array(
  • replace with the following code:
    $post_args = array( 'status' => 0, 'email' => $args['email'], 'orderby' => '`created` ASC, `postid` ASC' );

The changes will be included in the next version release. 


Posts: 5
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@igork)
Active Member
Joined: 7 years ago

@Sofy

Thank you so much!

I will try this.

Regards!


Page 2 / 2
Share: