Page 5 of 8

Re: chat modification for TheKiller...

Posted: Mon May 16, 2011 8:43 pm
by Dragosvr92
THANK YOU ! :D

Re: chat modification for TheKiller...

Posted: Wed May 18, 2011 5:44 am
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

Re: chat modification for TheKiller...

Posted: Wed May 18, 2011 8:54 am
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.

Re: chat modification for TheKiller...

Posted: Wed May 18, 2011 12:22 pm
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

Re: chat modification for TheKiller...

Posted: Sun May 22, 2011 12:32 pm
by Dragosvr92
Fixed it.... it seems that the time modification was still into one edit of the chat.php file

Re: chat modification for TheKiller...

Posted: Mon Jun 13, 2011 7:15 pm
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 :|

Re: chat modification for TheKiller...

Posted: Wed Jun 15, 2011 9:03 am
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?

Re: chat modification for TheKiller...

Posted: Wed Jun 15, 2011 6:54 pm
by spaceace
due to me not using mchat, i don't think i understand what you mean by the @ user...

Re: chat modification for TheKiller...

Posted: Thu Jun 16, 2011 9:55 am
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....

Re: chat modification for TheKiller...

Posted: Thu Jun 16, 2011 8:38 pm
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 :-?