PDA

View Full Version : 1 Minute Refresh


MoveOver.cc
02-18-2006, 01:07 PM
Could anyone please tell me how to recode my message board so that the main discussion area automatically refreshes after 60 seconds.

Thanks

Also, does anyone know how to change the following -

After submitting a new thread or message, the member will be forwarded to the forum where the message was posted and not back to the message.

Cheers

Gizmo999
02-18-2006, 03:27 PM
I don't know how to do forum home but I use the following template mod in Search templates>search_results

Before
$headinclude

Insert

<if condition="$_REQUEST[searchid]">
<meta http-equiv="refresh" content="60; url=" />
</if>

This refreshes "todays posts" every 60 seconds, change the content= to whatever number you want.

it will increase server loads I believe.

CrazyShooter
02-18-2006, 06:29 PM
<a href="https://vborg.vbsupport.ru/showthread.php?p=903869#post903869" target="_blank">https://vborg.vbsupport.ru/showt...869#post903869</a>