By storbaek on
I've been reading a lot about OG on drupal, but cannot get it right. Printing print $content gives me all things, but I've like to move things around. I've been testing a hundred things to print the group title, when it was submitted, tabs, description, and some rating information from another module, but it's not printed. print $title gives me the node title, but I would like to print group titles etc..
Any ideas?
Comments
$title is Group TItle
Use Drupal API Docs to find out. Most of the things you require are in the generic node module as all Groups are treated as nodes. You would have to open the code for the ratings module and see the field names they are using for the rating.