View Jeroen Dalsem's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hi Jeroen,
First of all, many thanks for all these great plugins!
However, I noticed a small compatibility issue between Tag tools and Profile manager plugins.
After the creation of a group profile field with a "Field type" set to "tags" and "show on profile as tags" flag set to "yes", I expected the tag tools autocomplete feature to suggest the content of this new group profile field. But it is not.
I also checked with a tag user profile field, but same issue: no suggestion from tag tools.
After a few investigations, I noticed that in autocomplete.php file, the SQL request is only working for metastring_id "tags", but not for "output_as_tags" fields which have different "metastring_id"s.
I am searching for a workaround in the SQL request, but maybe a fix in profile manager would be better?
Could you please suggest an easy workaround to implement until we get an official fix,
Olivier
This issue seems related to the way group profile and user profile tags are stored in the database, a different way than other entity tags.
To workaround the issue, I added the "group tags" for instance (same name as in profile manager) in the tag tools autocomplete SQL request (in autocomplete.php):
This is not generic at all, but it works.