For people wanting to give their user the "New posts since last visit" option, here's a template fix:
1. Open template navbar for the iPhone skin
2. Find:
PHP Code:
<li><phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase></li>
3. Add after:
PHP Code:
<if condition="$show['searchbuttons']"><li class="link"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></li></if>