kick arse style man. i really needed a pda skin too!
added tbaleno's new thread code to FORUMHOME template - works great!
added some logout coding to the NAVBAR template directly under the login forum:
PHP Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
added this code to FOOTER template. add at very top which just sends you back to styleid 1 [or whichever you choose]:
PHP Code:
<div class="smallfont" align="center"><a href="$vboptions[forumhome].php?styleid=1">Exit PDA Skin</a></div>
OR
you can add this to the FOOTER template to add the style selection box:
PHP Code:
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
</tr>
</table>
</form>
*clicked install*