Viewing 7 replies - 16 through 22 (of 22 total)
  • Did you try a MIDDLE setting?
    If it doesn’t work… well… I would try to change the template of the mod ( Advanced BBCode Box 3). Yes, it’s boring, but… I would try to replace table html elements: <table>, <tr> and so on with <div> and check if it helps.

    Using tables is not a good idea, I guess… Just look into the original template of phpbb – no tables near any buttons or text areas.

    Thread Starter bgandy01

    (@bgandy01)

    Yes, the middle looks the same as the high setting.

    I will continue looking at post back if I find it, or are able to fix it.

    Did you try to replace <table> by <div>?

    Hi, I have some news for you.

    There is a script at /wp-united/functions-css-magic.php that adds style="width:XXXpx;" to elements that have width=XXX% style. This is a bug.

    You can workaround by replacing all width=100% in template files of Advanced BBCode Box 3 for PHPBB with style="width:100%;"

    Don’t forget to clean the template cache of phpbb.

    Thread Starter bgandy01

    (@bgandy01)

    Sorry for the long delay. Got busy at work.

    The last step worked like a charm.

    Thank you for the help!!

    Hello, I am experiencing the same issue.

    I don’t really understand you last post Nata-lee. What files am I looking for? .js? .hmtl?
    And is style=”width:100%;” defined at the top or somewhere inside?
    Ive found some files that contains something with ABBC3posttable and width but these only contains <table id=”abbc3posttable” width=”100%”>, nothing about style.

    Ive must have been tierd beyond belif. I re-read you last thread and tried it. Works like a charm.. So embarrassed…

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Integration Issue’ is closed to new replies.