Broke addon after update
F1T1L opened this issue ยท 11 comments
Hello again, I looked at the syntax and there is a change, the old noteText
is now called notes
.
You can change your format to this instead:
[color=class][=accountName|name][if=characterName] ([=characterName])[/if][/color][if=note|notes] [color=level][=note|notes][/color][/if]
I also combined both note texts into one (so it works for both BNet and WoW friends).
Hello again, I looked at the syntax and there is a change, the old
noteText
is now callednotes
.You can change your format to this instead:
[color=class][=accountName|name][if=characterName] ([=characterName])[/if][/color][if=note|notes] [color=level][=note|notes][/color][/if]
I also combined both note texts into one (so it works for both BNet and WoW friends).
Okey. ty. works)
Thanks a lot for so much testing, very useful information!
You wrote this almost same day as the update, then I did a couple extra updates where I fixed some bugs, that I suspect fixes some of the issues you mention, but not all of them as I just recently got time to read through what you wrote.
If you struggled to "reset" back to normal when you got into the empty format UI where the input box is not visible at all you can always reset the addon to the standard using /run FriendListColorsDB=nil ReloadUI()
but hopefully you got it sorted since this was 10 days ago.
Befor update same code: [color=class][=accountName|name][if=characterName] ([=characterName])[/if][/color][if=noteText] [color=level][=noteText][/color][/if][if=notes] [color=level][=notes][/color][/if]
looks like:
code not working after update:
so now i use old vers.:
Plz fix it.
Still not working.