"Post New Thread" Overlay issue

Discussion in 'vBulletin' started by PankajKumar, Jul 2, 2010.

  1. #1
    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
     
    PankajKumar, Jul 2, 2010 IP
  2. PankajKumar

    PankajKumar Active Member

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #2
    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.
     
    PankajKumar, Jul 2, 2010 IP