Organic group content per user access
I am in the middle of figuring how to setup a per user based group content access permission.
The scenario is like this.
I have a group of users, when publishing a post into the group, the author will be able to select which member from the group will be able to access the content.
Anyone has experience on this kind of implementation, mind to share?
Read moreAccess a node into a group without being group member and having a special role.
Hello everybody
I'm using OpenAtrium, I think it's 1.0, but not sure.
I need a user with special profile to access a node into a group without being group member. Is that possible?
In short my code gives groups and "my_content_type" a grant called "my_realm" with gid 1.
hook_node_grants() gives each user with "my_special_role" a grant called "my_realm" with gid 1.
As far as I know that should give access user to node, isn't it?
I added this code, but it's not working:
<?php
/**
* hook_node_grants()
*
Dúvida na utilização de filtros "Node: Type" e "Organic Groups: Group Types" em views
Viva,
Detectei o comportamento abaixo indicado aquando a utilização do Drupal Commons v6.x-1.6.
Ao seleccionar os filtros "Node: Type" e "Organic Groups: Group Types" numa view que tenha uma relação com "Organic groups: Group node" o query gerado pela preview contém algo como:
...
WHERE ((node.type in ('event')) AND (node.status <> 0) AND (node.type in ('og_group_a', 'og_group_b')))
...A 3ª condição não devia ser algo diferente de node.type, uma vez que esta entra em "conflito" com a 1ª? Read more
Should I use Organic Groups as a content organizer?
As I approach my final assembly of D7, I'm curious as what best practices there are for organizing content per 'subject'.
On my sandbox site, I am using Organic Groups to categorize content nodes into separate sections. I think this would be very helpful for restricting users' permissions when accessing certain 'sub-sites'. I'm attempting to use tokens to retrieve this value for URLs, sub-sub-sites (with separate navigations), view integration, user permissions etc.
Read moreJoin Link problem
Hi, im building a social network and i did add OG but i can't put a join link to allow users to join groups
what can i do?
Taxonomy link to organic group throws Access-Denied
Hello out there,
I wanted to group the Organic groups to form a higher hierarchy above the OG. I do not need anything like permission nesting, so Taxonomy feels like a good solution.
But I encountered a problem. Here is what I tried step by step:
- installed the taxonomy-menu and menu-block modules.
- created a taxonomy and entered some terms.
- referenced some Organic groups to some terms.
- created a menu block containing this taxonomy and let it display on front page
Organic Group question - using groups to filter nodes, not exclusively contain them
Hello,
I'm working on a website for robot builders to show off their projects. Users submit projects, blog posts, etc., which are publicly shown to everyone. I've installed OG and my plan is to let users join various groups that represent local robotics clubs or contests.
Read moreHelp with OG and PHP Field
Alright... so I've got a view which identifies users with a sign-up for a workshop and executes a custom php snippet to subscribe them to a group which serves as the on-line classroom. I am using og_subscribe_user for this and it works great.
Now, when the workshop ends, I am going to remove them from the group and purge their contributions from the group. Browsing the CVS I find the og_unsubscribe_user function which looks like it work just like the og_subscribe_user function. Great! Except, the function doesn't exist in the latest stable release of OG.
Read moreMaking content type only for groups
I have site where we are introducing groups, problem where i am stuck right now is i want to create new content type which can only be added by members who belong to atlest one group. if they are not member of any group they cant add that content type. I cant make audience required as there are other content types in system which can be added on site without any audience.
Any ideas ? any solutions ? any work around ?
Abi
Read more


