MyBB Community Forums
UserCP Compose Panel Width - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.4 (https://community.mybb.com/forum-80.html)
+------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html)
+------ Thread: UserCP Compose Panel Width (/thread-53700.html)



UserCP Compose Panel Width - gnuhong - 2009-07-27

Hi,

Anyone can help me with this?
As you can see in the image, when I choose to compose image, the panel on the left seem squashed (slimmer), how do I get this back to the same size as other?

[Image: Untitled-1.jpg]


RE: UserCP Compose Panel Width - Matt - 2009-07-27

It looks like you've made the recipients box way too wide so it's squashing the menu on the left.


RE: UserCP Compose Panel Width - gnuhong - 2009-07-27

how do I resize the recipients box? Big Grin If I resize it, will it affect to the thread-reply box also? coz i am already happy with the thread-reply box size. Would be great if i can resize only in pm only and not affect other area.

or is it just easier to fix the width of usercp nav box to the default (180?)

thanks in advance for the help. Wink


RE: UserCP Compose Panel Width - Matt - 2009-07-27

In the private_send template, find...

<td class="trow1" valign="top"><textarea name="to" id="to" rows="2" cols="38" tabindex="1">{$to}</textarea>{$max_recipients}</td>

... see the cols="38" bit, yours probably doesn't say 38, so change it back to 38 and it should be OK.


RE: UserCP Compose Panel Width - gnuhong - 2009-07-28

Hi Matt,

Mine is 38 also. Anyway, as you mentioned earlier, I end up removing the width of textarea themes .. leave it as blank (default?) and everything is fine now.

Thanks alot for your help!


RE: UserCP Compose Panel Width - gnuhong - 2009-08-06

Hi,

Similar problem here:
When I do find-all-post-by-user, the table width is always wider than the container. Pls see img below.

[Image: search.jpg]

And I notice this also happen in this forum Big Grin

[Image: searchmbb.jpg]

Anyone can help pinpoint where to fix this? I just want to fix this only and dont want to affect other pages.

Many thanks!


RE: UserCP Compose Panel Width - Matt - 2009-08-06

I've never seen it happen on this forum, what did you search for?? It's probably in the search_results_threads or search_results_posts templates though.


RE: UserCP Compose Panel Width - gnuhong - 2009-08-06

Thanks. I'll check on those template.
Anyway, I was just randomly click on "Find" button (below someone's post) ...

EDIT: I just noticed this only happened to administrator. Normal user dont see this table error, in my forum.
Okay, lil' updates here.
I think I found out where the problem lies : search_results_posts_post
There's a line below which if I delete it will solve the problem.

 <table ><tr><td><span class="smalltext"><em>{$prev}</em></span></td></tr></table>

The thing is, can I limit the width of this item? I tried to add width=".." but doesnt seem work.
Where I can find this {$prev} btw?

And after further search, I also found this:
http://community.mybboard.net/thread-26505.html?highlight=search+post

Just for sharing.
Anyone ever solved this issue?

Fyi, I am testing with Firefox 3.51, IE7, IE8 and Chrome 3 all have this problem .. and this is tested on two computers.

Thanks. Rolleyes