PDA

View Full Version : [fixed] Standard Error Template Bug....


Hooper
Wed 28th Nov '01, 4:02am
Verified this on 3 sites as well as mine and vBulletin.

The ForumJump that really needs to work on the Standard Error template is indeed not working. This leaves little way for members to return to where they want to go.


Test: Click on register while your logged in. There should be a menu jump below the error.


If you find I am incorrect: Then can a menujump to all forums be added to the error templates?

Chen
Wed 28th Nov '01, 7:52am
You're right.
This can be easily fixed by adding a makeforumjump() call to the standarderror() function.

Moving along... :)

Hooper
Wed 28th Nov '01, 8:00am
Chen,

Is this something I can fix?

If it's something I can fix, please let me know how when you have time. I know you've been busy lately. :D

*Hooper thinks...Busy Answering my questions....*

Chen
Wed 28th Nov '01, 8:09am
Originally posted by Hooper
I know you've been busy lately. :D

*Hooper thinks...Busy Answering my questions....*
Pretty much. ;) :D

Hooper
Wed 28th Nov '01, 8:22am
Ok,

No prob. I can wait anyhow. Thanks Chen. :D


*Thinks.. wouldn't wanna make super hacker mad..*

John
Wed 28th Nov '01, 12:43pm
Add this to line 536 functions.php:

makeforumjump();

Hooper
Wed 28th Nov '01, 5:22pm
Ah,

Ok, Thanks John. I know they guys aren't supposed to put a bunch of code on the net. After I thought about it, I just figured could wait to see how that would work.

I do appreciate it though. Thank You.