Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Registration Hack v1.0 (any location!) Details »»
Quick Registration Hack v1.0 (any location!)
Version: 1.00, by g-force2k2 g-force2k2 is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-03-2002 Last Update: Never Installs: 42
 
No support by the author.

As required [ Here ] by Reverend

What does this hack do? Allows for quick registration of users!
When doing usergroup permissions and restricting access to alot of things you can use this little hack to call a quick register instead of Showing No Permission!
It allows for you to also disable the option in the Registration Settings
For instance if you restrict viewing in thread for guests they will get the normal empty forum with no threads and also they'll get a quick registration form!
Enjoy! Suggestions? Questions? Comments? [ g-force2k2 ]

*Notice: This hack doesn't include Coppa users. So if you rather have users join as Coppa if they're suppose to be then probably this isn't the hack for you

What to do:

+++++++++++++++++++++++++++++++++++++++++++++++++
// +++++++ Queries to Run (1) +++++++
// +++++++ File Modifiactions ( ? ) +++++++
// +++++++ Template Modifications ( ? ) +++++++
// +++++++ Templates To Add (1) +++++++
+++++++++++++++++++++++++++++++++++++++++++++++++

I tested this hack on the forumdisplay.php but you can use it anywhere

Instructions in the php file attached just open it in notepad... sorry but once again no screenshots... would appreciate if someone could attach some thanks... Enjoy...

g-force2k2

Edit: Zip updated thanks to Reverend for showing me an error in instructions

Show Your Support

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

Comments
  #32  
Old 07-05-2002, 07:38 PM
Reverend Reverend is offline
 
Join Date: Mar 2002
Location: England
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah what i mean is use the same hack that you made,but have it so that i have an option to apply it to certain forums of my choice,rather than the whole board.

Hope that makes sense. :cross-eyed:
Reply With Quote
  #33  
Old 07-05-2002, 07:38 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reverend - You will need to take out that "forumdisplay.php.txt" file from your post...

You are not allowed to post full vBulletin files on here...

Satan
Reply With Quote
  #34  
Old 07-05-2002, 07:40 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

meh that was my bad hellsatan ;\ i asked him if i could see it...

yeah Reverend makes perfect sence only thing is you still want the quick register to show on every forum still?

g-force2k2
Reply With Quote
  #35  
Old 07-05-2002, 07:41 PM
Reverend Reverend is offline
 
Join Date: Mar 2002
Location: England
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by hellsatan
Reverend - You will need to take out that "forumdisplay.php.txt" file from your post...

You are not allowed to post full vBulletin files on here...

Satan
OK sorry.Removed.
Reply With Quote
  #36  
Old 07-05-2002, 07:43 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its alright...Just warning ya before a Mod does it...

@g-force - You should have asked him to email it to you...Never mind...No harm done

Satan
Reply With Quote
  #37  
Old 07-06-2002, 02:47 AM
bluecat's Avatar
bluecat bluecat is offline
 
Join Date: Apr 2002
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi. I'm getting ready to install this hack but I have a quick question. I want guests to still be able to view threads and only be taken to the quick register when they want to reply or post. Is this possible?
Reply With Quote
  #38  
Old 07-06-2002, 03:45 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I will work on a modification.

g-force2k2
Reply With Quote
  #39  
Old 07-06-2002, 01:49 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bluecat when just add the new template and then in your coding

open newreply.php

find:

PHP Code:
if ($action=="newreply") { 
after it add:

PHP Code:
if($bbuserinfo[userid]==0) {
  if(
$QRenabled) {
    eval(
"dooutput(\'".gettemplate("register_quick")."\");");
    exit;
  }

then open newthread.php

find:

PHP Code:
if ($action=="newthread") { 
after it add:

PHP Code:
if($bbuserinfo[userid]==0) {
  if(
$QRenabled) {
    eval(
"dooutput(\'".gettemplate("register_quick")."\");");
    exit;
  }

And thats how you do it only thing i'd recommend is adding more to the quick register because it was made to appear in the forumdisplay setup not as a sole template hope that helps

g-force2k2
Reply With Quote
  #40  
Old 07-07-2002, 02:47 PM
Danny Danny is offline
 
Join Date: Dec 2001
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to have this as a block in vbportal?
Reply With Quote
  #41  
Old 07-07-2002, 04:06 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Danny
is it possible to have this as a block in vbportal?
I would assume that it'd be fairly easy what are you looking exactly to do?

g-force2k2
Reply With Quote
  #42  
Old 07-07-2002, 04:08 PM
Danny Danny is offline
 
Join Date: Dec 2001
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well if you go here you should see what i mean, this is my friends site.

www.golden-springs.com
Reply With Quote
  #43  
Old 07-07-2002, 04:19 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you should be able to just add the template and make it appear where you want on the portal no? im not sure how vb portal works... does it use templates?

g-force2k2
Reply With Quote
  #44  
Old 07-07-2002, 04:24 PM
Danny Danny is offline
 
Join Date: Dec 2001
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it does use templates yes.

it installs seemlessly into vbulletin.

it adds new templates for the left center and right, and then it has its own admin panel to add blocks so the templates dont get changed for vbportal you add a block and put content in it, you can choose from html and php blocks

would you like a closer look at vbportal?

www.phpportals.com is where my friend got it from.
Reply With Quote
  #45  
Old 07-07-2002, 04:28 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah but i believe that it does cost money just try and adding a new block with the coding in it from the quick_register template... then just customize it to look and it should be cool

g-force2k2
Reply With Quote
  #46  
Old 07-07-2002, 04:30 PM
Danny Danny is offline
 
Join Date: Dec 2001
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok will do thanks
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 01:54 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.07331 seconds
  • Memory Usage 2,366KB
  • Queries Executed 30 (?)
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
  • (4)bbcode_php
  • (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
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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