Addon which enhances all user profiles of confluence. It also adds an advanced people directory. The whole addon is configurable by means of an XML, can be localized, supports Velocity templates and supports view and edit restrictions.
Hi community!
I know, how to get information from confluence meta data like
remoteUser = AJS.$("meta[name='ajs-remote-user']").attr('content');
but how can i get additional values from adam plugin?
This
connection = AJS.$("meta[name='org.echocat.adam.connection']").attr('content');
does not work.
Regards
werner
@pick-noteborn currently this feature is not implemented. If you want this create a feature request for it with more details (examples, ...) or create it by you own via pull request. 😺
Hi community! I know, how to get information from confluence meta data like remoteUser = AJS.$("meta[name='ajs-remote-user']").attr('content'); but how can i get additional values from adam plugin? This connection = AJS.$("meta[name='org.echocat.adam.connection']").attr('content'); does not work. Regards werner