jonty
05-24-2010, 10:00 PM
Missing the 'reply to thread' button at the bottom of the thread?
Some older browsers (ie6 and ie7) don't show the 'Reply to Thread' button. This is probably down as a bug fix but until it's done, here's how we've done it.
How to 'fix':
In styles and templates, edit the css template postlist.css
Find
.below_postlist .newcontent_textcontrol {
position: absolute;
top: -2.5em;
}
replace with
.below_postlist .newcontent_textcontrol {
margin-top: {vb:math {vb:stylevar padding}/2};
position: relative;
_display:inline;
}
simples.
It's my first 'mod' so be gentle :D
Some older browsers (ie6 and ie7) don't show the 'Reply to Thread' button. This is probably down as a bug fix but until it's done, here's how we've done it.
How to 'fix':
In styles and templates, edit the css template postlist.css
Find
.below_postlist .newcontent_textcontrol {
position: absolute;
top: -2.5em;
}
replace with
.below_postlist .newcontent_textcontrol {
margin-top: {vb:math {vb:stylevar padding}/2};
position: relative;
_display:inline;
}
simples.
It's my first 'mod' so be gentle :D