UBB.Dev
I know Turb made one for 5.x, but is there one that is or will work for 6.x? I didn't think Turbs 5.x would work with 6.x, if I am wrong please let me know.

Thanks.
Just place the meta refresh tag in your header.
Quote
quote:

EDIT: Actually I was just thinking, if I put it in the header, then wont it refresh EVERY page? All my pages use the same header and I don't want somebody to be reading a thread for longer than 60 seconds and then have it auto refresh and take them back up to the top or blink for a second. I just want it to refresh inside each forum. How can I do that?

[ July 25, 2001 01:22 PM: Message edited by: Gutspiller ]
I am just looking to auto refresh just the main page. Is it the public_forum_summary.pl file? In which I just put the meta tag under the "my $PageTop = qq~"?

I have tried putting the meta tag in the header section of my template and the result was that it refresh "every" page. I don't want that.

Any tips?


Thanks!
Quote
quote:
I'll get back to you on this

[ August 01, 2001: Message edited by: GoTorankusuKu ]
In public_common.pl

Find:
Code
code:

Copy (ctrl+c) the code from to $vars_style{Header}

Open ubb_forum_summary.cgi

Find:
Code
code:

Replace $Header with the code you just copied.

Then in that block of code, add in your meta refresh tag. Clear cache

[ August 01, 2001: Message edited by: GoTorankusuKu ]
© UBB.Developers