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!!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | og_default_tab.diff | 1.02 KB | torne |
Comments
Comment #1
rob101 commentedI'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.
Comment #2
khorby commentedI 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
Comment #3
Anonymous (not verified) commentedSame 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
Comment #4
Anonymous (not verified) commentedIs this a case of the docs being wrong and a minor bug with the links or is there a larger bug here?
Comment #5
Anonymous (not verified) commentedThe 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.
Comment #6
torne commentedThe 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.
Comment #7
moshe weitzman commentedi think this is fixed in HEAD and DRUPAL-5. can anyone confirm or deny? requires clear of menu cache and views cache.
Comment #8
(not verified) commented