Quote:
Originally Posted by Mr. W
____ I am uncertain. Earlier I've asked the very same question, and the designer doesn't know. He said that he didn't have access to a Blackberry to figure this out. I also use a Blackberry, and the work-around I've found is to use Opera Mini. While that browser doesn't work perfectly, everything in this style will show up as it should. The only real downside is the way text is entered using Opera Mini, but once you get used to it, it's not so bad. You should give it a try.
|
Try this (just a hunch)
Edit the
editpost template for this style, find
Code:
$messagearea
</div>
<div>
<input type="hidden" name="s" value="$session[sessionhash]" />
replace with
Code:
$messagearea
</div>
<input type="hidden" name="s" value="$session[sessionhash]" />
Then find
Code:
<input type="submit" class="button" name="sbutton" value="$vbphrase[save]" accesskey="s" tabindex="1" />
</div>
</form>
replace with
Code:
<input type="submit" class="button" name="sbutton" value="$vbphrase[save]" accesskey="s" tabindex="1" />
</form>
and let me know what happens. If it unlkely makes thinks worse, just revert that template.