Thread Tools Display Modes
10-25-14, 03:02 AM   #1
drsouthall
A Defias Bandit
Join Date: Feb 2013
Posts: 3
GuildGreet Extended & nibRealUI Conflict

Hi I'd like to use

GuildGreet Extended


with real UI but found conflict with nibRealUI that is preventing GGE putting guild members who come online into its onscreen list.

So I disabled addons one by one and logged a guild character in and out from another account and tracked it to nibRealUI and confirmed by disabling all addons and just clicking on nibRealUI and GGE which also switched on automatically

Bartender4
ButtonFacade
Masque
Raven
SharedMedia

Screenshot

Notice above the red GuildGreet 6.01 box nothing is displayed when Petitemorte comes online - I then disable nibRealUI only and relogged Petitemorte as you can see from Screenshot the amber Petitemorte is displayed.

i had taintlogging enabled during the process of logging in on Petitemorte with nibRealUI enabled.

Taintlog

Thanks for your attention.

Regards Dave

PS Further info - disabled in advanced settings/ modules /chat extras the "strings" tick which has resolved the conflict for now.

Last edited by drsouthall : 10-25-14 at 03:20 AM. Reason: Further Info
  Reply With Quote
10-25-14, 03:41 AM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
GuildGreet is likely parsing the chat window for specific text to determine if someone has come online / gone offline, so the Chat module modifying those strings causes the conflict. I will add an exception in to the Strings code to fix this.
  Reply With Quote
10-25-14, 05:41 AM   #3
drsouthall
A Defias Bandit
Join Date: Feb 2013
Posts: 3
Originally Posted by Nibelheim View Post
GuildGreet is likely parsing the chat window for specific text to determine if someone has come online / gone offline, so the Chat module modifying those strings causes the conflict. I will add an exception in to the Strings code to fix this.
Thanks nib your the best.
  Reply With Quote
10-26-14, 09:52 AM   #4
Luzisto
A Defias Bandit
Join Date: Jan 2014
Posts: 2
Hi,

i have changed the line

Code:
GLDG_ONLINE 		= ".*%[(.+)%]%S*"..string.sub(ERR_FRIEND_ONLINE_SS, 20)
to

Code:
GLDG_ONLINE 		= ".*%[(.+)%]%S*"..string.sub(string.gsub(ERR_FRIEND_ONLINE_SS, "|cff00ff00online|r", "online"), 20) -- fix for RealUI 8 users
in GuildGreet.lua.

Please test GuildGreet-6.0.2-3-g41c6088.zip.


Regards Luzisto
(Sorry for my bad english)

Last edited by Luzisto : 10-26-14 at 10:04 AM. Reason: corrected version
  Reply With Quote
10-29-14, 07:04 AM   #5
Luzisto
A Defias Bandit
Join Date: Jan 2014
Posts: 2
Originally Posted by Nibelheim View Post
GuildGreet is likely parsing the chat window for specific text to determine if someone has come online / gone offline, so the Chat module modifying those strings causes the conflict. I will add an exception in to the Strings code to fix this.
I have found the error in GuidGreet.
You don't have to change anything at RealUI.

Starting with version 6.0.2-5-g559519b, it should now work correctly.


Regards Luzisto
(Sorry for my bad english)
  Reply With Quote
10-29-14, 02:17 PM   #6
drsouthall
A Defias Bandit
Join Date: Feb 2013
Posts: 3
Originally Posted by Luzisto View Post
I have found the error in GuidGreet.
You don't have to change anything at RealUI.

Starting with version 6.0.2-5-g559519b, it should now work correctly.


Regards Luzisto
(Sorry for my bad english)
I have tested this and can confirm everything now works as it should thanks everyone
  Reply With Quote

WoWInterface » Featured Projects » RealUI » GuildGreet Extended & nibRealUI Conflict

Thread Tools
Display Modes

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