The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Yeah, I just noticed this also after upgrading to 3.6.4
It looks like VB switched variable names. In 3.5 it was $sub[title] but I haven't been able to figure out what it has been switched to in 3.6.4 I asked over at VB.com and they said $sub[title] had been changed to $subscription[title] however that still doesn't work for me. I still get a blank in the emails. |
#12
|
|||
|
|||
Quote:
Hi there You can do this instead for the Subscription confirmation email: Open the XML file & find: Code:
vbmail_start(); $useremail = "$user[email]"; $subsubject = "$sub[title] - Royal Subscription"; $adminmessage = "Dear $user[username], \n\nThank you for subscribing to: Royal Membership! You've now been automatically upgraded, and have full Access to The Royal Enclosure and Elite Zones! Let me know if you have any questions.\n\nVisit Forum CellPDA.tk now to enjoy your Royal Membership privileges.\n\nhttp://www.norfolkmanagementrentals.co.uk\n\nYour financial support is much appreciated!\n\nSincere regards\n\ndaPLAYBOY\n\nMega Admin"; vbmail($useremail, $subsubject, $adminmessage); vbmail_end(); Code:
$subsubject = "$sub[title] - type in your own title here" Do the same with the 'Expired' code, too! Br. |
#13
|
|||
|
|||
Quote:
|
#14
|
|||
|
|||
I would like to send out a different pm/email for each different subscription.
It is a shame this is not a supported hack by now, because it would be ultimate! I really need this by OCT as I will be going away for a month, so hopefully someone can come up with one for the community. |
#15
|
||||
|
||||
This is great info.. Thanks
|
#16
|
|||
|
|||
Quote:
did any of you solve this for 3.6.8? Thanks... |
#17
|
|||
|
|||
Is there anyone to pick this add-on? I wish I can send more than one reminder:
1 month ahead 2 weeks ahead 1 week ahead 1 day ahead |
#18
|
|||
|
|||
Quote:
|
#19
|
|||
|
|||
Definitely needed.
|
#20
|
|||
|
|||
Just copy the suscription reminder script file as many times as you need. Then change the variables in each file to the appropriate days in advance. Then add the new scripts to the scheduled tasks. I did this and my board now sends out a reminder 1 month, 2 weeks and 2 days ahead of the subscription expiration. It works great.
Tim |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|