Noticing something weird. When I have an organic group audience assigned to the node it does not display the title (and also list the tags in the 'submitted' section)
Such as this example: http://www.patriotguide.com/change/2009/08/24/veteran-rips-congressman-b...
Whereas, a node that does not have an organic group defined works fine...
http://www.patriotguide.com/change/node/4201
http://www.patriotguide.com/change/videos/home <-- you can use the filter at the bottom to look at the video/node profiles to illustrate how nodes assigned to chapters loose the title...
I looked at the node.tpl but don't see any reason why this should be occurring.
The Organic Groups module overrides node.tpl.php with it's own template and classes, which is why the styling isn't showing up as you'd expect. You'll notice it in the teaser nodes too - it's the same reason the teasers aren't styled like the others. You'd have to copy the whatever template file OG is using over to the theme directory and structure/code it to include the same IDs and classes as node.tpl.php.
thanks so much again,
i just copied the content from smooth's theme node.tpl, replacing the content inside of modules\og\theme\node-og-group-post.tpl.php and worked great.




