Thread Tools Display Modes
01/02/16, 04:12 AM   #1
CaptainBlagbird
 
CaptainBlagbird's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 53
Guild members online



Is there an add-on that adds icons for all guilds with the online count (like the for the friends icon)? Or is someone bored enough to make it?
  Reply With Quote
01/02/16, 11:14 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,012
As I don't know any addon doing this I might create a small one to show the number of online guild members inside the tooltip of the friends online icon in the chat (or something similar small).
  Reply With Quote
01/02/16, 11:56 AM   #3
CaptainBlagbird
 
CaptainBlagbird's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 53
Originally Posted by Baertram View Post
As I don't know any addon doing this I might create a small one to show the number of online guild members inside the tooltip of the friends online icon in the chat (or something similar small).
Cool

Yeah I just realised it wouldn't be so easy to create new icons that behaves correctly when the chat is collapsed. Tooltip would be a reasonable option.

An other thing that came into my mind: Do you think if it's possible to change the default text near the icon (e.g. replace nr of online friends with nr of online guildX members)?
  Reply With Quote
01/02/16, 12:24 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,012
I won't replace it. Currently I try to add an extra icon (the scroll from the guild roster overview) and add the tooltip with the online/total members of each guild you are joined to.

Maybe I'll add tetx to the right of the icon too afterwards, but getting the online mmebers of a guild seems to be quite painfull (loop all members of a guild and check the status with GetGuildMemberInfo(...)), or i'm missing just a simple function that does it :-)

Edit:
Got an easier way :-)
local numGuildMembers, numOnline = GetGuildInfo(guildId)

Last edited by Baertram : 01/02/16 at 12:30 PM.
  Reply With Quote
01/02/16, 01:32 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,012
You can download the fist version here:
http://www.esoui.com/downloads/info1...GuildInfo.html

It currently will not show the guild member online/total count as text inside the chat as it would "blew" the chat window if you are member of 5 guilds.
maybe I'll add it later.

Will recognize if you leave a guild/add a new guild, if a guild member status changes to offline and online.

Should work with minimized/maximized chat windows too.

And it will recognize other addons which add new icons to the chat (currently it only supports circonians MyStatus, but we could new ones if there are other addons doing this).
  Reply With Quote
01/02/16, 02:39 PM   #6
CaptainBlagbird
 
CaptainBlagbird's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 53
Awesome, thanks!
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Guild members online


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