MyBB Community Forums

Full Version: Text showing Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey.

My english is not too good, I'll try to explain my problem on the best way I can.
Actually I'm testing my new forum which I need for my new project. I added 2 free themes to it.

First one works correctly, no errors or stuff like that.
But when I uploaded the seconds one, and wanted to test it, a problem appeared.
I think I did something wrong, or maybe theme has some errors (I don't think so.)

That's the error:
[Image: tUGJMMk.png]

That error appears only on this theme. Theme is Revolution Gaming by iAndrew.
If anyone can help me, I would be so thankful.
Can we get a URL? You'll more than likely have to add an Overflow to it's CSS.

ACP > Templates & Style > Templates (Side menu) > Select Theme's Template > Forum Bit Templates > forumbit_depth2_forum

Find:

<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td>

Change to:

<td class="{$bgcolor}" align="right" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">{$lastpost}</td>
Thanks, seems like it works fine now!