I'm having an odd problem when I attempt to overrride the default view for group homepages (og_ghp_ron). I want to create a view that displays the page title (as a link) in addition to View, Edit, and Delete links in a table.

I know how to create this using Views, but when I go to a group homepage the page titles do not display at all. (The other links display as they should.) When I view the source code I see the following:

<td class="view-field view-field-node-title"><a href="/title-test"></a></td>

Between the anchor tags the page title (in this case "Title Test") should appear. The link indicates to me that Views is attempting to add the title to the page, as it is grabbing the correct link to the page, but it isn't getting the title itself. The same happens when displaying the fields in List View. It seems that for the Full Node and Teaser List views, the page title displays correctly; it is in the Table and List Views that the title does not appear.

I can create a separate view that does NOT override og_ghp_ron and that does display the title correctly, but I would prefer to overrride og_ghp_ron. Is there some simple tweaking that I need to do? Or is this an issue with Views (or OG)?