Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm trying to get acidfree albums inside organic groups, but it doesn't seem to be working. I can create the Acidfree content, but when I look at the group hompage, it states: no posts in this group.
Okay, it appears I broke the forums on my site. I had mistakenly enabled forums, then disabled them and deleted the forum category, thinking the client didn't want forums. Then they did, and I enabled them again. But now they don't work. (And yes, the comment module is active.)
As a newbe, let me first say, this CMS is really amazing. I have been looking at quite a few of them, and this one seems to have a great community associated with it.
I have been scouring these forums looking for information, and perhaps someone can point me to the right posts. I would really like to customize the Chameleon theme. I picked that one, because it seems very clean and simple to begin with.
I really like Drupal and think it's awesome. There's a feature, however, that I envy of Wordpress users. I've noticed that they get categories, a feature I'd really like to incorporate into my site, The Teen Podcaster's Network. Please e-mail me at michael@teenpodcasters.com if you respond to this.
// when you view a group, you really see some facts about the group in a block and then lists of nodes affiliated with that group.
// each of these lists is presented by default in a table, although that can be changed by the theme
function og_view(&$node, $teaser = FALSE, $page = FALSE) {
$node = theme('og_view', $node, $teaser, $page);
return $node;
}