The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing Posting Redirect
I have searched the forums and cant seem to find this here, so I will go ahead and post it. I am trying to figure out how to remove the redirect page that shows up after you post. It is annoying on 56k modems (especially whent hey are lagging) so how would I go about removing this redirect page? (again, sorry if this has been posted or if this is the wrong forum, but I tried searching :noid: )
|
#2
|
||||
|
||||
i dont recommend you to remove it, due to certain code issues related. this page is needed, is not placed there for fun.
if you dont care and still want to remove it, simply do this: open functions.php and find the code: PHP Code:
PHP Code:
nakkid. |
#3
|
|||
|
|||
Thanks for this input.. Can anybody please describe to me the possible downfall to doing this? I'd really like to do it on my forums but I'm afraid of what could happen as a result...
|
#4
|
||||
|
||||
*bump* just found this
|
#5
|
|||
|
|||
why dont recommend?
|
#6
|
||||
|
||||
Quote:
Open forum/functions.php and find: PHP Code:
PHP Code:
|
#7
|
|||
|
|||
|
#8
|
||||
|
||||
|
#9
|
|||
|
|||
for some reason I get an invalid link specified error when I try this. using vb 2.3.4 code is below
$url = str_replace("\"", "", $url); header("Location: $url"); eval("dooutput(\"".gettemplate("standardredirect") ."\");"); exit; any idea what I'm doing wrong |
#10
|
||||
|
||||
Use the hacks released for this very purpose, I'm sure one of them work for 2.3.4
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|