Back to vBulletin 4.x Template Modifications

Wheres my Bottom 'Reply to Thread' button
Mod Version: 1.00, by jonty

vB Version: 4.0.3 Rating: (1 vote - 5.00 average) Installs: 3
Released: 25 May 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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
PHP Code:
.below_postlist .newcontent_textcontrol {
    
positionabsolute;
    
top: -2.5em;

replace with
PHP Code:
.below_postlist .newcontent_textcontrol {
    
margin-top: {vb:math {vb:stylevar padding}/2};
    
positionrelative;
    
_display:inline;

simples.

It's my first 'mod' so be gentle

Download

No files for download.

Screenshots

Click image for larger version
Name:	Reply to Thread.jpg
Views:	203
Size:	21.4 KB
ID:	117656  

Similar Mods

Read New Post button at bottom of thread vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024