Closed (fixed)
Project:
Custom Tokens
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 17:18 UTC
Updated:
5 Jul 2011 at 10:32 UTC
Basically, I want to do the exact same thing as this example: http://drupal.org/node/435726, except that I would like a list of the emails of og group members. Is it possible to accomplish this?
If not, how could one go about modifying token_custom to make it og aware?
Comments
Comment #1
hanoiiCustom tokens let you use PHP, and by doing so, you can really do mostly anything, including accessing OG data. I am not familiar with OG that much to advice you on the PHP snippet, but It should be possible.
Comment #3
westie commentedI managed to get this working by following this documentation: http://drupal.org/node/141522
Just put it as a user type.