Thread Tools Display Modes
06/02/14, 04:15 PM   #1
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Disable Guild ranking Notifications?

So every damn time someone in my 4 TRADE Guilds makes a Speedrun (180min speedrun??) I get this Notification bubble top right of my chat. I always think "OH someone inv me?" and klick on it to see whats up. Any way to disable this add? Not realy interessted in the rankings :S
  Reply With Quote
06/03/14, 10:19 AM   #2
Aeruginosus
Join Date: May 2014
Posts: 5
Originally Posted by Tonyleila View Post
So every damn time someone in my 4 TRADE Guilds makes a Speedrun (180min speedrun??) I get this Notification bubble top right of my chat. I always think "OH someone inv me?" and klick on it to see whats up. Any way to disable this add? Not realy interessted in the rankings :S
I think Thurisaz Guild Info add-on would handle that. Whether it has a feature for it I'm not sure, but that would be a good one to have if it doesn't. I would recommend contacting the author, and requesting it - after you've checked to see that it's not a feature currently.
  Reply With Quote
06/03/14, 11:20 AM   #3
Froali
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
This is a good suggestion! My AddOn currentl does not disable these new speedrun notifications.
I will look into it and push a update live if it is possible
  Reply With Quote
06/03/14, 12:09 PM   #4
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Originally Posted by Froali View Post
This is a good suggestion! My AddOn currentl does not disable these new speedrun notifications.
I will look into it and push a update live if it is possible
Thanks! Have not checked your addon yet. But it possible to disable this? : "Chat and/or Display notifications every time one of your guild members changes their online status, gains a new level or joins/leaves the guild!"
  Reply With Quote
06/03/14, 12:14 PM   #5
Froali
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
Yes it's configurable which notifications you receive
  Reply With Quote
06/08/14, 11:10 AM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Did you find any solution yet?

There are two different ways how to do it:
Lua Code:
  1. EVENT_MANAGER:UnregisterForEvent("Notifications", EVENT_RAID_SCORE_NOTIFICATION_ADDED)
  2. EVENT_MANAGER:UnregisterForEvent("Notifications", EVENT_RAID_SCORE_NOTIFICATION_REMOVED)

Lua Code:
  1. local isDisabled = true
  2.  
  3. ZO_PreHook(NOTIFICATIONS["providers"][10], "pushUpdateCallback", function() return isDisabled end)
  Reply With Quote
06/09/14, 09:13 AM   #7
Froali
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
Well, thanks Garkin for this second solution! This allows to enable/disable on the fly. SOmething that my solution didn't allow me. I will use this if you allow

Just needs some testing on my other changes and i will push the update live
  Reply With Quote
06/09/14, 09:35 AM   #8
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Froali View Post
Well, thanks Garkin for this second solution! This allows to enable/disable on the fly. SOmething that my solution didn't allow me. I will use this if you allow

Just needs some testing on my other changes and i will push the update live
Feel free to use any code that I have posted to forums.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Disable Guild ranking Notifications?


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