- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,104 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Tidy Chat
- 2 Likes
- Warhammer Online
- 33 Monthly Downloads
- Supports: 1.4.2
- 18,726 Total Downloads
- Updated 06/08/2011
- Created 10/29/2008
- 66 Favorites
- Project Site
- Comments
- Release Type: Release
- License: MIT License
- Newest File: 2.2.6
About Tidy Chat
Tidy Chat 2
Adds more options to change chat windows
Slash commands
requires LibSlash
/tchat - shows Tidy Chat Options window.
Channel button events
Left click (default) - opens channel selection menu
Right click - opens Tidy Chat options window
Middle click - all chat windows become click throught; click again - all reset to default.
Advanced Loot Rolls filter
Advanced Loot Rolls filter for now woking only with ENGLISH, FRENCH, GERMAN, ITALIAN, SPANISH AND RUSSIAN CLIENTS
Localization page
Dependencies
EA_ChatWindow
Thank you
mawas for german adaptation
artze10 for french adaptation
Ziomav for italian adaptation
2011.06.08 | v.2.2.6
- Delete tidychat system filters, because we have standart system filters;
- Optimisations in Advanced Loot rolls filter system;
- Add Advanced Loot rolls filter compatible for spanish clients.
2010.09.03 | v.2.2.5
- fix for 1.3.6
- Add Advanced Loot rolls filter compatible for italian clients (beta)
2010.05.24 | v.2.2.4
- Add 'Advice' and 'Scenario' buttons to chennel selection menu;
- Fix Mythic bug - sometimes, after unfocus chat editbox, and then focus again, channel is switched to previous and text is removed;
- Add compatible for default linking mechanism.
2010.03.01 | v.2.2.3
Add Advanced Loot rolls filter compatible for french clients
2009.12.20 | v.2.2.2
Add Advanced Loot rolls filter compatible for german clients
2009.10.24 | v.2.2.1
1.3.2 compatible
minor fixes
2009.07.20 | v.2.2.0
1. Advanced loot roll channel
2. Add right and middle mouse buttons click events for channel button
3. Some fixes
2009.07.07 | v.2.1.0
1. Chat Copy window
2. New textbox background - like ChattyCathy's
3. State of additional filtrers dont save. This has been fixed.
4. Other minor fixes
2009.07.01 | v.2.0.0
Full rewrite of TidyChat
v.1.3 | 17.04.09
Hides language switch button on startup
1.2.1 compatible
v. 1.2
possible fix for social window button reappearing (conflict with Phantom or Pure)
deleted "ToBottom" button from contex menu
deleted some features that fixed in 1.1 game patch (lock, timestamp)
v. 1.1 | 08.11.08
+ "monitor"
+ moves textbox to top or to bottom
+ changes opacity for scrollbar, tobottom and channel buttons
+ shows/hides background of chat windows
+ applies your timestamp setting on startup
+ new slash commands
/tchat wndN monitor [on | off]
/tchat wndN background [show | hide]
/tchat textbox [top | bottom]
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 2.2.6 | Release | 1.4.2 | 3,737 | 06/08/2011 |
| 2.2.5 | Release | 1.3.6 | 5,145 | 09/03/2010 |
| 2.2.4 | Release | 1.3.5 | 1,155 | 05/23/2010 |
| 2.2.3 | Release | 1.3.3 | 941 | 03/01/2010 |
| 2.2.2 | Release | 1.3.3 | 990 | 12/19/2009 |
| 2.2.1 | Release | 1.3.1 | 919 | 10/24/2009 |
| 2.2.0 | Release | 1.3 | 1,913 | 07/20/2009 |
| 2.1.0 | Release | 1.3 | 5 | 07/07/2009 |
| 2.0.0 | Release | 1.3 | 6 | 06/30/2009 |
| 1.3 | Release | 1.1.1 | 4 | 04/17/2009 |
| 1.2 | Release | Beta 3.0 | 3 | 01/12/2009 |
| 1.1 | Release | Beta 3.0 | - | 11/08/2008 |
| 1.0 | Release | Beta 3.0 | 1 | 10/29/2008 |
Top Downloads
-
- Enemy
- Buffs & Debuffs, Unit Frames, Combat, and PvP
- 395 Monthly Downloads
-
- LibSlash
- Development Tools
- 327 Monthly Downloads
-
- Squared
- Unit Frames
- 248 Monthly Downloads
-
- Twister
- Action Bars, Combat, Class, and Buffs & Debuffs
- 247 Monthly Downloads
-
- BuffHead2
- PvP, Combat, and Buffs & Debuffs
- 205 Monthly Downloads





Comments
the addon fucks up channels
Thank you all for help.
Anyway I cant do it for channels with players' dialogs.
Errors that busted is showing at startup are :
Error executing Lua buffer Interface/AddOns\TidyChat\TidyChat.lua: [string "Interface/AddOns\TidyChat\TidyChat.lua"]:1278: attempt to index global 'CoreLanguageDirectories' (a nil value)
Script Call failed - Error while calling [TidyChat.Initialize]:
[string "Interface/AddOns\TidyChat\TidyChat.lua"]:148: attempt to call field 'SetupSettings' (a nil val
Script Call failed - Error while calling [TidyChat.OnLoad]:
[string "Interface/AddOns\TidyChat\TidyChat.lua"]:187: attempt to call field 'Debug' (a nil value)
don't know if that helps :P
Line 1278 change into:
if ( SystemData.Settings.Language.active == SystemData.Settings.Language.RUSSIAN ) then
Line 1295 change into:
if ( SystemData.Settings.Language.active == SystemData.Settings.Language.GERMAN ) then
Line 1314 change into:
if ( SystemData.Settings.Language.active == SystemData.Settings.Language.FRENCH ) then
This happens on the default chat window (first tab), a chat tab moved somewhere else manages to hide-and-remove the scrollbar as intended.
I think, it's conflict with another addon.
Here's what it looks like when I log in: http://www.jobi.org/tidychatproblem1.jpg
If I drag it a bit in and then back it looks like I want it to look: http://www.jobi.org/tidychatproblem2.jpg
However, it resets on logout, so I have to do this every time I log in.
Dunno, why it dont work for you. It works for me.
Mb conflict with another addon?