vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Pay to Register (https://vborg.vbsupport.ru/showthread.php?t=263521)

huskermax 08-03-2012 07:17 PM

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?

jfeely 08-04-2012 04:13 AM

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?

vbresults 08-08-2012 12:13 AM

Quote:

Originally Posted by huskermax (Post 2354132)
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 (Post 2354257)
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.

jnf85 08-09-2012 03:31 AM

Quote:

Originally Posted by LancerForHireLLC (Post 2355369)

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?

vbresults 08-09-2012 04:24 PM

Quote:

Originally Posted by jnf85 (Post 2355725)
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).

m4lw4re 08-09-2012 06:40 PM

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.

jnf85 08-09-2012 08:12 PM

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"

vbresults 09-14-2012 09:49 PM

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 (Post 2355866)
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.

Davey-UK 09-15-2012 06:16 AM

Quote:

Originally Posted by LancerForHireLLC (Post 2365501)
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. :)

huskermax 09-30-2012 11:18 PM

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.


All times are GMT. The time now is 01:22 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.01426 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete