NiftyHost Forums (Archive)

Full Version: User CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know if this has already been posted, but I just noticed it and didn't see a topic about it.

Just thought you might like to be made aware, doesn't really need an explanation.

Could you try that again with another theme?
It works fine with the other theme.
Ok, thanks. I'll take a look at it later today :)
(09-02-2011, 01:51 AM)HiddenKnowledge Wrote: [ -> ]Ok, thanks. I'll take a look at it later today :)

No problem.

Might I suggest you apply this fix to the Afresh theme? http://community.mybb.com/thread-75337.html

Thanks.
Exactly 4 months ago, on May 2nd I sent Zack a PM about the issue. He said he would take a look and... This old friend is still there.

(09-02-2011, 01:55 AM)MustangV10 Wrote: [ -> ]Might I suggest you apply this fix to the Afresh theme? http://community.mybb.com/thread-75337.html

I didn't realize we have an Afresh theme. :D

Well, in both Firefox 6.0 and Chromium 14 I noticed no severe issues about the editor. The fix he posted is a terrible one, unfortunately, since it turns all editors to a fixed size regardless of the <textarea> in the template, while the original editor.js calculatse the width and height of the original <textarea> and replaces it with a editor of the same size. Anyway, the "fix" was posted a year ago, and MyBB devs never choose to merge it into the main tree, it explains everything.
(09-02-2011, 02:56 PM)RichardGv Wrote: [ -> ]Exactly 4 months ago, on May 2nd I sent Zack a PM about the issue. He said he would take a look and... This old friend is still there.

(09-02-2011, 01:55 AM)MustangV10 Wrote: [ -> ]Might I suggest you apply this fix to the Afresh theme? http://community.mybb.com/thread-75337.html

I didn't realize we have an Afresh theme. :D

Well, in both Firefox 6.0 and Chromium 14 I noticed no severe issues about the editor. The fix he posted is a terrible one, unfortunately, since it turns all editors to a fixed size regardless of the <textarea> in the template, while the original editor.js calculatse the width and height of the original <textarea> and replaces it with a editor of the same size. Anyway, the "fix" was posted a year ago, and MyBB devs never choose to merge it into the main tree, it explains everything.

It's awkward to get right sometimes, I'll give you that. However it does work, and it's a fairly good for a quick patch/fix.
@RichardGv: Not going to lie. I never looked into it. It slipped my mind completely...
I have noticed a bug with the UCP main page. It seems the username is in its own <td> tag, and is shown off to the side of the table. I don't think this is right, Zack or HK can you look into that?
For some baffling reason, the MyBB template system replaces {$avatar} with table HTML code. Fixed.