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)

HellRZR 05-25-2011 05:10 PM

Marked as excellent and nominated !

vbresults 05-25-2011 05:54 PM

Quote:

Originally Posted by HellRZR (Post 2199867)
Prefect release 0.7 corrected reported problem. however it did not address the cookie problem previously reported, this will be corrected prior to going out of beta I hope. :)

Great; and the cookie problem was addressed: look back a few posts. Tomorrow marks two weeks in beta and we have squashed a lot of bugs, so tomorrow we are hitting 1.0. :)

Thanks for the help testing and the nomination! :)

HellRZR 05-25-2011 06:38 PM

Are you making reference to this?

This was actually a test case before I released the beta. If you click on the free option then go to the forum's home page, then go back to the registration, it removes the cookie (a plugin does this) so you can make a choice again. Maybe I should add a note on the subscription selection screen to visitors know they can make another choice. Thanks for testing this!

Hmmm..This is not really a fix. A user will not know to do this...

vbresults 05-25-2011 11:31 PM

Fixed the problem in 0.8. Thanks for the suggestion and testing once again!

HellRZR 05-25-2011 11:35 PM

Tested on IE, Chrome and Firefox and works perfectly! Thank-you! :)

vbresults 05-26-2011 03:09 AM

Version 1.0 is out! :)

thedvs 05-26-2011 10:09 AM

is it possible to make it so it forces a new user to pay say $1 joining/registration fee? and no free registration at all?

HellRZR 05-26-2011 10:46 AM

Quote:

Originally Posted by thedvs (Post 2200150)
is it possible to make it so it forces a new user to pay say $1 joining/registration fee? and no free registration at all?

Yes, setup a paid subscription for 1 dollar and in the LancerForHire - Paid Registration options set this option If you would like to temporarily (or permanently) prevent anyone new from registering for free, you can do so. to no.

vbresults 05-27-2011 01:34 AM

Version 1.3 is out! :)

vbresults 05-27-2011 02:15 PM

Added a new screenshot! :)

akollar 05-28-2011 04:40 PM

Alright what is:
ERROR CODE 329865343
I did a test registration and I ended up finding that when I went to the registration page on my forums.
How can I fix it?

Manoel J?nior 05-28-2011 05:32 PM

Please, my bro'

I really need this product to version 3.8.7

TheLastSuperman 05-28-2011 05:51 PM

Idea...

- Option to verify email address before continuing w/ free registration.

vbresults 05-28-2011 06:03 PM

Quote:

Originally Posted by akollar (Post 2200938)
Alright what is:
ERROR CODE 329865343
I did a test registration and I ended up finding that when I went to the registration page on my forums.
How can I fix it?

Fully read the installation instructions and check the notes for that error code.

Quote:

Originally Posted by TheLastSuperman (Post 2200965)
Idea...

- Option to verify email address before continuing w/ free registration.

I'm confused; what's wrong with the current email verification system?

Quote:

Originally Posted by Manoel J?nior (Post 2200959)
Please, my bro'

I really need this product to version 3.8.7

Since the product is in a good place I'll get started on a 3.x version today. You can expect some news regarding the status of this on Wednesday.

akollar 05-28-2011 06:55 PM

Thanks for the heads up, Actaully I almost feel like an Idiot for not looking at that. Now to figure out how to get that user group access.

akollar 05-28-2011 07:20 PM

Situation has been resolved. Also I am voting this in for MOTM. :) This was the final touch needed for our forums!

Manoel J?nior 05-28-2011 07:25 PM

Quote:

Originally Posted by Lancerforhire (Post 2200970)
Fully read the installation instructions and check the notes for that error code.



I'm confused; what's wrong with the current email verification system?



Since the product is in a good place I'll get started on a 3.x version today. You can expect some news regarding the status of this on Wednesday.

Thank you my friend!! I'll be awaiting. I am anxious to implement this feature in my forum.

Manoel J?nior 05-29-2011 12:43 PM

My bro',

- Option would place a discount/gift?
- Add Recurring Payment at Paypal by default.

HellRZR 05-29-2011 02:30 PM

Lanceforhire,

I have a another question and depending on your answer maybe a suggestion to try and control the amount of ghost users.

Right now from what I notice, as soon as a user click(s) the sign up now button, a ghost user is created. Does the ghost user have to be created at this point? If not...

My suggestion would be to create a ghost user when they reach the Subscription Payment Method screen is obtained.

What do you think?

vbresults 05-29-2011 02:53 PM

Quote:

Originally Posted by HellRZR (Post 2201286)
Lanceforhire,

I have a another question and depending on your answer maybe a suggestion to try and control the amount of ghost users.

Right now from what I notice, as soon as a user click(s) the sign up now button, a ghost user is created. Does the ghost user have to be created at this point? If not...

My suggestion would be to create a ghost user when they reach the Subscription Payment Method screen is obtained.

What do you think?

Doing something like this would require client-side code (to catch clicks via JavaScript, etc.) that could be exploited. Then, we would have to include a JS framework. The overhead of doing something like this is simply not worth it. The only thing that can be done is the pruning of the ghost users that are stale (orders started 2 or more weeks ago and never fulfilled). I will include this in a future update, maybe 1.5 or 1.6. Ghost users do not show up in the member list or statistics I believe.

1.4 has just been released by the way. :)

Mark4865 05-29-2011 03:14 PM

Great product would be good is ghost users not used disapeared

Nominated

vbresults 05-29-2011 03:27 PM

Quote:

Originally Posted by Mark4865 (Post 2201295)
Great product would be good is ghost users not used disapeared

Nominated

This will probably come in 1.6.

Thanks! :)

--- OT ---

By the way, I do not think this merits a version update, but the original post has been cleaned up and edited to be much more readable. I was using colors like it was a coloring book and it may have made reading the instructions cumbersome. :p

HellRZR 05-29-2011 03:39 PM

Quote:

Originally Posted by Lancerforhire (Post 2201291)
Doing something like this would require client-side code (to catch clicks via JavaScript, etc.) that could be exploited. Then, we would have to include a JS framework. The overhead of doing something like this is simply not worth it. The only thing that can be done is the pruning of the ghost users that are stale (orders started 2 or more weeks ago and never fulfilled). I will include this in a future update, maybe 1.5 or 1.6. Ghost users do not show up in the member list or statistics I believe.

1.4 has just been released by the way. :)

Gotya! but if you could add a cleanup function as you say anything over 2 weeks or something would be great, and btw they do count as stats.

HellRZR 05-29-2011 09:17 PM

I think there maybe another bug.

Users have been reporting the following, this only occurs in Chrome and Firefox, not IE.

When a user logins in via chrome and firefox, they enter the user name and password, get the thank-you for logging in screen, then they are redirected to the VBCMS, but when they arrive at the VBCMS, they show as not logged in.

If however, from the VBCMS, the hit the forums tab, on the forum they show as logged in, then if they select the home page, they will also show as logged in.

The problem also occurs in the following situation :

Repeat scenario above, exit browser, when they return to the when site, they still show as not logged in, but when they select the forums tab, they are now logged in?

I tested this myself and can attest that the above scenario is true.

Thanks...

vbresults 05-29-2011 09:38 PM

This modification does not interact with the log-in system at all and nothing in the user creation process can cause this after registration. There is a problem somewhere, but it is not with this modification.

vbresults 05-30-2011 12:31 AM

The 3.x/legacy beta is out!

Got this done a lot quicker than expected. :D

TheLastSuperman 05-30-2011 12:40 AM

Quote:

Originally Posted by Lancerforhire (Post 2200970)
I'm confused; what's wrong with the current email verification system?

I meant, if choosing Free it requires you to verify address before you proceed any further i.e. you see none of the registration process (nada, zip, zilch not even checking to see if a username can be used or not etc) past the subscription page if your email is not verified first, if going paid route then proceed as designed because it's paid of course.

vbresults 05-30-2011 12:59 AM

Quote:

Originally Posted by TheLastSuperman (Post 2201484)
I meant, if choosing Free it requires you to verify address before you proceed any further i.e. you see none of the registration process (nada, zip, zilch not even checking to see if a username can be used or not etc) past the subscription page if your email is not verified first, if going paid route then proceed as designed because it's paid of course.

I get that; I mean what is the point of this? :p

g0dfather1984 05-30-2011 01:26 AM

How ya doing, Lance? Any chance of putting the "free" option first? I only ask because the descriptions are kind of "long".

Thanks for your time.

Manoel J?nior 05-30-2011 01:40 AM

Quote:

Originally Posted by Lancerforhire (Post 2201480)
The 3.x/legacy beta is out!

Got this done a lot quicker than expected. :D

UAU!! Great, i will test now!

TheLastSuperman 05-30-2011 03:09 AM

Quote:

Originally Posted by Lancerforhire (Post 2201497)
I get that; I mean what is the point of this? :p

Another deterrent against spam... similar to this (and I believe you know the coder who's code that person used before this was removed) https://vborg.vbsupport.ru/showthread.php?t=262216

vbresults 05-30-2011 12:34 PM

Quote:

Originally Posted by TheLastSuperman (Post 2201542)
Another deterrent against spam... similar to this (and I believe you know the coder who's code that person used before this was removed) https://vborg.vbsupport.ru/showthread.php?t=262216

I don't think this functionality has a place in the paid registration product; not trying to clutter this little xml up with non-core functionality. If another coder were to create this functionality separate from the paid registration product and it gets a greater number of installs, I would cooperate with him or her to make sure it works with this modification, though. :)

vbresults 05-30-2011 05:09 PM

Quote:

Originally Posted by g0dfather1984 (Post 2201508)
How ya doing, Lance? Any chance of putting the "free" option first? I only ask because the descriptions are kind of "long".

Thanks for your time.

Quote:

Originally Posted by Lancerforhire (Post 2199650)
In the LancerForHire - Paid Registration template group, open the lancerforhire_paid_registration_subscription template, and find:

Code:

{vb:raw subscriptionbits}
Cut the code you just found and paste it below/after the </vb:if> block that was below it.

There you go. :)

vbresults 06-01-2011 07:17 PM

No problems with the first legacy version so far? That's surprising. :D

HellRZR 06-01-2011 08:47 PM

maybe you just too good ! :)

Manoel J?nior 06-02-2011 01:29 AM

vB3.8.7 - Would add an option to force a group to have a subscription too?

I wish all my users automatically acquire the primary subscription.

vbresults 06-02-2011 01:44 AM

Quote:

Originally Posted by Manoel J?nior (Post 2202551)
vB3.8.7 - Would add an option to force a group to have a subscription too?

I wish all my users automatically acquire the primary subscription.

Can you give me an example? I am not sure I follow along exactly.

Manoel J?nior 06-02-2011 01:58 AM

Quote:

Originally Posted by Lancerforhire (Post 2202555)
Can you give me an example? I am not sure I follow along exactly.

I want all users in the group members have automatic subscriptions.

Currently I can only do one by one, I also wanted something that was by group and not by users. Understand?

vbresults 06-02-2011 12:52 PM

Quote:

Originally Posted by Manoel J?nior (Post 2202559)
I want all users in the group members have automatic subscriptions.

Currently I can only do one by one, I also wanted something that was by group and not by users. Understand?

Oh, I follow you now. This is not something that would go in this modification; it is out of scope.

HellRZR 06-02-2011 01:22 PM

Great update! thanks.


All times are GMT. The time now is 05:07 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.01540 seconds
  • Memory Usage 1,830KB
  • 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
  • (1)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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