chat modification for TheKiller...
Re: chat modification for TheKiller...
THANK YOU !
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
Re: chat modification for TheKiller...
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
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.
Re: chat modification for TheKiller...
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
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
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.
Re: chat modification for TheKiller...
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.
Re: chat modification for TheKiller...
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.
Re: chat modification for TheKiller...
Hey there !
I Am trying to add a " @ " Symbol on the left of the username, to reply to him. like this:
Find:
Opinions?
I Am trying to add a " @ " Symbol on the left of the username, to reply to him. like this:
Find:
Code: Select all
Add Before:
{chatrow.USERNAME_FULL}
Code: Select all
But As you may see when testing, Something gows Wrong.... <a href="#" onclick="insert_text('@{chatrow.USERNAME_FULL},', true); return false;" title="Respond to user">@</a>
Opinions?
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 3 times in total.
Re: chat modification for TheKiller...
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: chat modification for TheKiller...
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....
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.
Re: chat modification for TheKiller...
the ccode works.... i just cant figure out how to output the name of the user.....
This Template Variable {chatrow.USERNAME_FULL} Outputs:
This Template Variable {chatrow.USERNAME_FULL} Outputs:
Code: Select all
I need something that outputs just TheKiller
<a class="username-coloured" style="color: #AA0000;" href="./memberlist.php?mode=viewprofile&u=2">TheKiller</a>
Last edited by Dragosvr92 on Tue Feb 26, 2013 10:30 am, edited 3 times in total.