I had altered the vBulletin phrase "cost" to bring clarity to that area, which in-turn created confusion as to how it appears when used by this mod. Sorry about that ....
Decided to move the FREE registration to the top to see if it increased the number of people who went forward with registering. During that process, I noticed an anomaly. (see pic)
Why is the phrase "Contributing Member" (which is what we call people who donate), appearing under BOTH the FREE and SUBSCRIBER sections. A person who signs up for free is not a "Contributing Member" to us. I notice this anomaly regardless of whether the FREE sign-up section is plced before or after the subscriber section.
I had altered the vBulletin phrase "cost" to bring clarity to that area, which in-turn created confusion as to how it appears when used by this mod. Sorry about that ....
Decided to move the FREE registration to the top to see if it increased the number of people who went forward with registering. During that process, I noticed an anomaly. (see pic)
Why is the phrase "Contributing Member" (which is what we call people who donate), appearing under BOTH the FREE and SUBSCRIBER sections. A person who signs up for free is not a "Contributing Member" to us. I notice this anomaly regardless of whether the FREE sign-up section is plced before or after the subscriber section.
Anyone else notice this?
Regards,
Doug
The only thing that could cause that is a modification of the vBulletin phrase "Cost" (variable name: cost), which you seemed to have changed to "Contributing Member ...". You can alleviate the problem by doing one of the following:
In the lancerforhire_paid_registration_subscription template, replace
Code:
{vb:phrase cost}:
with
Code:
.
Change the phrase back. The phase is called "cost" for a reason.
In the next version, I will remove the cost text for the free option so a template edit does not need to be done.
My question involves the "Ghost Users" aspect of this mod. Is the Users Cleanup mod going to screw up anything if it's automatically deleting members of the Awaiting Email Confirmation" usergroup who haven't responded in over 14 days?
Thanks for any feedback ….
Regards,
Doug
There is already a utility built into mod to do this for ghost users, and it defaults to 1 week. You can change it to 2 weeks if you'd like.
Where can I find the place to change this to our own custom text that gets emailed?
"Implemented welcome emails for paid registrants."
We have a standard email we send when people subscribe to be "Contributing Members", but we have to do it manually now because the vBulletin system doesn't handle it.
Is there any way to be able to use part of your code to add that capability and send the same email regardless of whether the user subscribes before or after they register?
Where can I find the place to change this to our own custom text that gets emailed?
"Implemented welcome emails for paid registrants."
We have a standard email we send when people subscribe to be "Contributing Members", but we have to do it manually now because the vBulletin system doesn't handle it.
Is there any way to be able to use part of your code to add that capability and send the same email regardless of whether the user subscribes before or after they register?
Regards,
Doug
You are welcome.
I am confused; is the mod preventing your email system from working?
If not, it is out of scope for this mod; please send me a PM.
I am confused; is the mod preventing your email system from working?
Perhaps I'm confused ....
You indicate that in 2.1, you "Implemented welcome emails for paid registrants." ...
I assume that means when I user signs up with a paid subscription, your mod sends him an email acknowledging that?
All I want to do is put our own custom text into that email you send to them, so it's personalized and perhaps outlines the extra features they get for that paid subscription.
You indicate that in 2.1, you "Implemented welcome emails for paid registrants." ...
I assume that means when I user signs up with a paid subscription, your mod sends him an email acknowledging that?
All I want to do is put our own custom text into that email you send to them, so it's personalized and perhaps outlines the extra features they get for that paid subscription.
Am I misunderstanding what you've added?
Regards,
Doug
Oh no, it does not do that. It sends the regular welcome email after the paid registration is completed; previously, it did not send anything.