Is there a way to suppress all the "Not a member of a guild" messages that keep showing up in my main chat window? I mean I am not a member of a guild. I have not joined "Guild" channel but this not in a guild message keeps showing up time after time.
iirc this is comming from cartographer's guild positions module calling a bcast option..
bitch of it is that the send function is in the MAIN addon of cart - not the module.
Is that the same module that's giving me an error...wether or no I'n in a guild or not!! I posted in the Carto. section about this...still getting the error.
i have it sounding off each time im not in guild, considering that the guild spammer dosn't have a IsInGuid() check.. i would assume.. but.. don't know.
I brought this up in another thread (I think..it's been a loooong week) but never saw a response. when i set the main chat frame to justify right or center, I can no longer click on anything in the frame (i.e loot links - user names, etc). If I return to left justification all goes back to normal. I keep updating my version to see if it's resolved, and thus far....nada. Just wanted to report again.
I brought this up in another thread (I think..it's been a loooong week) but never saw a response. when i set the main chat frame to justify right or center, I can no longer click on anything in the frame (i.e loot links - user names, etc). If I return to left justification all goes back to normal. I keep updating my version to see if it's resolved, and thus far....nada. Just wanted to report again.
The links arent guaranteed to work. We try to fix them up, but the blizzard frames just werent designed for this.
I somehow miss a Prat plugin to "block" messages from showing up in the ChatFrames (or did I overlook the vast list of plugins :D ).
What I'd like:
- configurable list of patterns that should be suppressed
- whitelist of senders (e.g. guild, friends, plugin specific list)
- notification if an incoming message matches any given pattern (and therefore was not shown); a counter on a minimap icon or FuBar plugin would be neat
- listing of suppressed messages (sender+timestamp) in a separate frame (like the loot listing in cartographer) which shows the message contents on left-clicking and allows whitelisting via right-clicking (through some kind of option menu if need be)
Man that would be nice for all that gold spam and "looking for priest to heal" :P
I somehow miss a Prat plugin to "block" messages from showing up in the ChatFrames (or did I overlook the vast list of plugins :D ).
What I'd like:
- configurable list of patterns that should be suppressed
- whitelist of senders (e.g. guild, friends, plugin specific list)
- notification if an incoming message matches any given pattern (and therefore was not shown); a counter on a minimap icon or FuBar plugin would be neat
- listing of suppressed messages (sender+timestamp) in a separate frame (like the loot listing in cartographer) which shows the message contents on left-clicking and allows whitelisting via right-clicking (through some kind of option menu if need be)
Man that would be nice for all that gold spam and "looking for priest to heal" :P
Try SpamSentry it works wonders :) or there is SpamMeNot both are Ace AddOns
There is an option of "flash selected tab" on whispers. This is in the chatTab module. I dont think this fully works, even at all.
I dont know the exact reason why tabs flash. Im not sure if its because of tells, or simply because of a new line(i.e.--tells, says, yells, channels, anything) But when that "anything" happens, the tabs flash.
That flashing is really annoying, especially when you have your edit box on the top. The tabs flash while you are typing right over them. Really really annoying.
A way to make the tabs stop flashing for whatever reasons they do, would be awesome.
There is an option of "flash selected tab" on whispers. This is in the chatTab module. I dont think this fully works, even at all.
I dont know the exact reason why tabs flash. Im not sure if its because of tells, or simply because of a new line(i.e.--tells, says, yells, channels, anything) But when that "anything" happens, the tabs flash.
That flashing is really annoying, especially when you have your edit box on the top. The tabs flash while you are typing right over them. Really really annoying.
A way to make the tabs stop flashing for whatever reasons they do, would be awesome.
Man, i took a look at this and it ended up being several hours later and i really dont like the implementation thats there. I think im going to have to remove some of the options.
Edit: Because you asked nicely...it should now work properly (and not be a huge resource pig too)
Revision: 35212
Author: sylvanaar
Date: 7:21:34 AM, Saturday, May 12, 2007
Message:
Prat: Removed ChatTabs use of OnUpdate. I am not sure I really ever looked at it that closely.
----
Modified : /trunk/Prat/Prat_Modules/modules/ChatTabs.lua
Thank you sylvanaar! The "disable flashing" option works awesome! This was a huge deal for me, and made this mod from being great to now a must have! I tested this feature, and my tabs never flashed for any reason, love it.
The only thing I still would like now is when you mouse over tabs, to have an option to change their alpha as well. But of course the alpha would never reach .0 I know there is a active alpha and not active alpha, but I dont think these affect the mouse over of the tabs.
I think previously before this AWESOME addition you made to the tabs, when you moused over them, they did have a alpha level you did set for your "active alpha".
Either way thank you sylvanaar, appreciate your hard work! I cant recommend this mod enough!
Thank you sylvanaar! The "disable flashing" option works awesome! This was a huge deal for me, and made this mod from being great to now a must have! I tested this feature, and my tabs never flashed for any reason, love it.
The only thing I still would like now is when you mouse over tabs, to have an option to change their alpha as well. But of course the alpha would never reach .0 I know there is a active alpha and not active alpha, but I dont think these affect the mouse over of the tabs.
I think previously before this AWESOME addition you made to the tabs, when you moused over them, they did have a alpha level you did set for your "active alpha".
Either way thank you sylvanaar, appreciate your hard work! I cant recommend this mod enough!
Glad you like it. The 2 alpha values are for when the tabs arent moused over. Blizzard hardcoded alpha values of 0.5 and 1 for them when they are moused over, and to do much about that I would have to use some nasty code which would run possibly 60+ times a second (like the old code i removed was doing). I dont really want to do anything like that because of the upcoming performance profiling in the next patch, and the associated OCD-user postings.
I've been using Prat for a while now and can't live without it, however for a while now, all raid chat seems to want to duplicate it's self in the combat log, as well as battleground chat how the heck can I turn that off it's very annoying.
Please someone has got to know how to deal with this :(
I've been using Prat for a while now and can't live without it, however for a while now, all raid chat seems to want to duplicate it's self in the combat log, as well as battleground chat how the heck can I turn that off it's very annoying.
Please someone has got to know how to deal with this :(
Did you try turning it off from the chatframe?
Post an example using CopyChat. Then attach your saved variables to the post.
I've been using Prat for a while now and can't live without it, however for a while now, all raid chat seems to want to duplicate it's self in the combat log, as well as battleground chat how the heck can I turn that off it's very annoying.
Please someone has got to know how to deal with this :(
Did you try turning it off from the chatframe?
Post an example using CopyChat. Then attach your saved variables to the post.
Ok I feel like a complete idiot now.. it was turned on in the chat frame I didn't even think to look there thank you for fixing it :)
i have it sounding off each time im not in guild, considering that the guild spammer dosn't have a IsInGuid() check.. i would assume.. but.. don't know.
The links arent guaranteed to work. We try to fix them up, but the blizzard frames just werent designed for this.
What I'd like:
- configurable list of patterns that should be suppressed
- whitelist of senders (e.g. guild, friends, plugin specific list)
- notification if an incoming message matches any given pattern (and therefore was not shown); a counter on a minimap icon or FuBar plugin would be neat
- listing of suppressed messages (sender+timestamp) in a separate frame (like the loot listing in cartographer) which shows the message contents on left-clicking and allows whitelisting via right-clicking (through some kind of option menu if need be)
Man that would be nice for all that gold spam and "looking for priest to heal" :P
Try SpamSentry it works wonders :) or there is SpamMeNot both are Ace AddOns
Again thanks for this awesome mod!
There is already a ChatTabs module. What feature is it missing?
I dont know the exact reason why tabs flash. Im not sure if its because of tells, or simply because of a new line(i.e.--tells, says, yells, channels, anything) But when that "anything" happens, the tabs flash.
That flashing is really annoying, especially when you have your edit box on the top. The tabs flash while you are typing right over them. Really really annoying.
A way to make the tabs stop flashing for whatever reasons they do, would be awesome.
Man, i took a look at this and it ended up being several hours later and i really dont like the implementation thats there. I think im going to have to remove some of the options.
Edit: Because you asked nicely...it should now work properly (and not be a huge resource pig too)
The only thing I still would like now is when you mouse over tabs, to have an option to change their alpha as well. But of course the alpha would never reach .0 I know there is a active alpha and not active alpha, but I dont think these affect the mouse over of the tabs.
I think previously before this AWESOME addition you made to the tabs, when you moused over them, they did have a alpha level you did set for your "active alpha".
Either way thank you sylvanaar, appreciate your hard work! I cant recommend this mod enough!
Glad you like it. The 2 alpha values are for when the tabs arent moused over. Blizzard hardcoded alpha values of 0.5 and 1 for them when they are moused over, and to do much about that I would have to use some nasty code which would run possibly 60+ times a second (like the old code i removed was doing). I dont really want to do anything like that because of the upcoming performance profiling in the next patch, and the associated OCD-user postings.
since rev 35410.1001 the reminder button seems to be broken, it sometimes doesn't appear/disappear for a few seconds.
Please someone has got to know how to deal with this :(
1 second perhaps?
Anyhow thats a temp optimization until I can make a better fix. It is to prevent the flood of profiling nazi's that 2.1 is going to produce.
Did you try turning it off from the chatframe?
Post an example using CopyChat. Then attach your saved variables to the post.
Ok I feel like a complete idiot now.. it was turned on in the chat frame I didn't even think to look there thank you for fixing it :)
I don't think that's really in the scope of Prat mate.
However, there's an addon that does just what you want instead:
- http://files.wowace.com/PlayerMenu/
It was reverted, and then another implementation of the same change added back in 35579.
Prat might not update properly while running the game for any of the releases at those versions or in-between.
Please report issues only for 35579 and later.