[Snippets] Refresh Page

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[Snippets] Refresh Page

Post by Chico Gois »

If you need to refresh your page every x seconds, is very simple, just make this change.

Open index.php
Find:

Code: Select all

// Assign index specific vars     
Add Before:

Code: Select all

// Refreshing the page every 60 seconds...
meta_refresh(60, append_sid("{$phpbb_root_path}index.$phpEx")); 
FAQ.:
Change the value 60 as needed.

[Snippets] Refresh Page

Post by Solidjeuh »

And who wants to refresh his index page every 60 seconds?
So annoying.. :D

[Snippets] Refresh Page

Post by martin123456 »

Thats what the browser refresh button is for and this refresh junk has been posted before in many topics

[Snippets] Refresh Page

Post by Sniper_E »

That would be used more for a web cam page or a page where the data is updated periodically.
I don't think you want your index page refreshed every 60 seconds.
The 'Who's Online' page updates periodically.

[Snippets] Refresh Page

Post by Solidjeuh »

Sniper_E wrote:I don't think you want your index page refreshed every 60 seconds.
halfway down the index page = Refresh
Try again...
And again..
for the last time now..
Naah one more time...

:lol: :D :lol:

[Snippets] Refresh Page

Post by martin123456 »

can you imagine trying to steal some thing off some one's page and then it refresh's on ya lmao half way thru copy n paste :evil:

i'l be forced to view the source :lol: