Download
(110Kb)
Download
Updated: 09-01-12 09:28 AM
Pictures
File Info
Updated:09-01-12 09:28 AM
Created:10-28-08 07:13 AM
Downloads:16,745
Favorites:190
MD5:

SocialState  Popular! (More than 5000 hits)

Version: 5.0-Release3
by: CodeRedLin [More]

A LibDataBroker RealID / Friend / Guild list in one.

Features:
- Easy Player / Officer note editing.
- Quickly invite to raid / group.
- Fast whispering.
- Other fast words.
- Can sort Level, Toon Name, and Guild Rank.
- Can see broadcasts with just one click.

RealID can not be sorted other than Blizzards default.

You must have a LibDataBroker display to use this such as:
* FuBar + Broker2FuBar
* Titan Panel
* Fortress
* ButtonBin
* ChocolateBar
* Bazooka
* DockingStation

5.0-Release3:
- Fill names won't be whispered anymore (inside joke?). TY Greymalkin.
5.0-Release2:
- BNet Invites and Whisper fixes thanks to ahua!
5.0-Release1:
- Update for MoP
Optional Files (0)


Post A Reply Comment Options
Unread 10-29-08, 08:38 AM  
Pfire
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
Falling off the sides

Would it be possible to have the mouseover part to alway be on screen? I have problems with it falling off the side of the screen.
Report comment to moderator  
Reply With Quote
Unread 10-29-08, 02:54 PM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Re: Falling off the sides

Originally posted by Pfire
Would it be possible to have the mouseover part to alway be on screen? I have problems with it falling off the side of the screen.
Could you send a screen shot? I used the calculation that FuBar uses for setting up Tabletlib wen it comes to placement.

If I see where it is docked / how much it is off the screen I may get a better picture of what is wrong.

Thank you.
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 05:59 PM  
saltorio
A Murloc Raider
 
saltorio's Avatar

Forum posts: 8
File comments: 121
Uploads: 0
I love the way you've compiled both the Guild and Friends lists into one addon. Wonderful job.

One Request:
I know what guild I'm in, and it's got a fairly long name. Could the guild name be removed from the bar title text, or at least have an option to do so? I do like seeing how many friends/guildies are online, so I'd rather not turn off the text display.
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 07:49 PM  
Morgalm
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 184
Uploads: 4
Agreed would love to get rid of guild name. Otherwise awesome
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 08:00 PM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Originally posted by saltorio
I love the way you've compiled both the Guild and Friends lists into one addon. Wonderful job.

One Request:
I know what guild I'm in, and it's got a fairly long name. Could the guild name be removed from the bar title text, or at least have an option to do so? I do like seeing how many friends/guildies are online, so I'd rather not turn off the text display.
I'm fairly new to Lua / WoW's API. But I'll look into how to add that.
Right now the best I could do is /slash commands since I did that for DummyBar and now know how. Perhaps I'll look into AceConfig or something.
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 09:22 PM  
saltorio
A Murloc Raider
 
saltorio's Avatar

Forum posts: 8
File comments: 121
Uploads: 0
Originally posted by CodeRedLin
I'm fairly new to Lua / WoW's API. But I'll look into how to add that.
Right now the best I could do is /slash commands since I did that for DummyBar and now know how. Perhaps I'll look into AceConfig or something.
That'd be great. Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-31-08, 02:36 AM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Removing guild name

Originally posted by saltorio
That'd be great. Thanks!
As a temp solution if you feel comfortable you can edit Broker_SocialState.lua and remove:

..(GetGuildInfo("player") or "").." "

on line 61.

Here is what to make it look like:

guildies="|cff00ff00 "..string.format("%d/%d", online, GetNumGuildMembers(true))
Report comment to moderator  
Reply With Quote
Unread 10-31-08, 09:42 AM  
saltorio
A Murloc Raider
 
saltorio's Avatar

Forum posts: 8
File comments: 121
Uploads: 0
Re: Removing guild name

Originally posted by CodeRedLin
As a temp solution if you feel comfortable you can edit Broker_SocialState.lua and remove:

..(GetGuildInfo("player") or "").." "

on line 61.

Here is what to make it look like:

guildies="|cff00ff00 "..string.format("%d/%d", online, GetNumGuildMembers(true))
I'll give that a try for now. Not sure if you'd want to commit it as a change, since I can't think having guild name text is really that important for most users (I know Fubar_GuildFu didn't have it... at least by default).

Also, not to overload you with suggestions (I know what it's like trying to learn a new coding language), but an option to adjust sorting of the tooltip would be great. I prefer to see the list sorted by level, which from what I remember of using the addon last night was not the case.

Please, keep up the wonderful work!
Report comment to moderator  
Reply With Quote
Unread 10-31-08, 02:34 PM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Re: Re: Removing guild name

Originally posted by saltorio
I'll give that a try for now. Not sure if you'd want to commit it as a change, since I can't think having guild name text is really that important for most users (I know Fubar_GuildFu didn't have it... at least by default).

Also, not to overload you with suggestions (I know what it's like trying to learn a new coding language), but an option to adjust sorting of the tooltip would be great. I prefer to see the list sorted by level, which from what I remember of using the addon last night was not the case.

Please, keep up the wonderful work!
Actual sorting I think would require me to buffer everything (unless Tabletlib has a way to sort). Hmm just curious, if you sort within the Guild Social Pane, does it do the same within SocialState?
Report comment to moderator  
Reply With Quote
Unread 11-01-08, 12:02 AM  
Pfire
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0
Re: Re: Falling off the sides

Originally posted by CodeRedLin
Could you send a screen shot? I used the calculation that FuBar uses for setting up Tabletlib wen it comes to placement.

If I see where it is docked / how much it is off the screen I may get a better picture of what is wrong.

Thank you.




I have to have it on the far right hand side or it falls off the screen.
Report comment to moderator  
Reply With Quote
Unread 12-17-08, 06:19 PM  
lduvall
A Murloc Raider

Forum posts: 8
File comments: 36
Uploads: 0
Issues:

A few small things I noticed that you may/may not want to address:

- The check icon offsets the name column. When it isn't there, the names should be normally aligned.
- The level column takes up a lot of space for a column that really only needs to be 2 characters wide. Is it possible to have the level in parenthesis next to the person's name on the same line?
- There are two spaces between the guild list and the friends list; only really needs to be one. Any way to fix this? I couldn't find one easily.
Report comment to moderator  
Reply With Quote
Unread 03-20-09, 06:28 PM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
Thanks for the addon, it does exactly what I missed about auld lang syne.
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
Report comment to moderator  
Reply With Quote
Unread 03-26-09, 06:47 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Does it sync up friends lists between alts?
Report comment to moderator  
Reply With Quote
Unread 03-26-09, 04:27 PM  
CodeRedLin
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 69
Uploads: 5
Originally posted by Twidget
Does it sync up friends lists between alts?
No, it just displays lists. To sync try the addon FriendsWithBenefits.
Report comment to moderator  
Reply With Quote
Unread 04-03-09, 10:29 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Cool, thanks... I got the Friends with Benefits mod.

Another question/request...
Could you add a column that actually says what class each person is?
I have never been that good at remembering which color is which class...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: