"Continue" doesn't refresh "Continue" doesn't refresh
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

"Continue" doesn't refresh

Started by Hooligan, June 21, 2005, 11:24:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hooligan

I've searched the board and found only one instance of someone wanting to remove the continue button - which would be great where it's not needed

So, I tried what was suugested, changing:

pageheader($lang_logout_php['logout'], "<META http-equiv=\"refresh\" content=\"3;url=$referer\">");

to:

pageheader($lang_logout_php['logout'], "<META http-equiv=\"refresh\" content=\"0;url=$referer\">");

but it didn't help or do anything I can see.

Anyhow, if a user logs in or out the page stays on "welcome... or bye bye..."

Anyone have any ideas where I should be looking or even better, how to fix it so the page refreshes.

ps

why the continue button anyway?
You know, Hobbes, some days even my lucky rocketship underpants don't help.

Hooligan

*bump*

Anybody?

I'm still stumped and don't know where to begin to look.
You know, Hobbes, some days even my lucky rocketship underpants don't help.

Hooligan

Just in case any other cpg user has the same issue, the reason the page wasn't refreshing was that I was missing the following in my <head> content: (I'm using a custom Template and didn't think to compare what entries are supposed to be there)

<meta http-equiv="Pragma" content="no-cache" />
{META}

Thanks go to foulu for the solution...
You know, Hobbes, some days even my lucky rocketship underpants don't help.

Fitzkilt

Thanks for the tip, Hooligan...I was missing {META} in custom template.html as well and now the redirects work as they should. :D