vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Quick Register for 3.5.x - Plugin Edition (https://vborg.vbsupport.ru/showthread.php?t=114342)

gunitman247 09-19-2006 05:07 AM

how can i get this to work with my vBA CMPS? It currently loads only on the forum home. not the portal

lexx27 09-20-2006 12:47 AM

Same way you add it to your forum. The only thing you must change is the path inside qr template

gothicuser 09-27-2006 06:06 AM

Seem to have a problem. I moved hosts yesterday and consequently did a db backup/restore. On the restore the database refused to import past the 'settings' table, saying the entry for quickregister, "quickregister_welcomemsgtext" was truncated on row 1.
Now, I had not, in any way shape or form altered the defaults of the installation, and cannot for the life of me understand why this may happen.
Any ideas anyone?

p.s. vB 3.6.1 + php 5.1.5 on Apache 2.0.59 & MySQL 4.1.21

neal007 09-28-2006 11:32 AM

It looks like the Image Verification is not working with vB 3.6. I am using 1.6.2 of this plug-in.

Eric 09-28-2006 08:53 PM

Quote:

Originally Posted by neal007
It looks like the Image Verification is not working with vB 3.6. I am using 1.6.2 of this plug-in.

Did you try https://vborg.vbsupport.ru/showpost....&postcount=114 ?

Karl Evans 10-01-2006 05:43 PM

Does this work with vB 3.6.1?

inkdot 10-09-2006 10:49 PM

how do you remove confirmation for password and email?
i just want it to show
--------
username: [ ]
password: [ ]
email: [ ]
submit
---------
without the 'agree to forum rules' checkbox too if possible.
i can try and play around with it but i'm sure someone here can do this in less than 1 minute ;) thanks!

PoetJA-1975 10-10-2006 05:28 AM

Wonderful modification - I'm using it only on my vBadvanced portal pages:
http://JPiCForum.info

Thank you very very much for this one - I'm hoping it will boost the Community registrations!

Jacquii.

inkdot 10-14-2006 01:49 AM

would prefer it much better without the extra confirmation boxes but this isnt so bad... thanks for this sweet hack bro! :D

http://www.questlife.net/forum/uploa...1160793867.jpg

KSE 10-24-2006 12:06 AM

Anyone know if this works with v3.6.2?

kylek 11-01-2006 02:09 AM

i just installed this on 3.6.2 and it works fine for me. Only thing I am trying to find is where to get at the read forum rules link as it links to register not my rules.

DDad 11-04-2006 05:29 PM

quick_register template

go to the bottom and find

Code:

<input type="submit" class="button" value="$vbphrase[quickregister_submit]" accesskey="s" /><input name="agree" id="cb_rules_agree" value="1" type="checkbox"><strong>$vbphrase[quickregister_agree] <a href="$vboptions[bburl]/faq.php?" target="_blank">$vbphrase[quickregister_forumrules]</a></strong>
replace register with faq.

I'm still testing this hack on my test site.

gothicuser 11-05-2006 07:21 AM

Finally.... got this to work with image verification in vBAdvanced :D

All I did was install plugin as per destructions.
In the AdminCP/vBA CMPS/default settings:
In 'Portal Output Global Variables' add 'quickregister'

In the template 'imagereg' look for
Code:

<img id="imagereg" src="image.php?$session[sessionurl]type=regcheck&amp;imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" />
and replace with
Code:

<img id="imagereg" src="/forum/image.php?$session[sessionurl]type=regcheck&amp;imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" />
and change 'forum' to whatever is your forums directory.

and then look for
Code:

<script type="text/javascript" src="clientscript/vbulletin_ajax_imagereg.js?v=$vboptions[simpleversion]"></script>
and replace with
Code:

<script type="text/javascript" src="/forum/clientscript/vbulletin_ajax_imagereg.js?v=$vboptions[simpleversion]"></script>
again changing the 'forum' for your own forum path.
You can check it out HERE

pokerie 11-07-2006 11:42 AM

Hi, could someone please tell me how I can link to the forum rules directly, not my forum FAQ, but the forum rules that are shown on register.php, but without the option to continue registration from that page.

Also, does anyone know how to use proper image verification not for VBAdvanced?

I'm using this on 3.6.2 and have edited it to fit in nicely, click the forum link in my sig to see:)

DDad 11-07-2006 12:39 PM

I'm still working this on my test site and may or may not work for you. Although it may help you.

I have ours link to a added faq page, you can do this by adding it in the admin cp.
or
You can hide your register link on your navbar (we did this) and only use the quick register. Link the forum rules in the QR to
<a href="$vboptions[bburl/register.php?do=checkdate"target="_blank"> then change the register button below the rules to close this page. this will only work with QR.


For the image I added this
https://vborg.vbsupport.ru/showpost....&postcount=133
it works on both cmps and all my vb pages
and changed the size of the image from what he has to width="122" height="42" border="0"

Good luck hope it helps, if not sorry.

Once I get it working on my active site, I will click install!

pokerie 11-07-2006 01:19 PM

Thanks, I sorted the image verification for vb, it was in post 114 on this thread:)

I think I'm going to leave the main register option up just incase we have any special cases, somebody from a different time zone, or user referrals etc, thanks for the suggestion though:)

I might just make up a new page of forum rule that it will link to in the pop up.

pokerie 11-07-2006 03:15 PM

Haha, 4 hours later and it's finished!

Have it set up just the way I want now here: www.poker.ie/community/forums/

The rules pop up and I copied the normal register page and made a quickregrules page and edited out the register button and replaced it with text that simply says "Please close this wondow to continue".

Now I just have to get it on my /community/ page which is in vbadvanced:confused:

pokerie 11-08-2006 02:38 PM

Quote:

Originally Posted by gothicuser
Finally.... got this to work with image verification in vBAdvanced :D
You can check it out HERE

The refresh image button doesn't work :( any ideas?

RaceJunkie 11-08-2006 06:55 PM

Quote:

Originally Posted by pokerie
The refresh image button doesn't work :( any ideas?

I just tried it and it worked.?

pokerie 11-08-2006 07:16 PM

the one on http://www.cornishserver.com/ works for you? I've tried it in both FireFox and IE and neither of them refresh the image for me. The animated circling dots just stay there turning but no new image comes up!

RaceJunkie 11-08-2006 07:49 PM

Quote:

Originally Posted by pokerie
the one on http://www.cornishserver.com/ works for you? I've tried it in both FireFox and IE and neither of them refresh the image for me. The animated circling dots just stay there turning but no new image comes up!



Nope, Sorry I was looking at the Poker site..:confused:

pokerie 11-08-2006 07:53 PM

hehe, no probs, it works on our /forum page but not our /community page:(

DDad 11-09-2006 05:47 PM

If you use the GD (True Type Font) and all the randoms unchecked in the image settings you won't need to refresh.

bolly.beats 11-14-2006 08:37 AM

Quote:

Originally Posted by Mr Chad (Post 963132)
works great :), except you havent added the image verification. (so i have to turn it off)

Quote:

Originally Posted by Psionic Vision (Post 963738)
You should add image verification to this, else there may be automated registrations which you don't want.

Quote:

Originally Posted by mrahul (Post 964993)
would be great if image verification is also included. which makes my life better from the bots

I m wid all dis guys... we need a upgarde version for this.:knockedout:

gothicuser 11-14-2006 09:31 AM

Quote:

Originally Posted by pokerie (Post 1113213)
the one on http://www.cornishserver.com/ works for you? I've tried it in both FireFox and IE and neither of them refresh the image for me. The animated circling dots just stay there turning but no new image comes up!

Just tried it, works for me :bunny:

pokerie 11-14-2006 11:14 AM

Quote:

Originally Posted by gothicuser (Post 1116952)
Just tried it, works for me :bunny:

Still doesn't work for me and another guy I know.

ArchangelX 11-18-2006 09:38 PM

Is there anyway to use this in conjunction with the NoSpam! modification?

https://vborg.vbsupport.ru/showthrea...ghlight=nospam

I'm not a coder, and I'm not exactly sure how to implement this into it? I'd really like to use this mod...but when I installed it, it doesn't allow the question to be asked, but it still looks for it?

T2DMan 11-20-2006 04:22 AM

Hi Guys
I have got the plugin working for a clients forum - the verification image is working, and date of birth working.

With DOB, you either have it required on the quick edit, or on the forum - then it shows on the quick edit form.

Have a look at it in action on my clients site - Football forum

The attached file now has it so only one email address and password is required. Nice and easy for people to register now!

gothicuser 11-20-2006 04:30 AM

Quote:

Originally Posted by T2DMan (Post 1121318)
It would be nice to have only one email, and one password required, but I can't be bothered with doing the required javascript to set the variables at the moment.

I thought the whole idea of duplicating these inputs was to deter the 'bots' from automatically creating multiple accounts.

T2DMan 11-20-2006 04:50 AM

Duping inputs is more to try and make sure that the user puts them in right. But what happens is that people just copy and paste them anyway, so its not really that much a check.

The image verification is the non bot part.

pokerie 11-20-2006 08:15 AM

I think it's best to keep the confirm fields for usernames and passwords. You've got to take into consideration those who aren't so technically minded, who may not even know how to copy and paste and who may hit a wrong key.

Gothic, the image refresh still isn't working on your site for me??

inkdot 11-26-2006 11:11 PM

Quote:

Originally Posted by T2DMan (Post 1121318)
Hi Guys
The attached file now has it so only one email address and password is required. Nice and easy for people to register now!



wow! thanks man, been waiting for this. :)

PoetJA-1975 11-27-2006 12:34 AM

Quote:

Originally Posted by ArchangelX (Post 1120298)
Is there anyway to use this in conjunction with the NoSpam! modification?

https://vborg.vbsupport.ru/showthrea...ghlight=nospam

I'm not a coder, and I'm not exactly sure how to implement this into it? I'd really like to use this mod...but when I installed it, it doesn't allow the question to be asked, but it still looks for it?

AWAITING this answer please...
Would certainly love to have the QuickRegister WITH the new NoSpam mod!

Thanx,

Jacquii.

evilc 11-30-2006 07:04 PM

Will this mod work for 3.6 OR is there a version for 3.6.x
I want to make it as easy to register for users on my new forum and this seems to be the perfect solution.

gothicuser 11-30-2006 07:09 PM

Quote:

Originally Posted by evilc (Post 1128891)
Will this mod work for 3.6 OR is there a version for 3.6.x
I want to make it as easy to register for users on my new forum and this seems to be the perfect solution.

This has been mentioned numerous times in this thread, and yes, it works perfectly in 3.6.4

theChronic 11-30-2006 09:21 PM

Yes, this version works with 3.6 very well. I have it installed on my boards.

evilc 12-01-2006 05:34 AM

Quote:

Originally Posted by gothicuser (Post 1128894)
This has been mentioned numerous times in this thread, and yes, it works perfectly in 3.6.4

Sorry, didn't see those posts. Thx for the info anyways.. i'll install it rightaway. :)

evilc 12-01-2006 06:26 AM

Quote:

Originally Posted by T2DMan (Post 1121318)
Hi Guys
I have got the plugin working for a clients forum - the verification image is working, and date of birth working.

With DOB, you either have it required on the quick edit, or on the forum - then it shows on the quick edit form.

Have a look at it in action on my clients site - Football forum

The attached file now has it so only one email address and password is required. Nice and easy for people to register now!

Got the image verification working. But still shows 2 password and email fields?

evilc 12-01-2006 06:39 AM

Image verification was showing up so small and confusing on my quick register form that I had to turn it off. Anyone else with same problem got a fix?

AMG021 12-03-2006 12:17 AM

for some reason this is not working for me. I'm using 3.6.4


All times are GMT. The time now is 10:13 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.01593 seconds
  • Memory Usage 1,834KB
  • 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
  • (5)bbcode_code_printable
  • (15)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