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
Remove ALL Redirects, No Bugs, All Browsers Details »»
Remove ALL Redirects, No Bugs, All Browsers
Version: 1.00, by Nomb Nomb is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 06-02-2003 Last Update: Never Installs: 53
 
No support by the author.

First, I created a new thread or Hack because I myself was having trouble getting this to work out right, although, I really can?t claim full credit for it. Other than thinking to combine a few hacks in a special way I didn?t do much.

These 2 hacks together (Sort of, I removed a lot from Anime-loo?s hack) make it work!

Anime-loo
Remove Posting Redirection (like vB3)

Tommy Boy
Remove Intermediate Redirection Page


What does this hack do?

This hack will remove ALL intermediate redirection messages from all pages (vB 3 style). In addition, when posting a reply to a thread you will be taken to the correct post, i.e. The post that was just created by yourself. This hack will work with all browsers.

Also, this hack works with the quick reply box just in case you were wondering.

Difficultly?

Easy: Edit 2 php files, admin/functions.php and newreply.php. Add one line of code and change 2 lines of code.

See attached text file for instructions.

UPDATE 9/26/2003

For instructions on using this hack in vB version 2.3.2 please click below:

https://vborg.vbsupport.ru/showpost....1&postcount=71

Show Your Support

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

Comments
  #42  
Old 06-11-2003, 06:58 PM
TheComputerGuy's Avatar
TheComputerGuy TheComputerGuy is offline
 
Join Date: Oct 2001
Location: TX
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good job, I like it alot!
Reply With Quote
  #43  
Old 06-12-2003, 03:29 AM
Parker Clack Parker Clack is offline
 
Join Date: Oct 2001
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nomb:

It is working like a charm.

Now if someone could just ocme up with a new search function so the search function doesn't drag down the site.

Thanks for the wonderful hack.

Parker
Reply With Quote
  #44  
Old 06-12-2003, 03:35 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 02:29 PM Parker Clack said this in Post #42
Now if someone could just ocme up with a new search function so the search function doesn't drag down the site.
Check out the hack in the Beta Hacks forum that uses native MySQL search to do vB searches, saving you lots of server load, as well as removing the need for searchindex.
Reply With Quote
  #45  
Old 06-14-2003, 02:24 PM
bloodcult bloodcult is offline
 
Join Date: Apr 2003
Location: Hameln/Germany
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have the same problem as dslteam...
i installed on 2.3.0 and the popupnotification is not working...

i will try to reproduce the error... but i think... the redirection has nothing to do with javascript vom popup?
Reply With Quote
  #46  
Old 06-14-2003, 03:20 PM
bloodcult bloodcult is offline
 
Join Date: Apr 2003
Location: Hameln/Germany
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry 4 post... comment out, comment in and it works?!
Reply With Quote
  #47  
Old 06-15-2003, 02:15 AM
jamoss's Avatar
jamoss jamoss is offline
 
Join Date: Apr 2002
Location: Los Angeles
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it! Thanks.

For the PM redirects, edit private.php

Find this line:

Quote:
eval("standardredirect(\"".gettemplate("redirect_p mthanks")."\",\"private.php?s=$session[sessionhash]\");");
Comment it out and put this one after it:

Quote:
HEADER("LOCATION: private.php?s=$session[sessionhash]");
Reply With Quote
  #48  
Old 06-15-2003, 04:24 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You don't need to edit the private.php to get rid of the redirects - the functions code will fix it.

Also, the PM popup is NOT affected by this hack. It has been working on my private forums for over a year, and PM popup works without problems.
Reply With Quote
  #49  
Old 08-04-2003, 04:43 AM
Opie Opie is offline
 
Join Date: Aug 2002
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone see what this guy posted here:

https://vborg.vbsupport.ru/showthrea...468#post394468

faster and easier edit. Works great on 2.3.0, read my post under his too.
Reply With Quote
  #50  
Old 08-04-2003, 05:12 AM
PurpleCow PurpleCow is offline
 
Join Date: Mar 2003
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Besides This benefit :

Quote:
it really does seem to increase speed on the boards, or at least give that impression.
What other benefit this hack offers when installed ??

I'd be interested to know more before installing it.

Thank you
Reply With Quote
  #51  
Old 08-04-2003, 05:29 AM
Nomb's Avatar
Nomb Nomb is offline
 
Join Date: Nov 2002
Location: Phoenix, AZ
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 11:43 PM Opie said this in Post #48
anyone see what this guy posted here:

https://vborg.vbsupport.ru/showthrea...468#post394468

faster and easier edit. Works great on 2.3.0, read my post under his too.
That's exactly what this hack is. Except there's an extra portion so you are redirected to your own post after making a reply.

Although, after thinking about this I need to write my own little goto function similar to goto=newpost so that it takes you to the last post made by yourself. Because on busy boards things get tricky and you end up in different places if others have made replies while you were typing yours.

No time now, maybe erwin has done this, and maybe vB 3 does this as well, dunno, and haven?t looked.
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 10:47 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.05584 seconds
  • Memory Usage 2,306KB
  • 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_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
  • (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