chat modification for TheKiller...

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat modification for TheKiller...

Post by spaceace »

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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: chat modification for TheKiller...

Post by Dragosvr92 »

:(

Cant we copy the mchat function to over here?
btw can you help me with the delete button thingy? :mrgreen:
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 3 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat modification for TheKiller...

Post 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}
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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: chat modification for TheKiller...

Post 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]
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat modification for TheKiller...

Post 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
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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: chat modification for TheKiller...

Post by Dragosvr92 »

nope :(
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat modification for TheKiller...

Post by spaceace »

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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: chat modification for TheKiller...

Post by Dragosvr92 »

Do you have Team Viewer?
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.

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: chat modification for TheKiller...

Post by spaceace »

no. i don't use 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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Dragosvr92
Registered User
Posts: 89
Joined: Tue Apr 26, 2011 12:26 pm
Location: Romania
Flag: Romania
Contact:

Re: chat modification for TheKiller...

Post by Dragosvr92 »

FTP Details sent by PM :)
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

Post Reply