Writing an extension would be the best way to check for group membership, it's certainly on my TODO list.
Until then, what I've done is used Extension:External_Data to do a SQL query against the wiki's database for groups. http://www.mediawiki.org/wiki/Extension:External_Data Of course embedding SQL queries into your pages will slow them down, so use with care. - Olivier Finlay Beaton On Sun, Nov 27, 2011 at 1:57 AM, K. Peachey <[email protected]> wrote: > I don't think there is anything currently like that implemented in > ParserFunctions due to caching issues that would arise from that I > believe. > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
