Get an Epic Experience with Premium

Titan Panel [Social]

Chat & Communication Login to Add Favorites
  • 11 Likes
  • World of Warcraft
  • 2,283 Monthly Downloads
  • Supports: 5.2.0
  • 271,077 Total Downloads
  • Updated 03/07/2013
  • Created 10/13/2010
  • 443 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: MIT License
  • Newest File: 5.2r22-release
or

About Titan Panel [Social]

Titan Social

Combined RealID, Friends, and Guild plugin for Titan Panel.

About Titan Social

Titan Social is a Titan Panel plugin that combines all of your social interactions into one convenient tooltip! The end goal is to have a fully customizable and stylish display both on the Titan bar, and the plugin tool tip, while maintaining a low resource overhead and consolidation of social features. Titan Social will allow you to see at a glance who is online, and streamline your communications process in-game.

Usage

You can customize which social section(s) you would like to be displayed through TitanSocial by right-clicking on the Plugin and checking/unchecking each option. The RealID, Friends, and Guild components work independently of each other, if you do not want to see/display them. RealID and Guild are unavailable if your Battle.net account is not RealID-enabled, and if you are not a member of a guild, respectively.

Development Status

Titan Social is currently in final beta testing phase. A final version has been released. Please submit any bugs or features requests on CurseForge.

Known Issues

No known issues.

Settings/Options/Localization

You can customize which social functions you would like to see on the titan bar and tooltip through the plugin configuration. These settings are saved per-character. You can also disable the icon or label as desired. TitanSocial is currently localized for enUS, and frFR. Partially localized for deDE. Currently looking for translators for esES, ruRU, and deDE.

Feedback

I'm always looking for feedback, please comment or report issues here, or (preferred) submit a ticket on this projects CurseForge page.

------------------------------------------------------------------------
r134 | eridius | 2013-03-08 03:56:59 +0000 (Fri, 08 Mar 2013) | 1 line
Changed paths:
   A /tags/5.2r22-release (from /trunk:133)

Tagging as 5.2r22-release
------------------------------------------------------------------------
r133 | eridius | 2013-03-08 03:55:57 +0000 (Fri, 08 Mar 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/TitanSocial.toc

Bump version to 5.2r22
------------------------------------------------------------------------
r132 | eridius | 2013-03-07 21:21:58 +0000 (Thu, 07 Mar 2013) | 3 lines
Changed paths:
   M /trunk/tooltip.lua

Handle nil backdrop on GameTooltip

Fixes #23.
------------------------------------------------------------------------
r130 | eridius | 2013-03-06 06:29:03 +0000 (Wed, 06 Mar 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/TitanSocial.toc

Version should be 5.2r21, not 5.1r21
------------------------------------------------------------------------
r129 | eridius | 2013-03-06 06:28:12 +0000 (Wed, 06 Mar 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/TitanSocial.toc

Bump toc for 5.2
------------------------------------------------------------------------
r127 | eridius | 2013-03-01 05:18:33 +0000 (Fri, 01 Mar 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/TitanSocial.toc

Bump version to r20
------------------------------------------------------------------------
r126 | eridius | 2013-03-01 05:18:28 +0000 (Fri, 01 Mar 2013) | 4 lines
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/TitanSocial.xml
   M /trunk/localization.lua

Add a new option for Tooltip Interaction

The new Tooltip Interaction option allows you to disable tooltip
interaction entirely, or to disable it only while in combat.
------------------------------------------------------------------------
r123 | eridius | 2013-02-18 08:12:53 +0000 (Mon, 18 Feb 2013) | 4 lines
Changed paths:
   M /trunk/TitanSocial.lua

Add a faction indicator for Neutral

Pandarens on The Wandering Isle are Neutral instead of Horde or
Alliance. Show the generic Battle.net WoW icon for them.
------------------------------------------------------------------------
r122 | eridius | 2013-02-17 01:29:32 +0000 (Sun, 17 Feb 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua

Show faction indicator for Also Playing lines
------------------------------------------------------------------------
r120 | eridius | 2013-02-10 01:49:42 +0000 (Sun, 10 Feb 2013) | 7 lines
Changed paths:
   M /trunk/tooltip.lua

Refactor scrolling and clamp to screen

Don't recalculate the scrolling stuff on every new line, just when the
tooltip is about to render.

Keep the tooltip from going off the edge of the screen if possible.
Screen clamps are only calculated when the tooltip is modified.
------------------------------------------------------------------------
r119 | eridius | 2013-02-09 21:53:51 +0000 (Sat, 09 Feb 2013) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Forgot to update the .pkgmeta
------------------------------------------------------------------------
r118 | eridius | 2013-02-09 21:53:20 +0000 (Sat, 09 Feb 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/tooltip.lua

Bring back tooltip scrolling
------------------------------------------------------------------------
r117 | eridius | 2013-02-09 21:53:16 +0000 (Sat, 09 Feb 2013) | 1 line
Changed paths:
   M /trunk/TitanSocial.lua

Register for battle.net broadcasts
------------------------------------------------------------------------
r116 | eridius | 2013-02-09 21:53:12 +0000 (Sat, 09 Feb 2013) | 15 lines
Changed paths:
   M /trunk/TitanSocial.lua
   M /trunk/TitanSocial.xml
   A /trunk/tooltip.lua

Ditch LibQTip for a custom-written tooltip

We need a proper 4-column display to get layout to work properly, but
LibQTip has a couple of bugs and deficiencies that prevent us from using
it with anything but a 2-column display. Unfortunately LibQTip is a
closed project and the maintainer doesn't have the time to actually
review patches, so we can't get the required changes in to LibQTip.

Instead, create our own tooltip API that's designed for just the
functionality we need. It uses frame recycling and should look the same
as LibQTip, but without all of the extra complexity from LibQTip we
weren't using, and without the bugs.

Scrolling support is gone. I haven't decided if this is going to be
restored.
------------------------------------------------------------------------
r115 | eridius | 2013-01-27 23:02:10 +0000 (Sun, 27 Jan 2013) | 13 lines
Changed paths:
   M /trunk/TitanSocial.lua

Protect better against GUILD_ROSTER_UPDATE recursion

Toggling the offline state of the guild roster can trigger additional
GUILD_ROSTER_UPDATE events. We were protecting against recursive events
triggered by ourselves, but not against events triggered by other
addons. Notably, IdiotCheck can cause infinite recursion if you're a
member of a guild where nobody has a profession.

To protect against this, use OnUpdate() on a new frame to mark where
frame boundaries lie, so we can avoid processing GUILD_ROSTER_UPDATE
more than once in a given frame.

Fixes ticket #22.
------------------------------------------------------------------------

Comments

First Previous Page 1 of 9 Next Last
  • #128

    I love this addon and all and tend to keep it in the middle of my titan bar. However, I do love the new update and that you can click on people for whisper..however, I constantly hover over it during combat by accident and now no longer will it go away instead I have a tendancy to click on people. Is there a way to remove the option to click on people and go back to the way it was before?

  • #130

    Ok, try 5.1r20-release. It has an option to disable tooltip interaction entirely, or to disable it only while in combat.

    Last edited by eridius on 3/2/2013 2:40:39 AM
  • #134

    OK, see what you mean, I was expecting something like "not having this window pop on my screen while in combat if my mouse unfortunately goes there" :)

  • #133

    It doesn't disable the tooltip in combat, it just disables tooltip interaction. Normally if you mouse over TitanSocial to show the tooltip, then mouse down over the tooltip itself, the tooltip stays visible and you can click, alt-click, and right-click on players in the tooltip. But with tooltip interaction disabled, when you mouse down over the tooltip, it disappears again exactly as it used to before tooltip interaction was implemented.

  • #132

    Very useful addon, however the option (version 5.2 r22) for disabling tooltip while in combat doesn't seem to work ?

  • #131
    Quote from eridius »

    Ok, try 5.1r20-release. It has an option to dsiable tooltip interaction entirely, or to disable it only while in combat.

    Wow is all I have to say. Completely love it again in an updated state! I wasn't expecting that out of combat only interaction, but has added to the effectiveness of the addon. Thank you! :)

  • #129

    Sure, I can add an option for that.

  • #122

    Recently converting back from FuBar to Titan. I have to say this is the best Titan guild/friends display I've found so far.. but I find it very far behind what GuildFu had for features. Are there any chances you would be willing to incorporate such features as sorting options by class, level, rank? Or how about being able to click individual guild/friends member names to whisper them/Ctrl+click to invite to group? Finally I find it tremendously helpful when building a group that GuildFu puts a marker next to anybody in the guild list that is in my group.

    Hoping this addon is maintained and updated as much as the rest I've found for Titan! Incorporating a few of the above mentioned features should really make this the stand out choice for Titan social display!

    Last edited by Moobu on 10/27/2012 1:54:46 AM
  • #127

    5.1r19-beta has everything else you asked for (although it uses alt-click instead of ctrl-click for invite).

  • #126

    5.1r17-release implements guild member sorting and showing group membership. Besides wanting to be able to mouseover and click entries in the list, is there anything else you find missing?

  • #123

    Hi Moobu,

    Thanks for the support! We've seen a few requests for similar features, but I can't give any estimate of when/if they will be added. We'll definately look into it though!

    Sorting in TitanSocial is actually dependent on how you sort your guild roster pane. If you choose to sort the guild pane by Rank, Class, Level, etc, TitanSocial will reflect this ranking order in the guild section of the tooltip.

    Cheers!

  • #124

    That's good to know. I'd like to see the sorting incorporated into the options menu personally. I would have never guessed I could sort that way. I really  hope that your team considers making the addon itself more interactive because it was so nice being able to whisper people from the guild list!

  • #115

    For me the tooltip is not working in 5.0r13. It pops up and shows the headline "Social" and below only the following line:

    Interface\Addons\TitanSocial\TitanSocial.lua:52: attempt to index field '?' (a nil value)

    I am using the german game client, if that helps. On click it still opens both the guild window and the friends window, as expected.

     

    Cheers

  • #121

    Same exact error here.

    German Client too.

  • #120

    Same here, russian client. Sometimes it shows the roster, maybe it's connected with monks online.

    Last edited by Valky on 9/28/2012 10:58:47 AM
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!