Change Log:
--------------------
v.1.3.1
- sorry folks, removed the debug print statements I had left in ><
v.1.3
- updated all icons to be square ones (a couple have changed appearance)
- added the PVP frame to the LFG and LFR tab set
v.1.2
- added support for Dungeon and Raid Finders!
- renamed KeepingTabs.lua to KT_Social.lua
v.1.1
- update TOC for 4.3
- fix tab placement on friends frame (Blizz changed the frame so now the tabs require same x,y coordinates that the guld frame had - imagine that!)
v.1.0
- updated TOC number
v. 0.4
- fixed tabs overlapping the Raid Info panel
v. 0.3
- only create tabs once!
v. 0.2
- code updates/organization
- fix for guild tabard icon
Description:
--------------------
KeepingTabs gives you an easy way to keep tabs on all that is important to you. By adding tabs to the sides of certain frames, it is easier to keep tabs on your friends and guild as well as on your dungeons, raids and pvp. This allows you to use just one keybind for friends/guild and one keybind for dungeons/raid/pvp. It also makes it easier to switch between these (no longer separated) windows.
By default, the new tab for the guild frame opens to the first tab - news and events. If you prefer it to open to the second tab for the roster instead, you may open up KT_Social.lua in any text editor, find this at the very top
--Open directly to the Guild Roster tab
--when switching to the guild frame
local roster = false
------------------------
and change it to true.
The guild tab should act like the guild perks tab in your spellbook and the top-left circle of the Guild UI, where the icon changes to your guild tabard.
If your character is not well-geared enough yet for the new 4.3 raids and/or you wish to open to the Other Raids list when switching to the Raid Finder, there is a setting for that as well at the top of KT_LFGroups.lua.
--Open directly to the Other Raids list tab
--when switching to the raid finder
local otherList = false
------------------------
Change it to true if you want to view that tab instead of the default when opening the frame.
--------------------
v.1.3.1
- sorry folks, removed the debug print statements I had left in ><
v.1.3
- updated all icons to be square ones (a couple have changed appearance)
- added the PVP frame to the LFG and LFR tab set
v.1.2
- added support for Dungeon and Raid Finders!
- renamed KeepingTabs.lua to KT_Social.lua
v.1.1
- update TOC for 4.3
- fix tab placement on friends frame (Blizz changed the frame so now the tabs require same x,y coordinates that the guld frame had - imagine that!)
v.1.0
- updated TOC number
v. 0.4
- fixed tabs overlapping the Raid Info panel
v. 0.3
- only create tabs once!
v. 0.2
- code updates/organization
- fix for guild tabard icon
Description:
--------------------
KeepingTabs gives you an easy way to keep tabs on all that is important to you. By adding tabs to the sides of certain frames, it is easier to keep tabs on your friends and guild as well as on your dungeons, raids and pvp. This allows you to use just one keybind for friends/guild and one keybind for dungeons/raid/pvp. It also makes it easier to switch between these (no longer separated) windows.
By default, the new tab for the guild frame opens to the first tab - news and events. If you prefer it to open to the second tab for the roster instead, you may open up KT_Social.lua in any text editor, find this at the very top
--Open directly to the Guild Roster tab
--when switching to the guild frame
local roster = false
------------------------
and change it to true.
The guild tab should act like the guild perks tab in your spellbook and the top-left circle of the Guild UI, where the icon changes to your guild tabard.
If your character is not well-geared enough yet for the new 4.3 raids and/or you wish to open to the Other Raids list when switching to the Raid Finder, there is a setting for that as well at the top of KT_LFGroups.lua.
--Open directly to the Other Raids list tab
--when switching to the raid finder
local otherList = false
------------------------
Change it to true if you want to view that tab instead of the default when opening the frame.