Not sure how far wrong it can go... here's the code:
Code:
<div>
<form action="newreply.php" method="post">
<textarea name="message" rows="10" cols="30" style="height:100px;width:100%" tabindex="1">
Posted via Mobile Device</textarea><br />
<input type="hidden" name="wysiwyg" value="0" />
<input type="hidden" name="fromquickreply" value="1" />
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="postreply" />
<input type="hidden" name="t" value="$threadid" id="qr_threadid" />
<input type="hidden" name="p" value="who cares" id="qr_postid" />
<input type="hidden" name="parseurl" value="1" />
<input type="hidden" name="clickedelm" value="" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" value="Post Reply" />
</form>
</div>
You could perhaps try editing the showthread template and remove the extra line and the "
Posted via Mobile Device" ?
BTW - the code for style chooser is here:
https://vborg.vbsupport.ru/showpost....&postcount=131
I haven't included it by default as I don't need or want it for my implementation of this style - I don;t allow my members to choose their own styles. I will however be releasing an add-on to go with this style in the future so options such as that can be turned on and off in the AdminCP