Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Register for 3.5.x - Plugin Edition Details »»
Quick Register for 3.5.x - Plugin Edition
Version: 1.6.2, by RDX1 RDX1 is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-28-2006 Last Update: 06-02-2006 Installs: 228
Uses Plugins Template Edits
 
No support by the author.

Quick Register - Version 1.6.2


Don't forget to click Install if you use this modifcation!



Description: This plugin will allow you to display a quick registration to quests. This is a port from my template hack that stores the quick register in a template and is able to be called with a variable.

Requirements: vBulletin 3.5.X

Support: This modifcation comes as-is with limited support. If I have time I will look into your support request in this thread, only if you have clicked install.

Installation:
Log into your Admin Control Panel > Plugin System > Manage Products >
[Add/Import Product] > Import the product included in the .zip > Override yes
Go to Styles & Templates -> Choose your style and click on < > to expand the templates ->
Click Navigation/Breadcrumb Templates > Click on navabar
Add to the end of the template $quickregister
Go to vBulletin Options -> Quick Register Settings ->
Turn on/off settings you want/need

Modifcation Includes:
(1) Plugin
(1) Template
(1) Settings group
(5) New Settings
(25) New Phrases

Changelog:
(5/29/06) 1.6.2 Changed how the forum rules window displays, changed phrase text for Quick Register.
(5/26/06) 1.6.1 You can now set the welcome message via the AdminCP. Fixed minor typo in Admin CP.
(5/24/06) 1.6.0 Image Verification included, new welcome message displayed, bug fixes.
(5/222/06) 1.5.0: Both Plugins merged, added setting options, bug fixes.
(4/30/06) 1.1.1: Fixed a phrase issue with Quick Register Age.
(4/30/06) 1.1.0: Added phrases for all text except Months.
(4/28/06) 1.0.0: Converted from the template edition to Plugin Edition.

Credits: Thanks to LiveWire for contributing and looking over some of the alpha code for version of 1.5
Thanks also goes to SecondV for including the code for image verification.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 11-01-2006, 02:09 AM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #133  
Old 11-04-2006, 05:29 PM
DDad's Avatar
DDad DDad is offline
 
Join Date: Mar 2005
Location: Boston
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #134  
Old 11-05-2006, 07:21 AM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

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
Reply With Quote
  #135  
Old 11-07-2006, 11:42 AM
pokerie pokerie is offline
 
Join Date: Apr 2006
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #136  
Old 11-07-2006, 12:39 PM
DDad's Avatar
DDad DDad is offline
 
Join Date: Mar 2005
Location: Boston
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #137  
Old 11-07-2006, 01:19 PM
pokerie pokerie is offline
 
Join Date: Apr 2006
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #138  
Old 11-07-2006, 03:15 PM
pokerie pokerie is offline
 
Join Date: Apr 2006
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #139  
Old 11-08-2006, 02:38 PM
pokerie pokerie is offline
 
Join Date: Apr 2006
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gothicuser
Finally.... got this to work with image verification in vBAdvanced
You can check it out HERE
The refresh image button doesn't work any ideas?
Reply With Quote
  #140  
Old 11-08-2006, 06:55 PM
RaceJunkie RaceJunkie is offline
 
Join Date: Jun 2005
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pokerie
The refresh image button doesn't work any ideas?
I just tried it and it worked.?
Reply With Quote
  #141  
Old 11-08-2006, 07:16 PM
pokerie pokerie is offline
 
Join Date: Apr 2006
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
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 12:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08417 seconds
  • Memory Usage 2,322KB
  • 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
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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