Auto refresh from guest or usergroup or all member!
Here is auto refresh from guest using meta tag,
Browser supported : IE, FF, Opera In template where you want refresh find : From all : Code:
<head> Code:
<meta http-equiv="refresh" content="xs" /> Code:
<head> Code:
<if condition="$show['guest']"> <!-- guest auto refresh --> <meta http-equiv="refresh" content="xs" /> <!-- / guest auto refresh --> </if> Code:
<head> Code:
<if condition="$post['usergroupid'] == x"></if> <!-- auto refresh --> <meta http-equiv="refresh" content="xs" /> <!-- / auto refresh --> </if> Code:
<head> Code:
<if condition="$bbuserinfo['userid'] == x"> <!-- auto refresh --> <meta http-equiv="refresh" content="xs" /> <!-- / auto refresh --> </if> x : id xs : seconds Download No files for download. |
Similar Mods
[RELEASE vB2.0] Auto Refresh 2.0 | vBulletin 2.x Full Releases |