Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
DisplayName
judgej
✭
DisplayName
0
Comments
Any theme will do, but it does need some small additions added to some templates - see default.php for further info (I'll write this up properly soon).
Warning: Unexpected character in input: '' (ASCII=29) state=1 in /home/yann/projects/vanilla/public_html/extensions/DisplayName/default.php on line 69
Which was due to a ^] inserted at the end of the line. Removing that character made things work fine.
All is fine and addon works as advertised.
Still, there is (yet another) bug in there. It does not do UTF-8 names. Once I have worked out how to fix it, I'll post here again.
The "^]" you found - are you sure it is in the original download and is not something you introduced using vi? Line 69 is a comment, and I cannot find any control characters in it.
As for searching on names - that would be complicated. The search and the use of login IDs for displayed names is so locked into the core of Vanilla, that it would require many core changes in many places, and is not something that a plugin can easily perform. Of course, if Vanilla were to split the search functionality into two halves: an API and a front-end search plugin, then perhaps this would be possible.
Similarly, a core API for returning the display name of a user would be helpful by allowing the names to be decoded in one place.
I think Vanilla took the decision that personal names are private and logins are public. Personally I believe it should have been the other way around.
-- Jason
If you have any luck in finding what the problem is, or find that it is actually another plugin, please let us know.
-- Jason