Friend List Colors

Friend List Colors

172k Downloads

Broke addon after update

F1T1L opened this issue ยท 11 comments

commented

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:

image

code not working after update:
image

so now i use old vers.:

image

Plz fix it.

commented

also does not support multi line notes:
image

maybe it s good)

commented

also if i delete code - i do not see field where i can write. its confuse =(
image

one solution: template text like:"Write your code" if the field is empty.

commented

also add maybe profiles or layouts with good codes for friend list. will be nice :D

commented

also when i write code i cant even add paragraph /go next string so my code unreadable =(
in example looks fine. but i can write same way and turns out to be a messy mess
image

commented

also code: [if=notes] [color=level][=notes][/color][/if]
do not apply color at offline ppls or who not in any game.

image
looks more like porridge =)

commented

also there 1 bugg.
image

If i add + at the end of string - code shows him self :D

commented

also add a button like: SAVE or SAVE + RELOAD inside. because it's not obvious that you have to press Enter at the end of the line to save the code!! even these buttons do not help
image

commented

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).

image

commented

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).

image

Okey. ty. works)

commented

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.

commented

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:

image

code not working after update: image

so now i use old vers.:

image

Plz fix it.

image
image

Still not working.