View Single Post
  #1  
Old 04-05-2006, 09:13 PM
UDPride UDPride is offline
 
Join Date: Dec 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Creating secondary subscription.php reminder

Gang-

Id like to create a secondary subscription reminder for my Paid Subscribers. I want to run one about 14 days before the end of their subscription, then another about three daye before expiration as a last gasp remidner for them.

I see in the subscription.php code theres a * 2 and * 3 variable which I believe affects when the reminder is sent. Ive altered mine for * 13 and * 14 to give about a 2 week window.

But I want to run another reminder in the scheduled tasks as well.

Lets suppose I copy subscription.php to subscription1.php and alter the reminder variable to * 2 and * 3. Then add a new scheduled reminder in the CP to control this subscription1.php cron job. Would this work?

Also, I would need to change the text slightly in the subscription1.php, so I assume I would need to create some more phrases. Im a bit less familiar with this and so what would I do to control the text/phrasing in the subscription1.php separate and apart from the default phrasing already set up?

Thanks

Figured it out.

For those who wish to accomplish who are dumb like me and like things spelled out without all the jibberish:

1. Copy subscriptions.php to PC and rename to subscriptions1.php

2. Edit the * 2 and * 3 variables about 2/3 the way down in the php file. These are the days left reminder variables. Change them to the secondary reminder timeframe. I made my second one 14 and 15 so in reality the new subscriptions1.php will remind users the first time about two weeks in advance.

3. Change the paidscubscription_reminder tag in subscriptions1.php to "paidsubscription_reminder1". This is basically to search for the vbphrasing you need to create in CP.

4. Go to Phrases & Languages in CP and add new phrase. You need to add two actually. One is using phrase type "Email Subject Text" and one is phrase type "Email Body Text". Name both phrases "paidsubscription_reminder1" so the subscription1.php can sniff it out. Then add your text you want to show for the subject and body. Save em.

5. Upload subscriptions1.php to the /cron folder.

6. Create a new scheduled task called whatever you want. I called mine 14 Day Subscription Reminder (since the original VB scribby reminder runs 2-3 days prior). Make the task run variables the same as the original VB Subscription task. I set my minute variable to run a cpl minutes later for my new 14 Day Subscription Reminder though just so they dont run at exactly same moment in time.

7. Save and enjoy. I used a test account and whittled the expiry date one day at a time while running both jobs and I got emails from both tasks at proper times.

Woohoo.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01040 seconds
  • Memory Usage 1,766KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete