MyBB Community Forums

Full Version: .tborder problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I have a big problem with a mybb theme I'm developping.
It's kind of a real headache to see this.
Take a look at this:
[attachment=28639]
Notice the two top corners are rounded and the two bottom ones are not. This was edited by me so it can look good in the eyes of people. (edited .thead)

Now, it gave me a good amount of problems.
[attachment=28640]
Notice the bottom part of the red title. The border is completely off. Then, notice the top part of the post, the border is completely off.
[attachment=28641]
Same here.

Any help please guys?
If this is what you mean:

[Image: tPimE.png]

Open your postbit & postbit_classic templates (yes you need to do in both the templates) and find at second line:

class="tborder" style="{$post_extra_style} {$post_visibility}"
Replace with

class="tborder" style="-webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; {$post_extra_style} {$post_visibility}"

Do it in both the templates and save.
Sorry mate, can't see the image. Are you using imgur?
If so please change the image so I can see it Smile
[Image: jPSgONePXdtQ5.png]

Better?
Oooh, yes, thank you! Trying this out now!

Hell yea! It works!
The only problem left now is the thread title in attachment #2, the red part. I wonder how I can fix that too?
Thanks Smile

Still having this problem, any help please?