Download
(7Kb)
Download
Updated: 10-28-10 02:04 AM
Pictures
File Info
Updated:10-28-10 02:04 AM
Created:10-25-10 09:12 PM
Downloads:2,596
Favorites:17
MD5:

Put Guild Back

Version: 2.1a
by: Nu7a [More]

4 years of guild being in Social menu and they just take it a way?? I DON'T THINK SO

Basically puts guild tabs back in their rightful place.

Thanks to Baine for German Translations (deDE)

2.1a
-Updated frame checking to work with hotkeys

2.1
-Changed tab placement around
-Added German Translation
Optional Files (0)


Post A Reply Comment Options
Unread 11-01-13, 02:11 PM  
Kramarz
A Kobold Labourer

Forum posts: 0
File comments: 194
Uploads: 0
any fox for this?

Date: 2013-11-01 20:09:41
ID: 1
Error occured in: AddOn: PutGuildBack
Count: 1
Message: Error: AddOn PutGuildBack attempted to call a forbidden function (IsDisabledByParentalControls()) from a tainted execution path.
Debug:
[C]: IsDisabledByParentalControls()
..\FrameXML\MainMenuBarMicroButtons.lua:229:
..\FrameXML\MainMenuBarMicroButtons.lua:76
[C]: UpdateMicroButtons()
...terface\AddOns\Blizzard_GuildUI\Blizzard_GuildUI.lua:72:
...terface\AddOns\Blizzard_GuildUI\Blizzard_GuildUI.lua:48
[C]: Show()
..\FrameXML\UIParent.lua:1819: SetUIPanel()
..\FrameXML\UIParent.lua:1663: ShowUIPanel()
..\FrameXML\UIParent.lua:1545:
..\FrameXML\UIParent.lua:1541
[C]: SetAttribute()
..\FrameXML\UIParent.lua:2262: ShowUIPanel()
...terface\AddOns\Blizzard_GuildUI\Blizzard_GuildUI.lua:94: GuildFrame_Toggle()
..\FrameXML\UIParent.lua:567: ToggleGuildFrame()
[string "TOGGLEGUILDTAB"]:1:
[string "TOGGLEGUILDTAB"]:1
Report comment to moderator  
Reply With Quote
Unread 10-30-13, 04:58 AM  
Pixol
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 53
Uploads: 8
5.4.1 Fix for blocked addon messages

Add this block of code to the bottom of "PutGuildBack.lua"
Code:
function ErrorBlock_onEvent(_, _, culprit)
   if (culprit == "PutGuildBack") then
      if (StaticPopup1.data == "PutGuildBack") then
         StaticPopup1:Hide()
      elseif (StaticPopup2.data == "PutGuildBack") then
         StaticPopup2:Hide()
      elseif (StaticPopup3.data == "PutGuildBack") then
         StaticPopup3:Hide()
      elseif (StaticPopup4.data == "PutGuildBack") then
         StaticPopup4:Hide()
      end
   end
end


local PutGuildBack_ErrorBlock = CreateFrame('Frame')
PutGuildBack_ErrorBlock:SetScript('OnEvent', ErrorBlock_onEvent)
PutGuildBack_ErrorBlock:RegisterEvent('ADDON_ACTION_FORBIDDEN')
Report comment to moderator  
Reply With Quote
Unread 05-13-11, 09:28 PM  
Fionn
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 25
Uploads: 1
great addon! thx
Report comment to moderator  
Reply With Quote
Unread 12-01-10, 03:18 PM  
nebula
A Deviate Faerie Dragon
 
nebula's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 72
Uploads: 18
GlobalStrings.lua is your friend. No need to localize stuff Blizzard already has

Code:
PGB_Friends = FRIENDS
PGB_Who = WHO
PGB_Chat = CHAT
PGB_Raid = RAID
PGB_Guild = GUILD_TAB_GUILD_ABBR
PGB_Roster = GUILD_TAB_ROSTER_ABBR
PGB_News = GUILD_TAB_NEWS_ABBR
PGB_Rewards = GUILD_TAB_REWARDS_ABBR
PGB_Info = GUILD_TAB_INFO_ABBR
Although, I'd recommend you local those in PutGuildBack.lua or just use them directly.

As an aside, both GUILD_TAB_x_ABBR and GUILD_TAB_x exist. GUILD_TAB_x_ABBR is used on the tab itself while GUILD_TAB_x is used in the tab's tooltip.

Great idea, thanks for the addon!
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 03:09 AM  
Maziel
A Deviate Faerie Dragon
 
Maziel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 152
Uploads: 7
Originally posted by Nu7a
Its is very possible to do that, I was actually planning on switching it like that before. The only thing is that if I do switch the tabs it will look like " Friends Who Roster Chat Raid" for the top row. The addon as it stands right now is very basic, and Im still trying it out to see how things act, but that will most likely be changed in the next release.

Suggestion:

Rename Roster to Guild
Rename Guild to Events or Perks
Report comment to moderator  
Reply With Quote
Unread 10-27-10, 02:32 PM  
Nu7a
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 45
Uploads: 5
Originally posted by Pseudopod
Thank you. I tried Keeping Tabs but couldn't get used to the side tab concept. Though I'd also like to see the roster instead of the main window when clicking "Guild", to really maintain the original feel, is there a way to switch those around?
Its is very possible to do that, I was actually planning on switching it like that before. The only thing is that if I do switch the tabs it will look like " Friends Who Roster Chat Raid" for the top row. The addon as it stands right now is very basic, and Im still trying it out to see how things act, but that will most likely be changed in the next release.
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 08:20 AM  
Lofarl
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thank you Thank you Thank you Thank you

I love you man.
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 05:06 AM  
Pseudopod
A Deviate Faerie Dragon

Forum posts: 16
File comments: 104
Uploads: 0
Thank you. I tried Keeping Tabs but couldn't get used to the side tab concept. Though I'd also like to see the roster instead of the main window when clicking "Guild", to really maintain the original feel, is there a way to switch those around?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: