Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Pay to Register Details »»
Pay to Register
Version: 3.7.3, by vbresults vbresults is offline
Developer Last Online: Apr 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.x.x Rating:
Released: 05-11-2011 Last Update: 01-29-2013 Installs: 110
Uses Plugins Auto-Templates
Code Changes  
No support by the author.

Overview
This product allows (and can require) visitors to select a paid subscription at registration time.

Installation (Basic)
  • File Edits: 2-3 (install and every vBulletin upgrade)
  • Ghost Users: Yes
  • One-click Updater Compatible: No

Also See: Spammers Suck!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
Christos Teriakis, crashemarketing, JohorBahru, LakeAnna, mohammadxxx, tiengnhat

Comments
  #382  
Old 08-03-2012, 07:17 PM
huskermax huskermax is offline
 
Join Date: Mar 2010
Location: Cincinnati
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can I have my subscription set up for the not logged in/unregistered user group as well?

When I installed this I had about 800 users that had started in that user group when we set up subscriptions. When they expire they get kicked back to that user group. Right now I only have user waiting email conformation allowed. So as these 800 users expire it does not allow them to renew. If I turn on the non logged in/unregistered user group will that mess up this mod?
Reply With Quote
  #383  
Old 08-04-2012, 04:13 AM
jfeely jfeely is offline
 
Join Date: Dec 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using vB 4.2.0 PL2, and I followed the instructions:

* Any subscription you do not perform step one on will not appear on the subscription selection page.

1. Make each subscription accessible to the "Users Awaiting Email Confirmation" group in the subscription permissions.
2. Import the product-extended_gratitude Xml.
3. Import the product-extended_sessions Xml.
3-1. Import the product-extended_notices Xml.
3-2. Import the product-paid_registration Xml.
3-3. (vB 3 Only) Import the product-extended_legacies Xml.
4. Download register.php from the forum root and open it. In register.php, find each (1-3 instances):

= $userdata->save();

Add below each:

if (isset($paidRegistrationUserId)) {
$vbulletin->userinfo['userid'] = $userid = $paidRegistrationUserId;
}

5. Upload register.php to the forum root.

-------------------------------------

I didn't do step 3-3, because my version is higher. My "Basic Subscription" was made accessible to Users Awaiting Email Confirmation via subscription permissions page. I deactivated the free registration in the settings page, and updated the jQuery location there too.

I cannot see anything about subscribing on my registration page. I've looked through all the comments here, and can't find anything about this. Any ideas?
Reply With Quote
  #384  
Old 08-08-2012, 12:13 AM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by huskermax View Post
Can I have my subscription set up for the not logged in/unregistered user group as well?

When I installed this I had about 800 users that had started in that user group when we set up subscriptions. When they expire they get kicked back to that user group. Right now I only have user waiting email conformation allowed. So as these 800 users expire it does not allow them to renew. If I turn on the non logged in/unregistered user group will that mess up this mod?
Try enabling that usergroup in the subscription permission manager for the subscription in question. If that doesn't work, then let me know.

Quote:
Originally Posted by jfeely View Post
I'm using vB 4.2.0 PL2, and I followed the instructions:

* Any subscription you do not perform step one on will not appear on the subscription selection page.

1. Make each subscription accessible to the "Users Awaiting Email Confirmation" group in the subscription permissions.
2. Import the product-extended_gratitude Xml.
3. Import the product-extended_sessions Xml.
3-1. Import the product-extended_notices Xml.
3-2. Import the product-paid_registration Xml.
3-3. (vB 3 Only) Import the product-extended_legacies Xml.
4. Download register.php from the forum root and open it. In register.php, find each (1-3 instances):

= $userdata->save();

Add below each:

if (isset($paidRegistrationUserId)) {
$vbulletin->userinfo['userid'] = $userid = $paidRegistrationUserId;
}

5. Upload register.php to the forum root.

-------------------------------------

I didn't do step 3-3, because my version is higher. My "Basic Subscription" was made accessible to Users Awaiting Email Confirmation via subscription permissions page. I deactivated the free registration in the settings page, and updated the jQuery location there too.

I cannot see anything about subscribing on my registration page. I've looked through all the comments here, and can't find anything about this. Any ideas?
Hmm... perhaps the plugin/hook system is disabled? I can't think of anything else that would cause it to appear as if the add-on wasn't installed.
Reply With Quote
  #385  
Old 08-09-2012, 03:31 AM
jnf85 jnf85 is offline
 
Join Date: Aug 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LancerForHireLLC View Post

Hmm... perhaps the plugin/hook system is disabled? I can't think of anything else that would cause it to appear as if the add-on wasn't installed.
My brother (jfeely) is helping me with this. We went into manage products and found that we needed to 'enable' your add on, because it looked like this: (View "manage products" attachment)


After enabling it a window popped up saying that we needed to enable the other "Lance for Hire" items as well. Once hitting okay, and they were all enabled, we refreshed and tried to register as a new user. Now on the register page, it ONLY had a subscription drop down box, and no place for the user to sign up or put any information in... (View "register page issue" attachment)

Do you know why this would happen? How do we get the fields back for a normal registration page, but still have the subscription box?
Reply With Quote
  #386  
Old 08-09-2012, 04:24 PM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jnf85 View Post
My brother (jfeely) is helping me with this. We went into manage products and found that we needed to 'enable' your add on, because it looked like this: (View "manage products" attachment)


After enabling it a window popped up saying that we needed to enable the other "Lance for Hire" items as well. Once hitting okay, and they were all enabled, we refreshed and tried to register as a new user. Now on the register page, it ONLY had a subscription drop down box, and no place for the user to sign up or put any information in... (View "register page issue" attachment)

Do you know why this would happen? How do we get the fields back for a normal registration page, but still have the subscription box?
Ah yes I've fixed it so it's enabled by default. Sorry about that!

Information is not requested until after the payment is made; that is how this add-on works (see screenshots).
Reply With Quote
  #387  
Old 08-09-2012, 06:40 PM
m4lw4re m4lw4re is offline
 
Join Date: Mar 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've added the payment system Liberty Reserve. When my Liberty Reserve payment back from the forum. It does not make anything happen. I do not know how to activate the new members when they do not know about.
Reply With Quote
  #388  
Old 08-09-2012, 08:12 PM
jnf85 jnf85 is offline
 
Join Date: Aug 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything seems to work fine. Some browsers work a bit differently than others but I think the end result so far is the same. One last question- for some reason my mobile testers couldn't subscribe/register via their phone browsers. Any ideas why? It just says this:

"No Subscriptions on line 233 in /home4/feelypho/public_html/seniorportraitsforum/forum/register.php(90) : eval()'d code
#0 /home4/feelypho/public_html/seniorportraitsforum/forum/register.php(90): eval()
#1 {main}

Fatal error: No Subscriptions on line 233 in [path]/register.php(90) : eval()'d code in[path]/vb/vb.php on line 286"
Reply With Quote
  #389  
Old 09-14-2012, 09:49 PM
vbresults vbresults is offline
 
Join Date: Apr 2009
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.7.1 has been released! Two big changes --

1. The copyright notice has been removed from this add-on.
2. Support is provided to free subscribers of vbresults.com exclusively.

---

Quote:
Originally Posted by jnf85 View Post
Everything seems to work fine. Some browsers work a bit differently than others but I think the end result so far is the same. One last question- for some reason my mobile testers couldn't subscribe/register via their phone browsers. Any ideas why? It just says this:

"No Subscriptions on line 233 in /home4/feelypho/public_html/seniorportraitsforum/forum/register.php(90) : eval()'d code
#0 /home4/feelypho/public_html/seniorportraitsforum/forum/register.php(90): eval()
#1 {main}


Fatal error: No Subscriptions on line 233 in [path]/register.php(90) : eval()'d code in[path]/vb/vb.php on line 286"
You have no subscriptions and need to create one.
Reply With Quote
  #390  
Old 09-15-2012, 06:16 AM
Davey-UK's Avatar
Davey-UK Davey-UK is offline
 
Join Date: Feb 2003
Location: Sheffield-UK
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LancerForHireLLC View Post
3.7.1 has been released! Two big changes --
1. The copyright notice has been removed from this add-on.
Thats good news **Reinstalled :up:
Excellent addon, and thanks. The footer of the page was starting to look bigger than the forum with the amount of copyright notices.
Reply With Quote
  #391  
Old 09-30-2012, 11:18 PM
huskermax huskermax is offline
 
Join Date: Mar 2010
Location: Cincinnati
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Manual Update Notification *

The following modification has been updated (by LancerForHireLLC) ;

Paid Registration
https://vborg.vbsupport.ru/showthrea...hreadid=263521

Reason ;

What features would you like in the next version of Paid Registration?

vBulletin.org

I like it a lot. One thing I would like is to see the user have to put in a screen name or register first but no account is created until they have paid. I get emails all the time that say pending paid subscription 123 or 38......so on an so fourth but it is people starting the proccess but never finish. Maybe do something to cut that down. Once they pay then the pending subscription is created.
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 01:17 AM.


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.04807 seconds
  • Memory Usage 2,334KB
  • Queries Executed 25 (?)
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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete