Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-27-2004, 02:08 AM
dethfire dethfire is offline
 
Join Date: Feb 2003
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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?
Reply With Quote
  #2  
Old 04-06-2004, 07:16 AM
joeychgo's Avatar
joeychgo joeychgo is offline
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 933
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there something like this for gold?
Reply With Quote
  #3  
Old 04-06-2004, 11:47 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joeychgo
Is there something like this for gold?
yeah, would be really nice
Reply With Quote
  #4  
Old 07-18-2004, 12:08 AM
knetgummi knetgummi is offline
 
Join Date: Jan 2004
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looking also for this hack, maybe their is a coder who can execute it?

greetz
knetgummi
Reply With Quote
  #5  
Old 08-19-2004, 11:12 AM
LadyBeth LadyBeth is offline
 
Join Date: Jun 2003
Location: East Coast
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really really really need this...
Reply With Quote
  #6  
Old 08-19-2004, 11:21 AM
Osterling Osterling is offline
 
Join Date: Jan 2004
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there is this commbull..
Reply With Quote
  #7  
Old 11-22-2004, 02:05 PM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 11-22-2004, 04:50 PM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);
Add:
Code:
construct_hidden_code('auto_timer',stripslashes($_POST['auto_timer']));
After:
Code:
				construct_hidden_code($varname, $_POST[$varname]);
			}
		}
Add:
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;
After:
Code:
print_yes_no_row($vbphrase['test_email_only'], 'test', 0);
Add:
Code:
print_input_row($vbphrase['auto_timer'],"auto_timer",1,0,5);
Then, you just need to add "auto_timer" to your phrase table ... something along the lines of "Auto Redirect in X Minutes"
Reply With Quote
  #9  
Old 11-23-2004, 01:34 AM
Bison's Avatar
Bison Bison is offline
 
Join Date: Jun 2002
Location: Virginia Beach, Virginia
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What does this do ... and is this for the commbull hack?
Reply With Quote
  #10  
Old 11-23-2004, 06:30 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04810 seconds
  • Memory Usage 2,248KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete