1
bungoman85
Removing that transition page
  • 2005/5/23 16:55

  • bungoman85

  • Just popping in

  • Posts: 27

  • Since: 2005/5/23


How do I get around that page that you see when you update something? I don't want to wait 3 or 5 or whatever seconds to get to what I posted or updated, I'd like it to just take me right to it without the pause. Can it be turned off? Or am I going to have to edit a php file and tell it to just go where I want it to go?

2
aharon
Re: Removing that transition page
  • 2005/5/23 18:31

  • aharon

  • Not too shy to talk

  • Posts: 172

  • Since: 2004/9/17


Sounds plausible.. But it could be that it is a self generated page...(?)

3
Dave_L
Re: Removing that transition page
  • 2005/5/23 18:46

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


That page is generated by function redirect_header in include/functions.php.

It wouldn't be practical to remove that page completely, since it often displays important information.

If you want to override the time delay, you could do so by adding a line at the beginning of the function, to force a particular value for $time (delay in seconds):

function redirect_header($url$time 3$message ''$addredirect true)
{
   [
color=ff0000]$time 2;[/color]

4
bungoman85
Re: Removing that transition page
  • 2005/5/23 20:28

  • bungoman85

  • Just popping in

  • Posts: 27

  • Since: 2005/5/23


Ah, cool. Thank you.

Login

Who's Online

411 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 411


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits