miniBB ®  
miniBB Support Forums
 | Forums | Register | Reply | Search | Statistics | Manual | miniBB Mobile
Official Addons and Solutions miniBB Support Forums / Official Addons and Solutions /   

Pre-moderation / Premoderation

Page  Page 2 of 4:  « Previous  1  2  3  4  Next »  
Author beztak
Registered
#16 | Posted: 3 Aug 2006 08:47 
Hi Team, we've got your pre-moderation plugin and I'd like to ask if it's possible to send a message to admin email that in forum are some posts they should be authorized? Because we don't want refresh pages everytime to check whether there are new posts for authorization...
Author Paul
CEO
#17 | Posted: 3 Aug 2006 09:23 
There is an option built-in miniBB, which allows to report Admin via email each time when some message is posted. Option is called $emailadmposts, and you need to set it in setup_options.php to "1". Refer to manual for more.
Author beztak
Registered
#18 | Posted: 3 Aug 2006 09:49 
Thank you, I thought that there should be some special options because of pre-moderation plugin. It works, thx.
Author michael1234
Registered
#19 | Posted: 13 Jan 2007 23:52 
Currently there are two different options, when messages from everyone are queued for approval, or just messages from specified and new registered users are queued so show penind messages.

Can you add a third option that's ONLY for selected registered users? I would like this option only for certain members that admin selects AND allow new members to post automatically. I just have a problem with a few members but don't have time to keep going in and approving for new members. If the new members have an issue posting, then they can be added to the "pending" message list.
Author Paul
CEO
#20 | Posted: 14 Jan 2007 09:24 | Edited by: Paul 
I though I have replied to you to this question previously.

If you are ready to invest about $100 we can start to discuss this option.

It's a big work to destroy current addon's logics.
Author Vishal
Registered
#21 | Posted: 15 Feb 2007 22:17 
Hi Paul,

How to prevent messages in queue showing up in RSS feed?
Author Paul
CEO
#22 | Posted: 16 Feb 2007 05:23 
As follows from the README.txt:

If you are using premoderation addon, set/uncomment $premodDir option, so your pending messages are not displayed in RSS feed.

;-)
Author Vishal
Registered
#23 | Posted: 19 Sep 2007 05:30 
A suggestion:

It would be very useful if option to remove users from the pre-moderation queue is made available in the "Messages pending approval" page itself. Something like a check-box next to member name in the list of messages.

At present, the work requires toggling between "Messages pending approval" and "Premoderation settings" pages. You go through messages in pre-moderation queue and if messages from a member are found satisfactory, remember his ID, go to "Premoderation settings" page and remove him/her from pre-moderation queue. And so on...

Another option to delete a member directly from the messages list is also desirable to handle outright spammers who don't deserve to be members at all (I do that on an average of 4-5 members per day on my forum).
Author Paul
CEO
#24 | Posted: 19 Sep 2007 11:17 | Edited by: Paul 
One question - have you Captcha add-on installed? :-) I suppose having it you won't need all these things.

Here on miniBB, I've just installed Captcha to prevent automatic registrations and guest postings, and created Spam & Flood thread. For some time there was few manual spam, until spammers discovered it is bad to leave message here, because anybody can discover their "business" page in search crawler, noticing sometimes it was promoted via spamming the other forums. It is very bad sign for a business :-) I already received couple of whining requests to remove spam messages from this thread, but what I did just showed the middle finder. No way.

I also banned few Chinese networks.

For some months, there is NO SPAM, at all.

As about new Premoderation - thanks for the suggestion #1 (straight remove from premoderation queue), I will keep them in my list and probably sometimes will implement them... but since this add-on is kind of unprofitable and low in sales, I still can't allow much time in additional developing.

Deleting a member from the messages list is a very difficult process and I doubt I will implement it at all. Maybe it would be just possible to create kind of link which opens the admin panel's page where you delete the user, with automatically substituted ID.
Author Vishal
Registered
#25 | Posted: 19 Sep 2007 22:16 
have you Captcha add-on installed? :-)

Yes I have and they do help a lot in eliminating third degree spammers. I mean those who do automated logins and so.. But there are also legitimate spammers who take time to manually register and then post 1-2 blatant ads. Not every forum will encounter this. I'm sure. But my forum is like a magnet to such members. Members are waiting for an opportunity to post self-serving posts/ads. Pre-moderation addon is really a boon to me and I definitely wouldn't have been able to run my forum without it.

Deleting a member from the messages list is a very difficult process and I doubt I will implement it at all. Maybe it would be just possible to create kind of link which opens the admin panel's page where you delete the user, with automatically substituted ID.

Oh yes! That's what I have been doing at the moment. I modified the template to include a delete link below member's name.

I have sent you an email to discuss sponsoring #1 this feature. It sure will save me lot of time.
Author Vishal
Registered
#26 | Posted: 1 Nov 2007 00:06 
I have seen that even though pre-moderated "topics" does not appear in last discussions list in the home page, it appears in the custom list (last 100 discussions) when accessed through index.php?action=advld

How to prevent them from appearing in that list?
Author Paul
CEO
#27 | Posted: 1 Nov 2007 04:55 | Edited by: Paul 
You may try this action in bb_plugins code where it says...

if($action=='vthread' or $action=='vtopic' or $action=='' or $action=='userinfo' or $action=='stats' or $action=='search') require_once($premodDir.'premoder_topics.php');

so add or $action=='advld'

if($action=='vthread' or $action=='vtopic' or $action=='' or $action=='userinfo' or $action=='stats' or $action=='search' or $action=='advld') require_once($premodDir.'premoder_topics.php');

The 'advld' code should be pasted after premoderation code in bb_plugins.php.
Author Vishal
Registered
#28 | Posted: 3 Nov 2007 00:37 
Oh yes! Its working now.

Thanks!
Author Vishal
Registered
#29 | Posted: 8 Jan 2008 23:58 
Hi Paul,

I have noticed this few times in my forum that some posts manage to sneak in in spite of users in the pre-moderation queue.

Here's one of the posts. The user was the latest member:

# Posted: 9 Jan 2008 00:25 · IP: 121.246.163.231

Are you guys looking for an easy work at home and at the same time earn a cash.If yes then look no further cos netbizexpert offers you that solution.It is not only a easy business but the registration is also free.So hurry up Join free today and start your earning.


It always happens with the latest member and roughly about the same time. Wonder if it has to do something with the time.
Author Paul
CEO
#30 | Posted: 9 Jan 2008 04:10 
Vishal
Unfortunatelly I need a precise problem description... until I can't repeat it on my side I can't tell what's wrong. I am almost sure it is not related to the specific time though.
Page  Page 2 of 4:  « Previous  1  2  3  4  Next » 
Official Addons and Solutions miniBB Support Forums / Official Addons and Solutions / Pre-moderation / Premoderation Top
Your Reply Click this icon to move up to the quoted message
 Short link for this topic:

 ?
You are welcome to post anonymously, by entering a nickname with no password (if the similar Username has not been taken yet), or by leaving both fields empty. If you have a forums account, you can also sign in from this page without posting a message, or sign in and post at once.


Before posting, make sure your message is compliant with our forum posting rules. If not, it may be locked or deleted with no explanation.

 
miniBB Support Forums Powered by Forum Software miniBB ® Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contacts
  Worried about forum enemies?
Pre-approve postings and members with the Premoderation add-on!
Premoderation addon for miniBB