ChatBar

  Download the Curse Client

Last Update: Dec. 21, 2006 (1 year ago)
Category: Chat & Communication
Tags: chat and cosmos
Project Manager: KarlKFI
Current Version: ChatBar 2.2
(for World of Warcraft 2.0.0)
Downloads Today: 207
Downloads Total: 98,869
Favorites: 622
Comments: 82
  • About ChatBar
  •  

ChatBar - Button Bar for openning chat messages of each type.

A little acsii art for demonstration: [oooooooo]
o - Buttons, colored the color of a chat type, left click to open editbox of that type, right click for type specific options. Initial letter of the type on or above the button
[ ] - Ends of the bar, left click to drag, right click for options

Button / ChatType Options:
Leave (Channel)
Print Channel User List - List prints to the default chat frame. Same as "/list #"
Hide This Button - Hide the button for that chat type or channel by name.
Reply (Whisper) - Open whisper to the last person that whispered you.
Retell (Whisper) - Open whisper to the last person you whispered.
Sticky - http://www.wowwiki.com/Chat#Advanced_Chat_Terminology.2FDetails Note: Channels are all or none, other types can be stickied individually.


ChatBar Options:
Vertical Orienation - Toggles vertical/horrizontal bar via sliding.
Reverse Button Orienation - Toggles button order reversal via sliding
Text On Buttons - Toggles chattype abrev on/next to the buttons
Show Button Text - Toggles chattype abrev visibility
Use Channel ID On Buttons - Toggles using the channel index or the first letter of the channel name
Button Message Flashing - Toggles button flashing when you receive a message of that type
Show Bar Border - Toggles show/hide the bar border/background. Note: You can still click on the ends of the bar when it's hidden
Hide Addon Channels - Hide GuildMap, Sky, CTRA and CTA channel buttons
Hidden Buttons - Submenu for showing manually hidden buttons
Reset Position - Attaches the ChatBarFrame to above the ChatFrame1 tab
Reorder Channels - General, Trade, LocalDefense, LookingForGroup, WorldDefense, GuildRecruitment, others...

  • Downloads (8)
  •  
  • Screenshots (2)
  •  

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • April 23, 2008, 09:01PM (3 weeks, 1 day ago)

    Falls die Chatbarleiste verschwunden ist, im WOW-CHat folgendes eingeben:

    /script ChatBarFrame:ClearAllPoints(); ChatBarFrame:SetPoint("CENTER")

    ---> es erscheint in der Mitte

    /script ChatBar_Reset()

    ---> es erscheint über dem Chat

    (genau abtippen oder hier rauskopieren!) Hoffe das hat euch weiter geholfen.

    Sorry for my bad english:

    If the ChatBarlist is disappeared, you have to write in the WOW-channel:

    /script ChatBarFrame:ClearAllPoints(); ChatBarFrame:SetPoint("CENTER")

    ---> in the middle of the monitor

    /script ChatBar_Reset()

    ---> above the WOW-channel

    (watch for the right spelling or copy this sentence!)

    I hope i could help you!

  • April 21, 2008, 04:39PM (3 weeks, 3 days ago)

    update to 2.4 plz

  • April 13, 2008, 08:20PM (1 month ago)

    I don't know what happened, but I went to move the chat bar, and I think it disappeared off the screen. Now I can't get it back, even by installing and uninstalling it! What can I do?

  • April 5, 2008, 07:00PM (1 month, 1 week ago)

    Somebody, please update this Addon !!!
    A life without this, ...is like being naked in public.

  • April 25, 2008, 05:38PM (2 weeks, 6 days ago)

    duh, like it's obvious this mod has been abandoned, last update 2006...LOL. If you can't live without it I suggest you get crackin with the code. It's not a mod authors job to support your mod habits. They make them for themselves and then release to the public in case they want to us it.

  • Dec. 14, 2007, 01:12AM (5 months ago)

    I wish that when the button was flashing and you clicked on it it jumped your chat to that window. i.e. if you are in a general chat window and a party message is sent, the party frame button flashes, you click on it and the party frame comes to the front and a chat edit box pops up for party so you can type in it....

    If only i knew how to code =(

  • Dec. 8, 2007, 08:02PM (5 months, 1 week ago)

    Meh, still works but it's Out of Date, would be nice to see an update

  • Oct. 1, 2007, 09:20AM (7 months, 2 weeks ago)

    Does this still work? Fresh install never used before and no bar or options what so ever.

  • Aug. 22, 2007, 02:57PM (8 months, 3 weeks ago)

    does anyone know how to get chat channels back on the bar if you take that chat option off?

  • Dec. 4, 2007, 03:21AM (5 months, 2 weeks ago)

    type /join
    after join type the channel's name...it should add the button for that channel to the bar again

  • June 5, 2007, 03:01AM (11 months, 2 weeks ago)

    Odd issue I encountered today... when my bar is set to the alternate artwork, the right-click menus stop working (they flash up for a second, then immediately disappear again). This also makes the right-click menus on several other things stop working.

    No clue why, but when I change that one thing (back to original artwork, which I must do in the SavedVariables file since the menu isn't operational), everything works fine again.

  • Aug. 9, 2007, 08:31AM (9 months, 1 week ago)

    Yeah, I had this happen a couple of days ago too. The chatbar extended the length of the screen and was flashing like crazy, then when I reloaded the ui it disappeared altogether. I cannot get it to recover.

  • May 27, 2007, 11:00PM (11 months, 3 weeks ago)

    great little addon, u will need to fix the ChatBar.lua file to get the officer channel to work. the script provided below has a spelling error so it won't work, this is the correct code:

    type = "OFFICER", shortText = function() return CHATBAR_OFFICER_ABRV; end, text = function() return CHAT_MSG_OFFICER; end, click = ChatBar_StandardButtonClick, show = function() return CanEditOfficerNote() or IsInGuild()and (not ChatBar_HiddenButtons[CHAT_MSG_OFFICER]); end

  • May 17, 2007, 08:34AM (12 months ago)

    Great addon, thanks a million !

  • April 12, 2007, 02:18AM (1 year, 1 month ago)

    If you want, that ChatBar showed the officer channel button, you need to little correct ChatBar.lua

    find this line:

    type = "OFFICER", shortText = function() return CHATBAR_OFFICER_ABRV; end, text = function() return CHAT_MSG_OFFICER; end, click = ChatBar_StandardButtonClick, show = function() return CanEditOfficerNote() and (not ChatBar_HiddenButtons[CHAT_MSG_OFFICER]); end

    and change CanEditOfficerNote() on IsInGuild()

  • Feb. 14, 2007, 08:54AM (1 year, 3 months ago)

    Hello, I am totally new to WoW and found this add on which is great but it doesn't work since todays update??

    I have tried typing in /script ChatBar_Reset() as descriped in another post here but it still doesnt work.

    Any ideas what I can do next? This is a wicked add on and I want it back :(

    TJ

  • Jan. 31, 2007, 03:13AM (1 year, 3 months ago)

    The error message I've described below, I got it again, today, when I played my warlock and had my sweet succubus summoned (Chatlog sees a summoning chat message and emote produced by Necrosis) - only with the succubus, not when summoning other demons. Strange... but obviously this error message is somehow triggered by emotes or chat messages that are initiated by certain actions.

  • Jan. 14, 2007, 06:31PM (1 year, 4 months ago)

    Small issue with Chatbar AND Fizzwidget Feed-O-Matic

    Today, I got error messages several times (not always) when using the keybind to feed my pet. It seems to interfere somehow with Chatbar or vice versa: -- ...Chatbar.lua:85:SendChatMessage():Chat message must be UTF-8 text -- This error messages is caused sometimes, not always, when hitting the keybind to feed the pet.

    using german client 2.0.4, chatbar 2.2 and Fizzwidget Feed-O-Matic 2.0.3

  • Jan. 14, 2007, 03:16PM (1 year, 4 months ago)

    So i seem to have pushed my chatbar off the edge of my screen.

    yeah...

    any manual reset features? i've delete saved variables multiple times, and reinstalled just as many times, but to no avail.

    any tips? i love this mod

  • Feb. 6, 2007, 05:59PM (1 year, 3 months ago)

    To Reset Manually: /script ChatBar_Reset()

 
  • Similar Addons
  •  
  1. 2,023 Carbonite Quest Chat & Communication, PvP, ...
  2. 1,607 WIM (WoW Instant ... Chat & Communication
  3. 1,067 SpamMeNot Chat & Communication
  4. 837 SpamSentry - Anti ... Chat & Communication
  5. 747 ChatMOD Chat & Communication and Audio