chat modification for TheKiller...
Re: chat modification for TheKiller...
currently no way to disable it without actually removing it
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
Cant we copy the mchat function to over here?
btw can you help me with the delete button thingy?
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 3 times in total.
Re: chat modification for TheKiller...
upload this image to styles/LOTD/imageset/
find
open chat_body.htmlfind
Code: Select all
replace with
<!-- IF U_ACP or U_MCP -->
<ul class="profile-icons">
<li class="delete-icon"><a href="javascriptvoid({chatrow.MESSAGE_ID})" title="{L_DELETE_POST}" onClick="delete_post('{chatrow.MESSAGE_ID}')"><span>{L_DELETE_POST}</span></a></li>
</ul>
<!-- ENDIF -->
Code: Select all
find
<!-- IF U_ACP or U_MCP --><a href="javascriptvoid({chatrow.MESSAGE_ID})" title="{L_DELETE_POST}" onclick="delete_post('{chatrow.MESSAGE_ID}')"><img src="{T_IMAGESET_PATH}/icon_chat_delete.png"/> </a><!-- ENDIF -->{chatrow.MESSAGE}
Code: Select all
replace with
<!-- IF U_ACP or U_MCP -->
<ul class="profile-icons">
<li class="delete-icon"><a href="javascriptvoid({chatrow.MESSAGE_ID})" title="{L_DELETE_POST}" onClick="delete_post('{chatrow.MESSAGE_ID}')"><span>{L_DELETE_POST}</span></a></li>
</ul>
<!-- ENDIF -->
Code: Select all
<!-- IF U_ACP or U_MCP --><a href="javascriptvoid({chatrow.MESSAGE_ID})" title="{L_DELETE_POST}" onclick="delete_post('{chatrow.MESSAGE_ID}')"><img src="{T_IMAGESET_PATH}/icon_chat_delete.png"/> </a><!-- ENDIF -->{chatrow.MESSAGE}
You do not have the required permissions to view the files attached to this post.
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
THAANNKKSSSSSSSSS !!!
But you mistaken something
Find:
<!-- ENDIF -->{chatrow.MESSAGE}
Replace:
<!-- ENDIF -->
the chatrow is in plus
Anyways,i fixed it but is there a way to add the icon on the same line of the shout?
[ICON] [SHOUT]
Not
[ICON]
[SHOUT]
But you mistaken something
Find:
<!-- ENDIF -->{chatrow.MESSAGE}
Replace:
<!-- ENDIF -->
the chatrow is in plus
Anyways,i fixed it but is there a way to add the icon on the same line of the shout?
[ICON] [SHOUT]
Not
[ICON]
[SHOUT]
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
Re: chat modification for TheKiller...
try moving
Code: Select all
before
<!-- IF U_ACP or U_MCP --><a href="javascriptvoid({chatrow.MESSAGE_ID})" title="{L_DELETE_POST}" onclick="delete_post('{chatrow.MESSAGE_ID}')"><img src="{T_IMAGESET_PATH}/icon_chat_delete.png"/> </a><!-- ENDIF -->
Code: Select all
but after the
{chatrow.USERNAME_FULL}
Code: Select all
so it looks like this
<div>
Code: Select all
not sure if it will work as i don't have that style
<div><!-- IF U_ACP or U_MCP --><a href="javascriptvoid({chatrow.MESSAGE_ID})" title="{L_DELETE_POST}" onclick="delete_post('{chatrow.MESSAGE_ID}')"><img src="{T_IMAGESET_PATH}/icon_chat_delete.png"/> </a><!-- ENDIF -->{chatrow.USERNAME_FULL}
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
nope
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
Re: chat modification for TheKiller...
dunno bud. i need direct access to the files and ability the clear the template cache to play with the style adjustments.
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
Do you have Team Viewer?
It allows you to manage my PC,As you manage your own.
It allows you to manage my PC,As you manage your own.
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
Re: chat modification for TheKiller...
no. i don't use things like that
too many security issues with using things like that.
too many security issues with using things like that.
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
FTP Details sent by PM
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.