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 - something you've never seen (https://vborg.vbsupport.ru/showthread.php?t=289339)

vbresults 10-19-2012 10:00 PM

something you've never seen
 
Overview

Quick Registration lets visitors register using only their email address. The username for each new member is the part of their email before the @ symbol, and their password is generated (and sent in the activation email, welcome email, and/or welcome pm depending on which are turned on). Quick Registration has the maximum effect where the site's home page is either the forum or vBulletin CMS.

More Information, Video, and Copyright-Free Version (Free, Click Here)

Support

Support is provided, but on This link exclusively.

This mod is going to the graveyard, but you can get it for free by sending an email to administrator@vbresults.com.

ForceHSS 10-19-2012 11:37 PM

<dependency dependencytype="vbulletin" minversion="" maxversion="3.9.9" />
in product-extended_legacies-1.5 xml you need to change this do you not

vbresults 10-19-2012 11:41 PM

Quote:

Originally Posted by ForceHSS (Post 2374393)
<dependency dependencytype="vbulletin" minversion="" maxversion="3.9.9" />
in product-extended_legacies-1.5 xml you need to change this do you not

Extended Legacies is only for vBulletin 3, but I found something else -- fixed

ForceHSS 10-19-2012 11:52 PM

I noticed that in the how to file but it would not let me install one of the xml unless I installed the 1.5 one

SadounForums 10-20-2012 04:28 AM

Looks interesting. Waiting for more experienced people to try it before I jump in.

sticky 10-20-2012 05:53 AM

Can't install as it says it needs extended legacies.

vbresults 10-20-2012 04:18 PM

Quote:

Originally Posted by ForceHSS (Post 2374398)
I noticed that in the how to file but it would not let me install one of the xml unless I installed the 1.5 one

I see what you meant now -- it required extended legacies but in vBulletin 4 you couldn't install extended legacies -- fixed

ForceHSS 10-20-2012 06:48 PM

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/content/75/8023975/html/register.php(90) : eval()'d code on line 19

vbresults 10-20-2012 07:11 PM

Quote:

Originally Posted by ForceHSS (Post 2374582)
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/content/75/8023975/html/register.php(90) : eval()'d code on line 19

Fixed; thanks for reporting. This issue affected people running PHP older than 5.3.

For those that didn't see the error, you are running 5.3+ and don't need to update to 1.2.

To apply the update, import product-quick_registration with `Allow Overwrite` set to `Yes`.

ForceHSS 10-20-2012 07:16 PM

you need to remove the product-extended_legacies-1.5.xml from the files as you said it is not needed for vb4

ForceHSS 10-20-2012 07:18 PM

on the admincp/options/LancerForHire, LLC. - Quick Registration it says
Note: If the quick registration block loads but behaves strangely, turn this setting off.
but you dont have the option to do that

ForceHSS 10-20-2012 07:21 PM

just tested it when i input the info into the side block it brings me to the normal register page and tells me to fill in the info

The following errors occurred during your registration
You have left a required field blank.
Please complete the required field "Username".
You have entered an invalid birthday.

vbresults 10-20-2012 07:41 PM

Quote:

Originally Posted by ForceHSS (Post 2374596)
just tested it when i input the info into the side block it brings me to the normal register page and tells me to fill in the info

The following errors occurred during your registration
You have left a required field blank.
Please complete the required field "Username".
You have entered an invalid birthday.

No fields can be required on registration per the instructions -- after this is addressed, it should work

sticky 10-20-2012 08:19 PM

Ok 1.2 shows in the sidebar and the registration works but no e-mail being sent.

ForceHSS 10-20-2012 09:51 PM

Quote:

Originally Posted by LancerForHireLLC (Post 2374601)
No fields can be required on registration per the instructions -- after this is addressed, it should work

tell me when this has been fixed

vbresults 10-20-2012 10:02 PM

Quote:

Originally Posted by ForceHSS (Post 2374631)
tell me when this has been fixed

I was talking about you addressing this, it's not a bug in the add-on

Quote:

Originally Posted by sticky (Post 2374612)
Ok 1.2 shows in the sidebar and the registration works but no e-mail being sent.

Check the spam folder -- if you've gotten to the "activation email sent" page, it should be sent.

ForceHSS 10-20-2012 10:13 PM

plugin removed not what i was looking for

sticky 10-20-2012 11:21 PM

Quote:

Originally Posted by LancerForHireLLC (Post 2374633)
I was talking about you addressing this, it's not a bug in the add-on



Check the spam folder -- if you've gotten to the "activation email sent" page, it should be sent.

It's working, great mod. Thank you.

sticky 10-20-2012 11:22 PM

Wait, it's sending a PM with the password. How do I set what account this comes from?

vbresults 10-22-2012 03:36 PM

Quote:

Originally Posted by sticky (Post 2374654)
Wait, it's sending a PM with the password. How do I set what account this comes from?

The Welcome PM user option

sticky 10-23-2012 04:38 AM

Quote:

Originally Posted by LancerForHireLLC (Post 2375088)
The Welcome PM user option

Yes but it's not sending it from the account specified in that option...

vbresults 10-23-2012 03:30 PM

Quote:

Originally Posted by sticky (Post 2375235)
Yes but it's not sending it from the account specified in that option...

This add-on doesn't send any PM's, it alters the default welcome phrase so this issue is with vBulletin and not the add-on. Perhaps the username doesn't exist?

sticky 10-24-2012 10:06 AM

Quote:

Originally Posted by LancerForHireLLC (Post 2375341)
This add-on doesn't send any PM's, it alters the default welcome phrase so this issue is with vBulletin and not the add-on. Perhaps the username doesn't exist?

It's sending a PM with the password for the account after the person registers, so how can that be?

vbresults 10-24-2012 04:30 PM

Quote:

Originally Posted by sticky (Post 2375596)
It's sending a PM with the password for the account after the person registers, so how can that be?

If welcome private messages are enabled, it will replace the private message text with a copy including the password. It doesn't actually send the message out; vBulletin does that.

sticky 10-24-2012 06:38 PM

Quote:

Originally Posted by LancerForHireLLC (Post 2375676)
If welcome private messages are enabled, it will replace the private message text with a copy including the password. It doesn't actually send the message out; vBulletin does that.

Ok not understanding as PM's are going out to the new accounts with the password but the account they are coming from is mine.

RichieBoy67 10-24-2012 08:05 PM

Quote:

Originally Posted by sticky (Post 2375712)
Ok not understanding as PM's are going out to the new accounts with the password but the account they are coming from is mine.

You can set it so that it comes from any account as he mentioned above. It has to be an existing account, usually the admin account so coming from your account seems logical..

sticky 10-24-2012 09:08 PM

Quote:

Originally Posted by RichieBoy67 (Post 2375727)
You can set it so that it comes from any account as he mentioned above. It has to be an existing account, usually the admin account so coming from your account seems logical..

I'm trying to explain it isn't coming from the account specified in the default welcome PM which works as it should. This PM is not coming from the account it should be.

RichieBoy67 10-24-2012 10:48 PM

Oh I see. I'm sorry for misunderstanding. I do not have this installed right now but I am not sure if it calls for the user id number or the username. Did you put the number in? That is most likely what it needs..


All times are GMT. The time now is 03:28 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.01141 seconds
  • Memory Usage 1,782KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete