Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've installed organic groups, image, image_assist, and image_filter. Everything work just fine, but what I can't figure out how to do is to configure drupal so that:
1. Only the person how uploads an image can post that images in their contents, and/or
2. Only members of an organic groups can see or post images loads by members of that group
Has anyone noticed that when using the VimColor syntax hightlighting module that blank lines in your code block are ignored? What I mean is that if you have this code:
<code type="python">
Here is the first line.
Here is the second line.
</code>
It renders like this:
Here is the first line.
Here is the second line.
Any idea how to fix this or does the problem lie elsewhere?
I'm going to run site for small students community. I want to give some of them access to add content. But I want each user to be able to add 'page' in defined by me content category.
for example.
I have 3 categories
To all
News for group 1
News for group 2
I have 3 members.
Administrator - could add 'page' in all categories
User 1 - could add 'page' in 'News for group 1'
User 2 - could add 'page' in 'News for group 2' and could add 'page' in 'to all' category
I've tried taxonomy_access but it doesn't worked :-(