Closed (fixed)
Project:
Organic Groups
Version:
5.x-2.2
Component:
og.module
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Apr 2007 at 02:54 UTC
Updated:
4 Oct 2008 at 02:14 UTC
Hi,
I recently upgraded from 4.7 to 5.x, but I can't seem to find the "my groups" block anywhere. I have a large amount of OGs that users can subscribe to, and they generally access their groups through that block. Is there an easy way to re-create / enable it, or is there some new workflow for users to access all of their groups?
Thanks!
s.
Comments
Comment #1
moshe weitzman commentedcheck if it is enabled on your block admin page. also check that your grop node type is still speicified as a group node type in admin/og/og. og_basic.module is no more.
Comment #2
spyderpie commentedI hope it was okay to reopen this, rather than posting a separate one of the same issue ...
I have a fresh install and check those thing and I can't find the My Groups block either. There are other block visible -- but not that one.
Is there anything else I can check?
Julie
Comment #3
scor commentedI have the same problem.
It looks like og.module doesn't have its own 'my groups' block anymore, hence the comments in the of.module file:
There is no such block on my admin page. How to install that block. The url 'og/my' works and therefore views as well, but how to activate the 'My groups' block?
Comment #4
scor commentedThe block 'Group notifications' offers a link to the 'my group' page, but that's all. A block containing all the groups I belong to would be useful.
Comment #5
firebus commentedbased on the comments you quoted in your previous post, it looks like you'll have to install the og_views module if you want this block.
Comment #6
firebus commentedwait what? okay, there's no og_views module. i'm on crack. i guess the comments really do mean that the block has been replaced by the og_my view (which only provides a page and a menu item)
it should be pretty easy to make a block view (perhaps clone the og_my view and enable the block) that does this...
Comment #7
firebus commentedthat's what you want to do.
Comment #8
scor commentedYes that works. Good idea Firebus! Thanks.
Comment #9
(not verified) commentedComment #10
Walt Esquivel commentedTo firebus' excellent instructions in #7, I'd like to add just a few of my own. Thanks firebus, you really helped me out!
4. edit og_my_block
4a. disable page view
4b. enable block view
4b1. Under “View type:”, select “Table View” for a concise view. Feel free to play with the other choices and you'll see what I mean.
4b2. Under “Title”, name it “My groups”. This will have the same bold look and font that other blocks have.
4b3. Under “Nodes per block”, I selected 10, but you can choose as few or as many as you like.
4b4. Under “[More] Link?”, I checked the box so that if there are more than 10 groups my users belong to, they can click the "More" link.
4c. remove all fields except node title
4d. remove node title's “Label” which, to me, is redundant since the new block I just created is named “My groups”
Comment #11
Crimson commentedThanks a lot firebus. :)
Comment #12
dwees commentedProblem with this is you lose the very useful More link.