Page 1 of 1
VBulletin - Chatbar covers quick reply buttons
PostPosted: 14 May 2013, 06:54
by hqarrse
On VB 4.2.1 using the quick reply system, clicking on reply scrolls the screen and opens a quick reply form below the post concerned. Unfortunately the submit buttons for reply are then covered by the chatbar.
Can anyone help with how to solve this?
Thanks
PostPosted: 14 May 2013, 07:50
by hqarrse
I've come up with a plan - add a jQuery hide line for the chatbar when the quick reply form is shown. That will avoid adding white space which is the obvious hack.
Just need to work out how to do it and don't have time now. I'll post when I do as I assume this affects all VB installs using the inline quick reply.
PostPosted: 14 May 2013, 10:22
by Jason
This should work:
- Code: Select all
html,body{padding-bottom:30px}
PostPosted: 14 May 2013, 13:16
by hqarrse
Hi Jason, thank you, but that would leave white space at the bottom of the screen for people with no bar, eg. IE6 and those who turned it off. I'd like a neater solution if possible and think that hiding the bar is probably it. While someone is using quick reply they can do without the chatbar. Another option is just to get VB to scroll the page to a slightly different place.
PostPosted: 14 May 2013, 13:57
by hqarrse
Cracked it - not perfect, but I can't work out how to do either of my suggestions above:
add to additional.css:
form#quick_reply .blockfoot { margin-bottom: 30px; }
Topic Closed
PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]