The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
automatic newsletter
I remember there was a hack for vb2 where it would auto email your members once a month with generated top threads and new members... blah blah, anyone have plans on making one?
|
#2
|
||||
|
||||
Is there something like this for gold?
|
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
looking also for this hack, maybe their is a coder who can execute it?
greetz knetgummi |
#5
|
|||
|
|||
Really really really need this...
|
#6
|
|||
|
|||
there is this commbull..
|
#7
|
|||
|
|||
yea, the community bulletin (commbull) will do this ... there are still a few minor adjustments that need to be made for the events ... and, it is not automated yet ... other than that, it can do a lot for ya
|
#8
|
|||
|
|||
here we go guys ...
Since no one has done this whole next page thing for the sending out of emails (or i just couldn't find one), here is the solution: In admincp/email.php After: Code:
construct_hidden_code('perpage', $perpage); Code:
construct_hidden_code('auto_timer',stripslashes($_POST['auto_timer'])); Code:
construct_hidden_code($varname, $_POST[$varname]); } } Code:
$auto_timer = $_POST['auto_timer']*1000*60; $timeremaining = $auto_timer / 1000; echo <<< TEOL <script language="javascript"> <!-- countdown = $auto_timer; actualcountdown = $timeremaining; function submit_form() { document.cpform.submit(); } function count_down() { actualcountdown = actualcountdown-1; document.cpform.timeremaining.value=actualcountdown+ ' seconds remaining'; setTimeout('count_down()',1000); } //--> setTimeout('submit_form()',$auto_timer); setTimeout('count_down()',1000); </script> <input type=text name=timeremaining value="$timeremaining seconds remaining"> TEOL; Code:
print_yes_no_row($vbphrase['test_email_only'], 'test', 0); Code:
print_input_row($vbphrase['auto_timer'],"auto_timer",1,0,5); |
#9
|
||||
|
||||
What does this do ... and is this for the commbull hack?
|
#10
|
|||
|
|||
no, one already exists in the commbull. this is just for the standard email program that comes with vB3 ... it's so you don't have to sit at your desk waiting to press "next page" for 2-3 hours while you send out your newsletter
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|