Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help for dark orange mybb 1.4
#11
I just fail to correct this, to end the thema, you have a suggestion?

my thema
[attachment=56]

original
[attachment=57]
Reply
#12
tough problem, cuz you have to change the postbit data for a massage as a <tr> part (and not a hole table). then you have to mage the table in the thead template. (you know what i mean?)
Reply
#13
my postbit:

Code:
You are not allowed to see code.

please Suggested here correction

thank
Reply
#14
Try to remove

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>

and

</tbody>
</table>


then open the thead template and put the removed parts arround $postbit (or something name like this) like:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
$postbit
</tbody>
</table>
Reply
#15
nothing to do, I can not! Huh
Reply
Register (for free) to hide the ads.
#16
what do you mean?
Reply
#17
if I delete
Code:
You are not allowed to see code.
in my postbit template.this is the result:
[attachment=59]

my new postbit template
You are not allowed to see php code.
Reply
#18
well then delete in the thead template on of the two rows: "Author" or "Message" (or make <td class="tcat" colspan="2"> instead of <td class="tcat"> in you postbit template)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)