organic groups and sub groups and pagination
rxs0569 - June 7, 2007 - 19:52
hello folks I am seeing a unique problem. i dont see pagination happening for organic groups... For example the page is not broken down into page 1 2 3 etc)
I create a content type called group.
I have another custom content type call idea with CCK Fields.
I have not altered the teaser or the body.
When I click on the group... I see the teaser of all idea type. But all of them get displayed. and no pagination happens.
What do i need to do make this happen.
i see pagination happen on my home page where the organic group setting allows the idea show up on the main page.
Please help
Raj
Somehting like
http://groups.drupal.org/drupal-dojo?page=1

another odd observation
Why do I see all the ideas type node that i create display in the body of the group. This may the problem why I dont see pagination happening.
Ho can i sepearte the group node and idea nodes
Such that when you click to display the group... it shoudl display as follows:
--Group Node--
Group Description
Group body start
Group body end
--Idea node 1--
--idea node 2--
page 1 2 3.... X
As opposed to
--Group Node--
Group Description
Group body start
--Idea node 1--
--idea node 2--
Group body end
is theming river of news the answer
So i read that by theming river of news view you can do anything
but fo those who are not so great with php can someone post directions
Found a Solution
Listing the steps for amateurs like me.
Go to View
Click on Add og_ghp_ron
In the form chnage the name to something of your own. I called it og_ghp_ron_cust
Enable "Page View"
I gave it a URL "oghome"
Check the box in "use Pager"
and enter a no in the no of nodes.
Here you can chnage the way you display home pages without any scripting... Use a table or list or other
show whatever fields you want. If you selct table or list mke sure you go to "fileds" and add what you want to display.
Save it
Final step
Click on Organic Group Settings and select Organic Group home page
you should see the og_ghp_ron_cust listed
select it and you are done.
finally you got it.
finally you got it.
hi!
hi!
i've only seen this page once and never found it again, so please can you tell me where to find the Organic Group Settings page?
i tried the "admin/settings/og" path but it only lists me the setting pages of my other modules and the text
"In order to let group admins determine their own group theme, you must enable multiple themes using theme configuration page."
and i have two different themes enabled - so where is the problem???
please help!
thnx!!!
by the way: i also have the user warning
"user warning: Unknown column 'node_comment_statistics.comment_count' in 'field list' query: SELECT DISTINCT(node.nid), node.type AS node_type, node.title AS node_title, node.changed AS node_changed, users.name AS users_name, users.uid AS users_uid, node_comment_statistics.comment_count AS node_comment_statistics_comment_count, node_comment_statistics.last_comment_timestamp AS node_comment_statistics_last_comment_timestamp FROM node node LEFT JOIN og_ancestry og_ancestry ON node.nid = og_ancestry.nid LEFT JOIN node og_node_data ON og_ancestry.group_nid = og_node_data.nid LEFT JOIN og_uid og_uid_node ON og_node_data.nid = og_uid_node.nid AND og_uid_node.is_active = '1' INNER JOIN users users ON node.uid = users.uid WHERE (node.status = '1') AND (og_uid_node.uid = '2') ORDER BY node_comment_statistics_last_comment_timestamp DESC LIMIT 0, 25 in PATH\TO\DRUPAL\includes\database.mysql.inc on line 172."
How to have the usual forum
How to have the usual forum like view of posts in Organic Groups like we used
to have in 4.7x, like Facebook, Orkut, Myspace or any social Group ?
OG seems to give only blog like view of user posts, and Views cannot
generate the forum like view.