miniBB ® 

miniBB

®
Support Forums
  
 | Start | Register | Search | Statistics | File Bank | Manual |
Custom Tutorials and Modifications miniBB Support Forums / Custom Tutorials and Modifications /  
 

Email Administrator the first 3 posts from each topic

 
Author fohanlon
Guest
#1 | Posted: 26 Sep 2007 08:14 
Hi Guys

Anyone know what to change to send an email to the administrator when first 3 replies to a topic are posted.

Many thanks,

Fergal.

Author Paul
Lead Developer 
#2 | Posted: 26 Sep 2007 10:17 
Try to edit bb_func_pthread.php

where it says

db_calcAmount($Tp,'topic_id',$topic,$Tt,'posts_count');

add:

$tAmount=db_calcAmount($Tp,'topic_id',$topic,$Tt,'posts_count');

then where it says the admin's condition like

if ($genEmailDisable!=1 and ($emailusers>0 or (isset($emailadmposts) and $emailadmposts==1))) {

add

if ($genEmailDisable!=1 and ($emailusers>0 or (isset($emailadmposts) and $emailadmposts==1)) and $tAmount>=3) {

$emailadmposts must be set to 1.

I've not checked it in the practice.

Custom Tutorials and Modifications miniBB Support Forums / Custom Tutorials and Modifications /
 Email Administrator the first 3 posts from each topic
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message


  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Install the Captcha add-on: protect your miniBB-forums from the automated spam and flood.


  ⇑