Questions About OG Vocab and Templating

Events happening in the community are now at Drupal community events on www.drupal.org.
garynuzzi's picture

I'm looking to try to replicate a bit of what is done here at groups.drupal.org. That bit that I wish to replicate is the display on the post that reads: group: group name and whether private or public. Any advice to how to accomplish this, which variables are used, etc, would be of great help.

Thanks.

Comments

template files

moshe weitzman's picture

you have to edit node.tpl.php. see the theme instructions in the README that comes with og. also see the example node.tpl.php in og package.

I tried that, tested by just

garynuzzi's picture

I tried that, tested by just uploading the tpl included with the OG example, however it has no effect. Does this work with Garland?