[Request] image within text area on mchat

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[Request] image within text area on mchat

Post by martin123456 »

image within text area on mchat

Did a search and found 30 pages but most of it the older versions

Can i request the code your using stoker or do i need to visit rich's site ?

[Request] image within text area on mchat

Post by Stoker »

This is my textarea code:

Code: Select all

<textarea  name="message" style="width: 50em;height: 6em; background: #FFFFFF url('{ROOT_PATH}images/message_small.png') center no-repeat;" class="inputbox medium mChatText" id="mChatMessage" onkeydown="mChat.key(event);" rows="5" cols="32"></textarea>

[Request] image within text area on mchat

Post by martin123456 »

Ty stoker you da man saved me some time hunting it down.

[Request] image within text area on mchat

Post by Terr0r »

if I will do this then must I edit mchat.php?

and wich line must I find and replace whit this code

Code: Select all

<textarea  name="message" style="width: 50em;height: 6em; background: #FFFFFF url('{ROOT_PATH}images/message_small.png') center no-repeat;" class="inputbox medium mChatText" id="mChatMessage" onkeydown="mChat.key(event);" rows="5" cols="32"></textarea>
I've already found it's been changed