vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Registration Hack v1.0 (any location!) (https://vborg.vbsupport.ru/showthread.php?t=40663)

Reverend 07-05-2002 07:38 PM

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:

Chris M 07-05-2002 07:38 PM

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

g-force2k2 07-05-2002 07:40 PM

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

Reverend 07-05-2002 07:41 PM

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.

Chris M 07-05-2002 07:43 PM

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

bluecat 07-06-2002 02:47 AM

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?

g-force2k2 07-06-2002 03:45 AM

Yeah I will work on a modification. :)

g-force2k2

g-force2k2 07-06-2002 01:49 PM

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 :p 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

Danny 07-07-2002 02:47 PM

is it possible to have this as a block in vbportal?

g-force2k2 07-07-2002 04:06 PM

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


All times are GMT. The time now is 06:03 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.01134 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)bbcode_php_printable
  • (2)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
  • (10)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