MyBB Community Forums

Full Version: MyCode / Tables Break Website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hiya! <3

Recently I've added the table/tr/td MyCodes (here are the replacement/expressions provided) to my website. Instead of working for some reason the table data likes to hang outside of the post containerseparate itself, and become blank space on the side. Even the table/tr likes to hang out by the page... Might be a deeper problemThis is what it looks like with the YourCode deactivated. As you can see, it should belong within 'post_body scaleimages'. Here is what it looks like when it is activated. Another image to show where it cuts off. 

If you'd like to see it for yourself, go through this thread. An extreme example is on the bottom of the first page but the third page is a generic / mild example that is shown above.

For background info, my website was converted from SMF 2.0.15 -> MyBB 1.8.19 and then upgraded to 1.8.20. Our plugins currently are Enhanced Account Switcher, Login Password Converter, OUGC Awards, and YourCode. To note that this is consistent through all of my themes + still proceeds to be this way after uninstalling listed plugins.

Any help or tidbits would be very appreciated.
Are you saying that the text hangs outside of the container?? Like mine?? https://hakshack.net
The text does indeed go out of the container but I’d most definitely link a specific thread so we could all see better.
Bump <3
(2019-04-18, 12:35 AM)StarredSkies Wrote: [ -> ]For background info, my website was converted from SMF 2.0.15 -> MyBB 1.8.19 and then upgraded to 1.8.20. 

Hi,

yor forum it's not updated to 1.8.20, as you could see here:
<script type="text/javascript" src="https://mybbtestsite.beastsofbeyond.com/jscripts/jquery.js?ver=1813"></script>
<script type="text/javascript" src="https://mybbtestsite.beastsofbeyond.com/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="https://mybbtestsite.beastsofbeyond.com/jscripts/general.js?ver=1817"></script>

And here:
<script type="text/javascript">
 $(".author_avatar img").error(function () {
 $(this).unbind("error").closest('.author_avatar').remove();
 });

So you have to change some things to be updated, but this is not what it's making the problem.

But the problem with the TD,TH, etc. I'll try to use the MyCodes sarisisop posted here:
https://community.mybb.com/thread-217272...pid1303259
Should be fixed now, thank you... but my initial problem still resides.
(2019-04-22, 07:01 PM)NoRules Wrote: [ -> ]But the problem with the TD,TH, etc. I'll try to use the MyCodes sarisisop posted here:
https://community.mybb.com/thread-217272...pid1303259

(2019-04-25, 12:01 AM)StarredSkies Wrote: [ -> ]Should be fixed now, thank you... but my initial problem still resides.

Hi,

have you tested the solution by sarisisop?
Yes, I have tried that previously. The problem is still occurring.