Realign mchat panel

Support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Post Reply
travis
New member
New member
Posts: 25
Joined: 03 Mar 2011, 12:07

Realign mchat panel

Post by travis »

Hello,

I was wondering if I could realign the chat panel like the one in the picture below? What files do I have to edit. Thanks in advance. :D

I just use paint application on it lol. Sorry for the pic.

[img]http://i.imgur.com/JeTOXJe.png[/img]
steve
Master of posting
Master of posting
Posts: 1213
Joined: 12 Jul 2009, 19:14
Location: uk
Contact:

Re: Realign mchat panel

Post by steve »

find:

Code: Select all

<input type="text" name="message" class="inputbox medium mChatText" id="mChatMessage" /><br />

and remove the <br />
Steve ©
travis
New member
New member
Posts: 25
Joined: 03 Mar 2011, 12:07

Re: Realign mchat panel

Post by travis »

Thanks but what file should I need to edit.
steve
Master of posting
Master of posting
Posts: 1213
Joined: 12 Jul 2009, 19:14
Location: uk
Contact:

Re: Realign mchat panel

Post by steve »

Mchat_body.html
Steve ©
travis
New member
New member
Posts: 25
Joined: 03 Mar 2011, 12:07

Re: Realign mchat panel

Post by travis »

Thanks a lot. It worked!
Post Reply