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.
|
Doesn't seem to really do much. Still not showing, plus no delete option is showing, either.