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
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
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
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
if I will do this then must I edit mchat.php?
and wich line must I find and replace whit this code
I've already found it's been changed
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>