Log in

View Full Version : Show Thread Enhancements - Wheres my Bottom 'Reply to Thread' button


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

jonty
05-28-2010, 04:33 AM
Confirmed as a bug and fixed in 4.0.4 (no timescales thought)

http://www.vbulletin.com/forum/project.php?issueid=36240