chat modification for TheKiller...

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 »

THANK YOU ! :D
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.


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 »

errr.. i have notced something yesterday....
When i make a shout the TIME Stamp is « Tue 4:17 pm »
After you reload the page it switches into « 17 May 2011, 16:17 » as it should really look like...
Any ideas what could be wrong?
i think its some setting from the chat template
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 »

not sure. the time data is controlled by the files shout.php and chat.php. i think it's in shout.php once and chat.php 2 or 3 times.
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 »

I have Modified the date from those files and let the default take effect
It started looking like this from when we played with the icon
though you may had put something else there by mistake
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

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 »

Fixed it.... it seems that the time modification was still into one edit of the chat.php file
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

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 »

Hi Mate, i have noticed the @USER feature from the mChat, and i was wondering if you know how to add it on the Ajax Chat :|
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

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 »

Hey there !

I Am trying to add a " @ " Symbol on the left of the username, to reply to him. like this:

Find:
Code: Select all
{chatrow.USERNAME_FULL} 
Add Before:
Code: Select all
<a href="#" onclick="insert_text('&#64;{chatrow.USERNAME_FULL},', true); return false;" title="Respond to user">&#64;</a>   
But As you may see when testing, Something gows Wrong.... :shock:
Opinions?
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 »

due to me not using mchat, i don't think i understand what you mean by the @ user...
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 »

I Saw this on mChat and though it would be cool to add it on the current one.
There will be an @ At the start of the Username in the Chat, and when you click it. it will insert @USERNAME, in the message bar.
You can see what i mean by doing the edits...
Replace the {chatrow.USERNAME_FULL} with USERNAME Or whatever to see how it works... I Cant figure out how to make it output the user of the person....
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

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 »

the ccode works.... i just cant figure out how to output the name of the user.....


This Template Variable {chatrow.USERNAME_FULL} Outputs:
Code: Select all
<a class="username-coloured" style="color: #AA0000;" href="./memberlist.php?mode=viewprofile&u=2">TheKiller</a>
I need something that outputs just TheKiller :-?
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 3 times in total.

Post Reply