Download
(8Kb)
Download
Updated: 02-05-19 03:00 PM
Pictures
File Info
Compatibility:
Tides of Vengeance (8.1.0)
Updated:02-05-19 03:00 PM
Created:05-27-10 09:10 PM
Downloads:27,769
Favorites:78
MD5:

bdChat  Popular! (More than 5000 hits)

Version: 2.70
by: Blooblahguy [More]

bdChat is a simple chat replacement.

note: You need bdCore to use this addon, or any other bd_ addons

Features

Simplifies chat messages
Removes channel names
URL copy
/bd config to access in game config
/bd lock to unlock the addon and move it around

2.6
Toc bump
Bug fix to ignore friendly things in dungeons

2.5
Bug fix for boss emotes

2.4
Bug fixes for chat recoloring

2.35
Fixes to chat string/bubble parsing

2.3
Updated/fixed options
Addon now colors player names inside chat messages and chat bubbles
Ability to @ people who are also using the addon (like discord)
Display changes
Lots of bug fixes

2.2.2
Updated for 7.1

2.2.1
Removing bad bdCore func refs

2.1
- Fixed but where "To" was being subbed out of full words instead of just whispers
- Added option to justify the chat log to the RIGHT, editable via lua.
2.0
- Added URL copy
- Removed most channel names
- Added Alt-Invite
- Added different Font Size options in chat frame
- Removed black bar on combat log
- Removed most needless config
- Cleaned up code
1.7
- Removed brackets from player names
- Improved code and removed bugs. Removed Link copier, there are lots of independent mods for this.
Optional Files (0)


Post A Reply Comment Options
Unread 02-21-11, 08:09 PM  
Beef.
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Is it possible to make the font OUTLINE?

Love the addon, good work!
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 02-21-11, 09:34 AM  
iLive
A Kobold Labourer
 
iLive's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 78
Uploads: 1
Originally posted by iLive
Is it possible to use text justification to the right instead of left for certain chats? Would love to replace Chatter with this addon, but I really need the justification.
I guess not.
Report comment to moderator  
Reply With Quote
Unread 02-14-11, 03:33 PM  
iLive
A Kobold Labourer
 
iLive's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 78
Uploads: 1
Is it possible to use text justification to the right instead of left for certain chats? Would love to replace Chatter with this addon, but I really need the justification.
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 10:39 AM  
esnar
A Defias Bandit

Forum posts: 2
File comments: 40
Uploads: 0
Could you add an option to auto scroll a set ammount of lines when scrolling through chat instead of 1? for example i want to scroll 6 lines per scroll
Report comment to moderator  
Reply With Quote
Unread 01-22-11, 02:12 PM  
cawfee
An Aku'mai Servant
 
cawfee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 94
Uploads: 1
Open bChat.lua in a text editor and go to line 58.

Replace
Code:
text = gsub(text, "^To", "T")
With
Code:
text = gsub(text, "^To ", "T ")
That way the string replacement will only fire on the actual case instead of everything that starts with "To". That should fix it

Originally posted by Aisenfaire
I'm noticing an odd issue. bChat turns "To" at the start of words in nonplayer chat into "T". For example, when Topper Mcnab talks, it becomes "Tpper Mcnab" in the window. Same with when I added someone to my list named Tomin; the system message said "Tmin has been added".

(Tested, issue goes away when bChat is disabled).
Last edited by cawfee : 01-22-11 at 02:18 PM.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 07:22 AM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
I'm noticing an odd issue. bChat turns "To" at the start of words in nonplayer chat into "T". For example, when Topper Mcnab talks, it becomes "Tpper Mcnab" in the window. Same with when I added someone to my list named Tomin; the system message said "Tmin has been added".

(Tested, issue goes away when bChat is disabled).
Report comment to moderator  
Reply With Quote
Unread 12-25-10, 09:21 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally posted by Nightmareic
Is there something I'm missing here with URL copy? I can't seem to copy a link with any keyboard/mouse functions I try.
Sort-of-ish-buggy, you have to hit enter then click on the link. I haven't quit figured out how to make it auto open a new text box
Report comment to moderator  
Reply With Quote
Unread 12-19-10, 04:16 PM  
Nightmareic
A Defias Bandit
 
Nightmareic's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 340
Uploads: 2
Is there something I'm missing here with URL copy? I can't seem to copy a link with any keyboard/mouse functions I try.
Report comment to moderator  
Reply With Quote
Unread 12-15-10, 12:42 PM  
Pavelp
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Hello,

I haven't found in bchat.lua, where I have change time fading?
I want time fading ~ 8 seconds

Pls, help anybody

(write line number or command)

Thank you!
Report comment to moderator  
Reply With Quote
Unread 12-08-10, 10:57 PM  
Porsha
A Black Drake

Forum posts: 88
File comments: 104
Uploads: 0
hrm with the new update, how do I add back in my own font and outline (monochrome)?
thanks!
Report comment to moderator  
Reply With Quote
Unread 11-29-10, 11:41 PM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
Still fading out even after those changes
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 09:28 PM  
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 202
Uploads: 25
Originally posted by ovidiuflaviu
I have a special tab for whispers(normal and RealID). Tab flashing(alerting) used to work until this update. Anyone else experiencing this, or have i done something wrong ?
This is intended, you can change it back by going to lines 85-85 and removing
Code:
"HighlightLeft", "HighlightMiddle", 
    "HighlightRight"
Originally posted by duhwhat
how do i give the chat background at least some alpha at all times?
Just go to lines 119-121 and remove this entire sections
Code:
for g = 1, #CHAT_FRAME_TEXTURES do
        _G["ChatFrame"..i..CHAT_FRAME_TEXTURES[g]]:SetTexture(nil)
    end
then on line 112 change
Code:
_G[cf]:SetFading(true)
to
Code:
_G[cf]:SetFading(false)
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 08:26 PM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Originally posted by Aisenfaire
Would you consider adding a feature where you can shift+scroll down to immediately get back to the latest part of your chat, if you've scrolled up a lot?
Thank you for adding the shift+scroll function! <3
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 03:06 PM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
how do i give the chat background at least some alpha at all times?
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 08:46 AM  
ovidiuflaviu
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
I have a special tab for whispers(normal and RealID). Tab flashing(alerting) used to work until this update. Anyone else experiencing this, or have i done something wrong ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.