Download
(10 Kb)
Download
Updated: 03-25-13 04:32 AM
Pictures
File Info
Compatibility:
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:03-25-13 04:32 AM
Created:03-28-09 07:36 AM
Downloads:14,282
Favorites:90
MD5:
nUI : InfoPanel [GuildChat]  Popular! (More than 5000 hits)
Version: 5.2.0.16733.01
by: Xrystal [More]


This InfoPanel Plugin allows the user to have their guild related chat in a separate screen accessible as required. This one is using panel 15. Where identifiable it will use the last chat frame it used in an earlier game session otherwise it will use another window.

Tested Environments
nUI+ 5.07.29 with WOW 5.2.0

Slash Commands
Slash commands listed below will disable the plugin ready for removal of the addon. You can re-enable it again if you change your mind before logging out.

/nuigc enable - to enable it
/nuigc disable - to disable it

Localisations Available
enUS - US English
enGB - UK English
deDE - Deutsche ( German ) - Sanasi
esES - Espanol ( Spanish ) - jsr1976

If you wish to add your localization please post a copy of your translation with the localization code you use and I will endeavor to include it at the earliest convenience.

Known Caveats

You are limited to 10 chatframe windows ( including the combat log ) and thus it is suggested that when you first decide to use this addon that you see if there are some chat frames no longer required that can be removed.

Support Links
Bug Reports
Feature Requests

Version: 5.1.0.16309.01
Changes Made:
- Changed TOC to reflect 5.1 compatibility

Version: 5.0.4.16016.120829.01
Features Available :
- Creates a new chat frame if one is available
- Only displays guild related messages
- Shares chat frame knowledge with nUI_Infopanel_Chat and nUI_Infopanel_Whispers
- Uses infopanel 15
Slash Commands Available :
- /nuigc enable - enable the plugin
- /nuigc disable - disable the plugin
Localization Available :
- enUS
- enGB
- deDE (Sanasi)
- esES (jsr1976)
Optional Files (0)


Archived Files (19)
File Name
Version
Size
Author
Date
5.1.0.16309.01
10kB
Xrystal
12-02-12 06:35 AM
5.0.4.16016.120
10kB
Xrystal
08-29-12 07:14 AM
3.01.01
12kB
Xrystal
07-22-12 11:31 AM
3.01.00
12kB
Xrystal
07-02-12 04:55 PM
2.05.00
11kB
Xrystal
12-02-11 03:41 PM
2.04.00
11kB
Xrystal
06-29-11 03:23 PM
2.03.00
12kB
Xrystal
10-14-10 11:44 AM
2.02.01
12kB
Xrystal
06-29-10 08:40 AM
2.02.00
11kB
Xrystal
06-25-10 04:47 PM
2.01.05
9kB
Xrystal
01-26-10 06:51 AM
2.01.04
8kB
Xrystal
01-24-10 02:08 PM
2.01.03
8kB
Xrystal
12-15-09 12:40 PM
2.01.02
8kB
Xrystal
08-06-09 10:11 AM
2.01.01
8kB
Xrystal
05-18-09 11:31 AM
2.01.00
7kB
Xrystal
05-08-09 04:23 PM
1.02.02
6kB
Xrystal
04-26-09 07:47 PM
1.02.01
6kB
Xrystal
04-17-09 12:57 AM
1.02.00
6kB
Xrystal
04-15-09 06:02 PM
1.01.00
6kB
Xrystal
03-28-09 07:36 AM


Post A Reply Comment Options
Old 10-04-12, 05:19 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Oh I see what you are trying to do.

You need to use the regular Chat plugin to utilise all those messages at the same time.

GuildChat is hardcoded to reset to only receive guild related messages.
Whispers is hardcoded to reset to only receive personal messages such as whispers and battlenet messages.
Chat is coded to save your settings so that you can choose what messages display in its right hand window.

So try nUI : Infopanel [Chat] and set it up with the message types you want to recieve and the settings should stay active between sessions.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 10-04-12, 05:14 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Hmm, I've not noticed it not working on my end. Please do let me know what you end up doing.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 10-04-12, 02:23 AM  
Bad2ZBones
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Originally Posted by Bad2ZBones
Hi,

I have added the following lines to lua file but I only get the Guild message, not the whispers, raid or group messages.

-- Then Add the ones we want to track
ChatFrame_AddMessageGroup(addonData.ChatFrame, "GUILD");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "OFFICER");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "GUILD_ACHIEVEMENT");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "RAID");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "RAID_LEADER");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "PARTY");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "PARTY_LEADER");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "WHISPER");


It used to work with earlier version of code.

ANy hints ?

Thanks and Regards
Just found out there is 2 locations for this.

One within "local function nUI_InfoPanel_GuildChat_OnEvent", the other within "plugin.setEnabled = function( enabled )".

Will add in both and check results
Bad2ZBones is offline Report comment to moderator  
Reply With Quote
Old 10-04-12, 02:16 AM  
Bad2ZBones
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Hi,

I have added the following lines to lua file but I only get the Guild message, not the whispers, raid or group messages.

-- Then Add the ones we want to track
ChatFrame_AddMessageGroup(addonData.ChatFrame, "GUILD");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "OFFICER");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "GUILD_ACHIEVEMENT");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "RAID");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "RAID_LEADER");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "PARTY");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "PARTY_LEADER");
ChatFrame_AddMessageGroup(addonData.ChatFrame, "WHISPER");


It used to work with earlier version of code.

ANy hints ?

Thanks and Regards
Bad2ZBones is offline Report comment to moderator  
Reply With Quote
Old 07-22-12, 11:34 AM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Guild Events now showing in Calendar as of 3.01.01 version.

Finally tracked down what out of the many changes I made in my rewrite that caused the problem.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 07-10-12, 09:24 PM  
Vrallox
A Deviate Faerie Dragon

Forum posts: 10
File comments: 6
Uploads: 0
Thanks for checking it out. I've been using your great [Chat] plugin for my new guild window so thanks for that as well.
Vrallox is offline Report comment to moderator  
Reply With Quote
Old 07-10-12, 05:50 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Well I had a look into it and can see what you're saying but cannot see any reason it would happen but seeing as they both are guild related I can assume that the problem will be linked to the guild somwhere. Will try again another day.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 07-06-12, 12:39 AM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Hmm, strange. I don't believe I added any calendar related code into the works. I'll look into it and see what happened.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 07-05-12, 11:30 PM  
Vrallox
A Deviate Faerie Dragon

Forum posts: 10
File comments: 6
Uploads: 0
For some odd reason the latest version hides all player events on my calendar.
Vrallox is offline Report comment to moderator  
Reply With Quote
Old 10-14-10, 11:45 AM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Patch 4.0.1 Compatibility Update

Due to changes Blizzard finalised in the use of global variables such as event, arg1,arg2 etc used in many addons were finally removed from the system and addons using them without defining them broke. Such as a few of my own addons I thought I had already fixed to work with the new rules but alas

It now seems to work with the new changes.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 06-26-10, 06:53 PM  
inteller3271
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Tyvm, for the quick fixes, so far so good.
inteller3271 is offline Report comment to moderator  
Reply With Quote
Old 06-25-10, 02:57 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
v2.02.00 Update

Very shortly I will be posting an update to both the addon's description and the file changes itself.

The addon has gone through a significant change behind the scenes with both a rewrite of sorts to include new functionality available to the developer as well as incorporation of the much needed changes brought on by the 3.3.5 patch for the US servers.

As per the original idea this automatically puts your guild chat in a new window and monitors guild affiliation to update the tab appropriately.

What is done different in this version is that it also changes the chat tab to just say "Guild Chat" if not recognised as being in a guild ( this sometimes happens first time you log in ) and Guild Chat: [GuildName] (online/total) if you are found to be in a guild. Any guild related event is watched and a roster check is made to update accordingly.

As I posted in the Whispers update notes this tracks a flag showing that it is an infopanel chatframe and thus not available for another infopanel addon ( that uses the flag as well ) to use. While it doesn't break the addon it does stop it from doing what it is supposed to do.

I have done as many tests that I could think of for both in guild and out of guild but cannot see anything untoward happening that isn't already covered in the whispers page.

Expect to see the update shortly once I have made my documentation up.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Last edited by Xrystal : 06-25-10 at 02:57 PM.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 06-22-10, 12:06 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
3.3.5 Chat Changes and its effects on this addon

3.3.5 Chat Frame Changes
  • Players can now right-click on any chat type (Whisper, Trade, General, Party, Raid, etc.) and choose to move conversation types into separate windows. This will move that chat type to a separate tab in the Chat frame which can be undocked and moved anywhere on the screen.
    • Using the Move to Whisper Window option on a Whisper will place the conversation with that player in a separate tab.
    • Any time a conversation with another player is put into its own tab, the tab will glow when a new message is received.
  • Hovering over the Chat Frame and using the mouse wheel will allow players to scroll through chat text.
  • Players can select Classic Mode under Interface Options to keep the Chat Frame functionality closer to what it was prior to patch 3.3.5.
  • The Simple Chat User Interface option has been removed.

As you can see they have done alot of changes to how the chat system works. And this is the view for the users. Believe me there are a lot of behind the scene changes as well. While it has only partially broken my chat plugins it has made them react strangely. I was in the process of making more extensive changes to the addons when the patch hit so once I can get on a server to test and apply them I will introduce a fix to at least stop crashing of the nUI system due to the extra frames they have created.

In the mean time I would suggest doing without these addons for a while and see how the new chat system works to how you want. At the first opportunity I will try to incorporate the changes into the addons so they at least look presentable rofl. While I work on a new and improved chat system if Scott doesn't for nUI in general.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 05-08-10, 02:46 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 5046
File comments: 262
Uploads: 24
Re: Spam

Originally posted by werkware
Love the 1000's of spam i got for signing up for the full program
I assume you mean nUI ? If you mean this addon what do you mean by full ? There is only one version of guildchat plugin.

Unfortunately I didn't write nUI. You might want to put this comment in the nUI forums instead of a users addon page.

That said, the only mails I get from him are messages alerting to an update to the addon. I rarely if at all get anything else sent from Scott.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 05-08-10, 11:45 AM  
werkware
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Spam

Love the 1000's of spam i got for signing up for the full program
werkware is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: