Thread Tools Display Modes
07-07-12, 12:19 PM   #1
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
BattleNetFeed

Yay, finally pushing a silly release on BNF:

http://www.wowinterface.com/download...leNetFeed.html



Here's a 'facebook status' type addon for your battle.net friends status messages. Only displays when your social window is open. Clicking on an online friends' status will whisper them. The window height will automatically adjust to the number of current statuses from your friends. Please leave your feedback!

I intend to add a mouseover 'history' tooltip to see old friend statuses which will also work with your actual friends list and not just the BNF window. Perhaps a history browser in the future (only on request).

Full ace config will probably come along eventually if people find interest otherwise it'll be just a simple addon for a few users.

Just a very very basic idea right now but it's fully functional. Been taking my time getting this released.

Some window settings are available for tweaking, just open up the 'BattleNetFeed.lua' file with notepad and change some values around where marked:

Lua Code:
  1. --[[ Temporary Config Table ]] --
  2.  
  3. local Width = 220 -- Default 220 - Window width
  4. local Buttons = 6 -- Default 6 - Button amount
  5. local ButtonHeight = 40 -- Default 40
  6. -- Font settings
  7. local font = "FONTS\\arialn.ttf" -- Default "FONTS\\arialn.ttf"
  8. local NameSize = 9 -- Default 9
  9. local MessageSize = 7 -- Default 7
  10. local TimeSize = 7 -- Default 7
  11. local OnlineSize = 6 -- Default 6
  12. -- Placement
  13. local offsetx = 0 -- Window offset x
  14. local offsety = -35 -- Window offest y
  15. local padding = 1 -- Button Spacing
  16.  
  17. --[[ Don't Change after this point ]]--

There is also a test mode to see what your window will look like with full buttons shown with the slash command:
Code:
/bnf test
Thank you for any and all feedback! I love you guys!

Also feel free to follow my blog: http://suicidalkatt.eternal-design.net

Last edited by suicidalkatt : 07-07-12 at 12:30 PM.
  Reply With Quote
07-12-12, 03:25 AM   #2
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Any and all feedback is appreciated!
  Reply With Quote
07-12-12, 05:07 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I don't use Real ID, so I can't comment on the actual functionality, but you might try making your panel look more like the default UI, and attach it to the friends frame better. For example, you could attach it to the right side of the friends frame, and make it look more like the faction info panel that pops out of the right side of the reputations frame when you click on a faction.

Actually, this would be a good idea for a better version of the ugly and annoying "friends info tooltip" in general...
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
07-13-12, 08:46 AM   #4
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by Phanx View Post
I don't use Real ID, so I can't comment on the actual functionality, but you might try making your panel look more like the default UI, and attach it to the friends frame better. For example, you could attach it to the right side of the friends frame, and make it look more like the faction info panel that pops out of the right side of the reputations frame when you click on a faction.

Actually, this would be a good idea for a better version of the ugly and annoying "friends info tooltip" in general...
Yea I kinda like that idea. Much better place for it. I'll have to hide the frame when raid info is shown, but other than that it looks nice there.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » BattleNetFeed


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