Thread Tools Display Modes
04-23-10, 12:51 PM   #1
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Basic Chat mods

Can anyone help me in what to edit out of channlenames.Lua to disable timestamps, yet keep the channel abbreviations?
http://www.wowinterface.com/download...cChatMods.html

Last edited by Kendian : 04-23-10 at 12:57 PM.
  Reply With Quote
04-23-10, 03:57 PM   #2
Lordyfrb
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 71
Edit line 33 which reads as follows
Code:
	text = "|cff"..COLOR..lbrack..date(tformat)..rbrack.."|r "..text
to
Code:
	text = "|cff"..COLOR..lbrack..rbrack.."|r "..text
I haven't tested this but should work, if anyone has any other suggestions dont hesistate.
  Reply With Quote
04-23-10, 04:02 PM   #3
Lordyfrb
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 71
Just tested it it didn't work as planned, but now I've got it to work.

change the same line so it reads
Code:
 text = text
And this does work.
  Reply With Quote
04-24-10, 04:34 AM   #4
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Well, delete the line That increases your speed :P
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
04-24-10, 09:05 AM   #5
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Charm

My thanks, Lordy, it worked like a charm. =)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Basic Chat mods


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off