1
cre8d
"If this page does not automatically reload"
  • 2004/10/7 0:42

  • cre8d

  • Just popping in

  • Posts: 29

  • Since: 2004/6/13


Hi,

Just wondering if it's possible to remove the in
between page saying "if this page does not automatically reload" blah blah stuff cos it's quite annoying.

2
MinWLSF
Re: "If this page does not automatically reload"
  • 2004/10/8 7:46

  • MinWLSF

  • Just popping in

  • Posts: 1

  • Since: 2004/10/8


Most likely

yourxoops/language/english/global.php

find

define("_IFNOTRELOAD","If the page does not automatically reload, please click <a href='%s'>here</a>");


replace with

define("_IFNOTRELOAD","Replace with what you want it to say");


Make sure you backup your files I have not tested this.

3
Ploutonakos
Re: "If this page does not automatically reload"

I think that cre8d wants to totally remove the page and not just change the message...
My solution is pretty simple but I 'm not sure if it's absolutely safe (so use in your own risk):

Modify redirect_header in functions.php (placed in "include" folder) like this:

function redirect_header($url$time 3$message ''$addredirect true)
{
        
header("Location: $url");
        exit();
}



Notice: I'm using XOOPS 2.0.13. I don't know if things are the same in other XOops' versions.

Login

Who's Online

163 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

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

Latest GitHub Commits