Page 4 of 8

Re: chat modification for TheKiller...

Posted: Sat May 07, 2011 7:39 am
by spaceace
currently no way to disable it without actually removing it :(

Re: chat modification for TheKiller...

Posted: Sat May 07, 2011 11:50 am
by Dragosvr92
:(

Cant we copy the mchat function to over here?
btw can you help me with the delete button thingy? :mrgreen:

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 7:48 pm
by spaceace
upload this image to styles/LOTD/imageset/
icon_chat_delete.png
open chat_body.html

find
Code: Select all
<!-- 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 -->
replace with
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"/>&nbsp;</a><!-- ENDIF -->{chatrow.MESSAGE}
find
Code: Select all
<!-- 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 -->
replace with
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"/>&nbsp;</a><!-- ENDIF -->{chatrow.MESSAGE}

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 7:57 pm
by Dragosvr92
THAANNKKSSSSSSSSS !!!
But you mistaken something :P

Find:
<!-- ENDIF -->{chatrow.MESSAGE}
Replace:
<!-- ENDIF -->

the chatrow is in plus :P


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]

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:03 pm
by spaceace
try moving
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"/>&nbsp;</a><!-- ENDIF -->
before
Code: Select all
{chatrow.USERNAME_FULL}
but after the
Code: Select all
<div>
so it looks like this
Code: Select all
<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"/>&nbsp;</a><!-- ENDIF -->{chatrow.USERNAME_FULL}
not sure if it will work as i don't have that style

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:07 pm
by Dragosvr92
nope :(

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:08 pm
by spaceace
dunno bud. i need direct access to the files and ability the clear the template cache to play with the style adjustments.

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:09 pm
by Dragosvr92
Do you have Team Viewer?
It allows you to manage my PC,As you manage your own.

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:10 pm
by spaceace
no. i don't use things like that :(

too many security issues with using things like that.

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:20 pm
by Dragosvr92
FTP Details sent by PM :)