I downloaded the new version and I still have a suggestion that I think should be standard:
Change template: headinclude
FROM:
PHP Code:
<link rel="stylesheet" href="wireless.css" type="text/css" />
TO:
PHP Code:
<link rel="stylesheet" href="wireless.css" type="text/css" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
Reason: Forum Content is always changing
I also really suggest updating the navbar template to add the following:
FIND:
PHP Code:
<a class="navbar" href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts]</a>
AFTER ADD:
PHP Code:
<a class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a>
<a class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Posts</a>
<a class="navbar" href="$vboptions[bburl]/search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Topics</a>
Reason: Just with a Mobile Devise, I assume these other three links may be things the user really wants to have available right there.
Otherwise, as a Site Admin I am loving this and your mobile detecton script as it has allowed me to keep an eye on the spammers when I can't get to a computer