Glad you like it. I'm the only person on my site making use of it, but I guess I'm the most important
Here's a template mod which I really like on my site for navigation.
Delete everything in your Mobile skin navbar template, and replace your header template with the following (edit red bits to suit your site/requirements):
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<TD width="100%" class="alt1">
<center>
<a href="http://www.yousite.com"><img src="your_sites_small_logo.jpg" border=0></a>
</center>
</TD>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="15" bgcolor="#ffffff">
<div align="center">
<select name="jump" onchange="menu_jump(this);">
<option selected>Mobile Navigation</option>
<option value="search.php?do=getnew">New Posts</option>
<option value="search.php?do=getdaily">Todays Posts</option>
<option value="private.php?">Private Messages</option>
<option value>----------------</option>
<option value="http://yoursite.com">Home Page</option>
<option value="forum.php">Forums</option>
<option value="search.php?">Search</option>
<option value="online.php">Who's Online</option>
<option value="sendmessage.php">Contact Us</option>
</select>
</div>
</td>
</tr>
</table>
$spacer_open
$_phpinclude_output
You can see how easy it is to add other options - I've modified most of mine to be PDA suitable...
Enjoy