The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vb3: print_standard_redirect-- Redirecting to URL, but no phrase shown?
This is a little irking.
PHP Code:
PHP Code:
Quote:
I've tested this with the error side of this and it works (under the Front-End Error Message group, that is.) But unfortunately it doesn't redirect .. as is the desired result. Am I erroring in a bad way? >.> |
#2
|
||||
|
||||
Make sure you have the phrase called testing in the front-end redirect messages group and then use redirect_testing in the PHP call.
|
#3
|
||||
|
||||
Crap. v.v;
I was doing everything you specified, NTLDR, and thank you for the attempt at trying. I redid everything just in case, making 100% sure that I was following the process correctly.. and sure enough I was, with the same noshow. However - out of sheer curiosity, I put an echo ""; above the redirect just to even verify it was getting thus far. [See below]: PHP Code:
.. but taking the echo ""; out, it didn't show anymore. Either it's flying so fast past it in the code that I don't have time to load it in the browser at all.. or it's just not registering the function.. or something. x.x But the echo surely wouldn't make that much of a difference as to whether or not it was working. I'm not losing my mind, am I? |
#4
|
||||
|
||||
It shouldn't go past the print_standard_redirect() call as calling that ultimatly ends up in exit() being called so the script cannot get any further. Do you have redirection messages turned on in the options?
|
#5
|
||||
|
||||
I wasn't aware vb3 had such an option.
But I played with the setting a little and now it appears to be working. (x.x) At first it didn't appear it was working too swell due to cache, but now it seems to be working fine. Thanks NTLDR, sorry for askin' the cruddy questions. :P |
#6
|
|||
|
|||
Quote:
Cheers, g-force2k2 |
#7
|
||||
|
||||
Very true.
That's what was fooling me originally -- redirects appeared to be working. I'm fairly new to vb3 and I'm trying to get accustomed to it on the test board and making sure everything works okay before upgrading the main site. |
#8
|
||||
|
||||
If you want to show a redirect in a certain situation, yet want it switched off on the whole add:
PHP Code:
|
#9
|
||||
|
||||
Neat. Thanks!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|