I created a group, and checked "list in groups directory" box. The group I created was supposed to appear on the list of groups page, but when I clicked the link of the page, the message said " page not found".

Did I miss anything, anybody help? Thanks!!

CommentFileSizeAuthor
#6 og_default_tab.diff1.02 KBtorne

Comments

rob101’s picture

I'm experiencing the same issue. Drupal displays a link to thesite.com/og - but this page is not found.

The README says that there's a few handy tabs at the path 'group'. Does this literally mean thesite.com/group ? This also returns a page not found.

khorby’s picture

I had the same problem last night! I don't know how long it had been there. It's possibly from a module update that I did.

My Solution:
I went into HOME -> ADMINISTER -> SITE BUILDING -> VIEWS

The View for OG has the url OG/ALL

I clicked ADD to overide the view, and changed the URL from OG/ALL to OG

That worked. I had some problems with the menu tabs on the page, so I disabled them in the OG View.

I am by no means an expert at this, but that worked for me. If it doesn't solve your problem, I hope it at least points you in the right direction.

khorby

Anonymous’s picture

Same problem here, additionally the "group" path is missing in addition to "og"
and the links for the tab with "menu_tab_default = TRUE" on both the "og" and "group" based pages are broken as well

og 5.x-2.2
views 5.x-1.6-beta5

Anonymous’s picture

Is this a case of the docs being wrong and a minor bug with the links or is there a larger bug here?

Anonymous’s picture

The most reliable place to find your groups is on your "My account" page.

The groups page (?q=og) has a tab for "My groups", but I've got at least one group that's not being listed here. I'm still trying to determine if that's a problem in the code, or me just doing something wrong.

torne’s picture

Title: Where is og directory? » og menu tab defaults have no menu entries
Status: Active » Needs review
StatusFileSize
new1.02 KB

The fix for http://drupal.org/node/138763 moved the group directory from og/all to og - however, it's still a tab, not a real menu item, so it doesn't show up. The right thing to do appears to be to put it back at og/all and set the default tab parent menu type (as in the attached patch). This makes the 'og' url work again, and show the og/all and og/me tabs. I've also made the same change for the unread posts view, so that the 'group' url also works and appears on the menu.

I'm *pretty* sure this is the right thing to do based on some experimentation with view settings - I copied the changes I'd made back into og_views.inc and nuked the views cache, and it all seems to work as it should.

moshe weitzman’s picture

Status: Needs review » Fixed

i think this is fixed in HEAD and DRUPAL-5. can anyone confirm or deny? requires clear of menu cache and views cache.

Anonymous’s picture

Status: Fixed » Closed (fixed)