Hello VB Masters, I am using VB 4.0.4 and stuck with an issue. In my forums, below left side "Post New Thread" button is getting overlapped by "Forum Information and Options" section. I know that DP is using VB 4.x, but here its fixed and also so many of you guys will be using it and faced the issue. Please help me to fix it. link is http://awebmastersforum.com
Forgot to mention that, I raised this issue with VB and below is the reply i got; *** Hello, this appears to be a bug: http://tracker.vbulletin.com/browse/VBIV-7270 This is an unofficial / temporary patch that may not work: Modify the forumfoot div in FORMDISPLAY: <div class="<vb:if condition="!$show['inlinemod']">noinlinemod </vb:if>forumfoot"> Then in forumdisplay.css change: .noinlinemod.below_threadlist { margin-top: -2em; } To: .noinlinemod.forumfoot { height: 0; } If this does not work, then you will need to wait for a patch from the devs, as support staff our primary function is to help customers with specific problems and questions they have about using the software. We help with these questions when we can, and when we have the time and experience. The developers will address the bug reports. *** The mentioned changes are already present in my code but still issue is not fixed.