Download
(5Kb)
Download
Updated: 09-02-12 05:12 PM
Addon for:
SLDataText.
Pictures
File Info
Updated:09-02-12 05:12 PM
Created:12-31-11 09:39 AM
Downloads:5,962
Favorites:28
MD5:

SLDataText Friends  Popular! (More than 5000 hits)

Version: 1.0.5
by: Taffu [More]

SLDataText Friends v1.0.5
This plug-in is only compatible with SLDataText v4.2.0 and higher.

This is a Friend module plug-in for SLDataText.

Displays current online Friend count, and an interactive tooltip that allows click functionality:
- Left Click: Send /tell to that person.
- Alt+Left Click: Invite that person to a group.

Inherits all other SLDataText related features, including configuration. Use '/sldt Friends' to access menu.

Note:
BNet features may cause problems. If any errors relating to BNet become and issue, please report them with detailed errors so I can fix them as soon as possible. Thanks!

September 2nd, 2012 - v1.0.5
- Removed class coloring (temp) due to non-localized class info not being available @ Friendlist API level
- SLDataText 5.0.2 (released at same time) should address localized config issues

September 1st, 2012 - v1.0.4a
- Added fix from WoWI User "IMulch" regarding BNet API changes

September 1st, 2012 - v1.0.4
- Updated to latest WoW Version
- Added check so Battle Net isn't checked if there are no online Battle Net friends

February 7th, 2012 - v1.0.3
- Added locales (enUS, deDE (Not Translated), frFR)

January 14rd, 2012 - v1.0.2
- Tweaks
- Updated LibSLTip

January 3rd, 2012 - v1.0.1
- Better handling of BattleNet friends
- Changed base output to "Friends: 0" instead of "No Friends" (sorry, I wasn't being mean!)
Post A Reply Comment Options
Unread 07-24-16, 11:19 AM  
cborga
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
Replace line 46 in SLDataText_Friends.lua
Code:
local lineL = string.format("|cffecd672%s|r", BNname, battleTag, toonname)
to resolve lua error in 7.0.3
Report comment to moderator  
Reply With Quote
Unread 09-18-14, 12:18 PM  
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 275
File comments: 1200
Uploads: 12
Hi, I'm getting some addon taint with this addon (using most recent update and WoW MoP version 5.4)

Lua Code:
  1. 2x [ADDON_ACTION_BLOCKED] AddOn "SLDataText_Friends" tried to call the protected function "VoiceChatTalkers:Hide()".
  2. !BugGrabber-r198-release\BugGrabber.lua:552: in function <!BugGrabber\BugGrabber.lua:552>
  3. <in C code>
  4. FrameXML\VoiceChat.lua:230: in function "VoiceChat_Toggle"
  5. FrameXML\FriendsFrame.lua:255: in function <FrameXML\FriendsFrame.lua:254>
  6. <in C code>
  7. FrameXML\UIParent.lua:1843: in function "SetUIPanel"
  8. FrameXML\UIParent.lua:1687: in function "ShowUIPanel"
  9. FrameXML\UIParent.lua:1569: in function <FrameXML\UIParent.lua:1565>
  10. <in C code>
  11. FrameXML\UIParent.lua:2286: in function "ShowUIPanel"
  12. FrameXML\FriendsFrame.lua:1154: in function "ToggleFriendsFrame"
  13. <string>:"TOGGLESOCIAL":1: in function <string>:"TOGGLESOCIAL":1
  14.  
  15. Locals:
  16. nil

Probably a use of another function triggering this voice chat protected thing? Not sure :/

EDIT: Apparently Blizzard gets picky with toggling frames while in combat, does the same for my addon for any frame I try to toggle in combat. It still toggles the frame but you gain a random Lua error.
Last edited by Mayron : 09-18-14 at 01:50 PM.
Report comment to moderator  
Reply With Quote
Unread 10-31-12, 03:12 PM  
Montyburns
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
can you please make a russian localization (ruRU)? This addon is amazing but it doesn't work on my RU client..
Report comment to moderator  
Reply With Quote
Unread 10-18-12, 12:22 PM  
Aalwein
A Flamescale Wyrmkin
 
Aalwein's Avatar
AddOn Author - Click to view AddOns

Forum posts: 147
File comments: 91
Uploads: 1
Originally Posted by Taffu
Originally Posted by bizzy100
A couple of questions. First, how to get rid of the icon before the "Friends:" text? Second, is this the final design version? Because I very much prefer the old version. Both questions apply to the guild plug in as well.

Great addon(s) nonetheless!
The old version used an old tooltip library that was Ace2 based and fairly bloated, and I didn't like the alternatives that were available based on the idea of keeping the AddOn as lightweight as possible with as many features as I could provide. So I created my own Tooltip library that has the same functionality but is lightweight (at the sacrifice of a little bit of info & style).
I, too, preferred the old tooltip. But really all I want from it is the class color and the friend's location.
__________________
Aalwein | Jaberwocky
Die by the Arrow | YouTube | Facebook | Twitter
Report comment to moderator  
Reply With Quote
Unread 10-16-12, 02:41 AM  
Tyranea
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Hi Taffu, is it possible for you to include an option to show this module during combat? You did this for the guild module and i'd really appreciate if you could do it for this module too. Thanks!
Report comment to moderator  
Reply With Quote
Unread 09-10-12, 06:32 PM  
Bentobaku
A Kobold Labourer
 
Bentobaku's Avatar

Forum posts: 1
File comments: 19
Uploads: 0
Same question in line with "old version". Fine with everything, just wondering if we can get class coloring on toon names for RealID/Tags?
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 11:58 AM  
bizzy100
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 1
Originally Posted by Taffu
Originally Posted by bizzy100
A couple of questions. First, how to get rid of the icon before the "Friends:" text? Second, is this the final design version? Because I very much prefer the old version. Both questions apply to the guild plug in as well.

Great addon(s) nonetheless!
The old version used an old tooltip library that was Ace2 based and fairly bloated, and I didn't like the alternatives that were available based on the idea of keeping the AddOn as lightweight as possible with as many features as I could provide. So I created my own Tooltip library that has the same functionality but is lightweight (at the sacrifice of a little bit of info & style).
Alright. Is there any way of getting the old look back though? I don't really mind if it's not lightweight.
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 10:58 AM  
Taffu
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 149
File comments: 422
Uploads: 29
Originally Posted by bizzy100
A couple of questions. First, how to get rid of the icon before the "Friends:" text? Second, is this the final design version? Because I very much prefer the old version. Both questions apply to the guild plug in as well.

Great addon(s) nonetheless!
The old version used an old tooltip library that was Ace2 based and fairly bloated, and I didn't like the alternatives that were available based on the idea of keeping the AddOn as lightweight as possible with as many features as I could provide. So I created my own Tooltip library that has the same functionality but is lightweight (at the sacrifice of a little bit of info & style).
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 10:25 AM  
bizzy100
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 1
A couple of questions. First, how to get rid of the icon before the "Friends:" text? Second, is this the final design version? Because I very much prefer the old version. Both questions apply to the guild plug in as well.

Great addon(s) nonetheless!
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 09:47 AM  
IMulch
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
In case you didn't notice already, BNGetFriendInfo() has been changed with 5.0.4.

"Replaced givenName, surname with presenceName, battleTag, isBattleTagPresence"
source: http://www.wowpedia.org/API_BNGetFriendInfo
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 06:42 AM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Originally Posted by Taffu
Originally Posted by Kazie
Any idea, when 1.0.8 will come?

Even with todays update i still get the errior, after resetting my savedvariables hehe
Sorry, I meant 1.0.4. I'm looking into the issue with it returning booleans instead of names for the BNet API...I'll try to get a working fix done today.
Sounds good! hard to use the addon, when errors destroys the tooltip before it's even up hehe
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 06:28 AM  
Taffu
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 149
File comments: 422
Uploads: 29
Originally Posted by Kazie
Any idea, when 1.0.8 will come?

Even with todays update i still get the errior, after resetting my savedvariables hehe
Sorry, I meant 1.0.4. I'm looking into the issue with it returning booleans instead of names for the BNet API...I'll try to get a working fix done today.
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 06:26 AM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Any idea, when 1.0.8 will come?

Even with todays update i still get the errior, after resetting my savedvariables hehe
Report comment to moderator  
Reply With Quote
Unread 09-01-12, 03:47 AM  
Taffu
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 149
File comments: 422
Uploads: 29
Originally Posted by Kazie
Originally Posted by Console
still not really working with the german client!

please update!
Not working on EN either, so most likely it's just broken because of all the changes to the game.
I'm not having any errors aside from a Battlenet parse error, which should be fixed in 1.0.8. Adding friends works, and it properly reflects my current friendlist.

Regarding locale clients: I have no way to check the accuracy of non-english clients. I assume those who have submitted translations checked before doing so to make sure it was working. If the deDE locale file isn't working, I need the working translations based off the "current enUS" file.
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 06:51 AM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Originally Posted by Console
still not really working with the german client!

please update!
Not working on EN either, so most likely it's just broken because of all the changes to the game.
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.