Viewing 15 replies - 1 through 15 (of 22 total)
  • Hello bgandy01,

    <div class="section-index ltr" id="phpbb">
    
    <div id="wrap" style="width: 80%; max-width: 1400px;">
        <div class="border-left">
        <div class="border-right">
        <div class="border-top">
        <div class="border-top-left">
        <div class="border-top-right">
            <div class="inside" style="direction: ltr;">
            	<a id="top" name="top" accesskey="t"></a>
    
            		</div>

    <div id=”wrap” style=”width: 80%; max-width: 1400px;”>

    This is your problem. Is it in your template?

    Thread Starter bgandy01

    (@bgandy01)

    Awesome. Thanks. That was a setting in the theme that I overlooked

    One more question. I have also noticed that some of the words are extending past the edge of the forum. What can I do about this?

    And I also noticed that the footer on the forums page (the WordPress footer) is going the full width of the page instead of staying inside the container. Any ideas?

    Something like this… I’m not sure.

    #wrap sidebarwrapper {
    padding-left: 10px;
        padding-right: 10px;
    }

    About the footer. It must be inside <div id=”container”>, I don’t know why it doesn’t.
    Do you use the advanced settings of the theme integration and a custom template?

    Maybe something like this

    #footer {
        width: 1200px;
        margin: 0 auto 0 auto;
    }

    Thread Starter bgandy01

    (@bgandy01)

    Yes I have a custom template (SE Gamer Dark) and I did use the advanced settings.

    Adding padding to the wrapper helped. I also adding padding to the main body div in the css file as well.

    I am still confused about the footer.

    Thread Starter bgandy01

    (@bgandy01)

    OK. I did get the footer fixed.

    I do have one more problem. I installed the Advanced BBCode Box 3 for PHPBB. The problem is that when it displays it appears crunched up against the left side of the screen (see attached picture). The plugin worked properly and was displaying the full width of the forum before I integrated it into WordPress.

    So looking at firebug I can see:

    <table id=”abbc3posttable” width=”100%” style=”width:100px;”>

    If I change the “100px” to 100% in firebug it displays correctly. But I can not find that variable anywhere in the files for the mod and the author of the mod has told me that the variable I am seeing is not in the mod but must be being provided from something else.

    I have no idea what could be doing this.

    Thread Starter bgandy01

    (@bgandy01)

    Well, I never used this mod, an I can’t see it in your forum, so I can’t inverstigate.

    Thread Starter bgandy01

    (@bgandy01)

    If you are willing to look I will send you a username and password. I appreciate any help.

    I could try to.

    Thread Starter bgandy01

    (@bgandy01)

    I have setup and account for you to use:
    user: nata-lee
    password: Guest12

    This will let you access the public forums. If you go to any post page you can see the toolbar.

    Thanks again.

    Well, the string
    <table id="abbc3posttable" width="100%" style="width:100px;">
    is very strange, style="width:100px;" is unnecessary. And it looks like wp-united has nothing common with the issue. You can turn the theme integration off and check it.
    Also you can check files
    \adm\style\posting_abbcode_buttons.html
    \styles\prosilver\template\posting_abbcode_buttons.html
    \styles\SE_Gamer_Dark\template\posting_abbcode_buttons.html
    \styles\YOUR_STYLE\template\posting_abbcode_buttons.html

    I don’t know which theme you use, but you probably need to check all.
    The section:

    <table id="abbc3posttable" width="100%">
    		<tr align="{S_CONTENT_FLOW_BEGIN}">
    			<td <!-- IF S_ABBC3_BG -->style='background: url("{S_ABBC3_PATH}/images/bg/{S_ABBC3_BG}");'<!-- ELSE -->class="cat"<!-- ENDIF --> valign="middle" colspan="2">
    				<span class="abbc3_link">
    					<a href="{S_ABBC3_HELP_PAGE}" rel="external" onclick="window.open(this.href);return false;" title="{L_ABBC3_HELP_TITLE}"><img src="{S_ABBC3_PATH}/images/help.gif" alt="{L_ABBC3_HELP_TITLE}" title="{L_ABBC3_HELP_TITLE}" /></a>
    				</span>

    And if you’ll find
    <table id="abbc3posttable" width="100%" style="width:100px;">
    just delete style="width:100px;"

    Thread Starter bgandy01

    (@bgandy01)

    This is where it is strange. If I turn off theme integration, then the buttons display correctly.

    The string looks like this in all 3 locations:

    <table id="abbc3posttable" width="100%">
    		<tr align="{S_CONTENT_FLOW_BEGIN}">

    The developer of the mod said it was possible that the extra parameter was possibly being inserted by a java script.

    WP-Unated has 3 levels of the theme integration. What level do you use? Did you try medium and low?

    Thread Starter bgandy01

    (@bgandy01)

    I currently am using High.

    Low setting fixes this problem but causes the forums to look bad on the site. I have left it in low setting for now so you can see.

    Thread Starter bgandy01

    (@bgandy01)

    Did you ever get a chance to look at this at all. The problem does not exist when Theme integration is set to low, so it has to be the WP-United module that is doing this.

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