Quote:
Originally Posted by dartho
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.
|
____ Great news. This change seems to permit the edit function to work using the standard browser that comes on every Blackberry. Better yet, it still works within Opera Mini.
____ Now will this still work in Pocket IE or Mobile Firefox? That I don't know because I don't have a Windows Mobile device that I can use. I will just have to rely on someone else to tell me.