MyBB Community Forums

Full Version: When logged in "new thread" img hides behind .thead & is unclickable?? Super Help!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Only when I'm logged in, when I click on a forum to display the threads in that forum, the "new thread" button hides behind the table head & totally unclickable?? I can't even right click it to inspect it with firebug, it's like it's not there!! Super Help Deluxe please Exclamation Sad

Sorry didn't mean to double post, I'm just in a panic!!
Could you please post your forum's URL?
@Yaldaram Ah!! My good sir, I'm sorry but it's installed on a wamp server so the url is localhost.

Even if I go to "forum display templates > forumdisplay_newthread" & comment out the img & use normal text I get the same. The bottom link to "new thread" works fine, it's just the top one. I tried adding a class to it & a margin-bottom, but nothing happens. I tried adding <br /> after the link, nothing happens.

Please, if you could help me I would be super deluxe grateful!! I'm in a panic!!
Could you please paste the "forumdisplay_threadlist" template code ?

Thanks.
Aha!! Found it!! It was a silly <span id="blah_blah"> that I had put around the {$usersbrowsing} and then in the css, for some reason, I had

.blah_blah {
position:relative;
top: 2px i think;
left(maybe right, i can't remember), about 4px maybe;
}

That's what hid the <img scr="bleh!!"> behind the .thead & made it unclickable.

I went through all my css commenting out pieces until I found what it was. I'm so relieved!! Super big thank you to you for wanting to help. I'm sure you could have found the problem a lot quicker but I'm new to mybb so it's good that I learn. Relief Big Grin