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)
-   -   Remove Intermediate Redirection Page (https://vborg.vbsupport.ru/showthread.php?t=32564)

Tommy Boy 11-20-2001 10:00 PM

For some odd reason, I didn't see any request for such a feature, although as far as I know, vBulletin is the only bulletin board which uses this useless redirection system. I'm talking about the "Thank you for logging in...", "Thank you for posting...", "Please wait while searching...", etc. pages.

This hack (I'm not even sure you can call it a hack, it's just 1 line of code) will get rid of this page. It works with all the browsers, but just in case a VERY old browser is being used, the original redirection system will be used, so basically you have nothing to lose.

In the admin/functions.php file, find:
Code:

eval("dooutput(\"".gettemplate("standardredirect")."\");");
Before it, add:
PHP Code:

header ("Location: $url"); 


auto 11-23-2001 03:09 PM

I don't think this would exist if it was totally useless..
My theory is that the redirection page allows the server to breathe inbetween resource consuming actions.. so it doesnt overload and crash.

george_proost 11-24-2001 10:03 AM

Quote:

Originally posted by auto
I don't think this would exist if it was totally useless..
My theory is that the redirection page allows the server to breathe inbetween resource consuming actions.. so it doesnt overload and crash.

is this indeed the case ????

Syphin 11-24-2001 10:10 AM

Quote:

Originally posted by auto
I don't think this would exist if it was totally useless..
My theory is that the redirection page allows the server to breathe inbetween resource consuming actions.. so it doesnt overload and crash.

Thats what i was thinkin too...

But im sure theres more... like setting cookies or somthing like that... not sure.. but id rather keep them anyways...


-Syphin

Tommy Boy 11-24-2001 10:12 AM

Quote:

Originally posted by george_proost

is this indeed the case ????

It wouldn't make any sense if it was. You see, the intermediate page is a normal HTML page, in which the HTTP-EQUIV META tag is used for re-redirection. If at all, it just generates MORE server work, not to speak about the extra bandwidth...

I'm using my hack in my forums since the very beginning, and I have quite a busy board, and so far so good. :p

Admin 11-24-2001 11:16 AM

While this is good for the "big guns" of forums, who use it for a lot of time, I think the redirection page is important and friendly for newbies.
I don't know how to explain this, I'm sure someone else can, but just doing stuff without letting the user know isn't good IMO.

I think I'll use this for my testing site... I don't need the redirection. :)

fonzerelli_79 11-25-2001 10:17 AM

firefly

do you think the admin at vbulletin forums would know why this is there

GeorgeofCS 11-25-2001 11:00 AM

It works great, but there appears to be a few areas where it appears to be needed. With deleting threads, and a portion of the registration. Although it still does redirect it takes so long to do so that 50% of the time my users thought they screwed up. :(

Admin 11-25-2001 11:06 AM

[QUOTE]Originally posted by fonzerelli_79
firefly

do you think the admin at vbulletin forums would know why this is there

fonzerelli_79 11-25-2001 11:58 AM

sorry firefly

what i meant was, do you think that any of the administrators or moderators of the vbulletin forums would know why this redirection is in place

i agree with you that it helps with new users of a forum but i think experienced users get a bit annoyed


All times are GMT. The time now is 06:53 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.01024 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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