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.
How to make a content type private to an organic group in Drupal 7?
I want to create a content type where nodes are only visible to members of a specific group. I thought the Group Audience field would do this, but if I set the Group Audience of a node to foo the node is still visible to people who are not members of foo.
On a fresh install of Drupal 7.12 using localhost MAMP:
- I install most recent Ctools (7.x-1.0-rc1)
- I install most recent Views (7.x-3.1)
- I activate Views and Views UI
- It's not showing up in structures, but that's not a surprise according /project/views/
- I clear cache twice, as suggested
- It's still not showing up in structures... I go to forums...
I am using doxygen to generate docs for a Drupal 7 project. The @see links work for some things but not for functions. For example, this doesn't create a link...
@see hook_help()
I am sure the comment is formatted correctly because I am able to create links to topics.
I am using the Omega theme on a D7 site. I want to display a slideshow on the whole width of the frontpage. There are 2 options I am thinking of. What is the best solution?
- Don't display the block on the smallest screens. Make a 740px wide slider for all widths and display some other info (I don't know what) when there is space available in wider screens.
- Don't display the block on the smallest screens. Make 3 different slider blocks with the 3 widths and display/hide the correct one with css.
Notice: include_once() [function.include-once]: 1. h->opened_path=[C:\Apache\drupal_src\trunk\sites\default\settings.php] h->filename=[C:\Apache\drupal_src\trunk\sites\default\settings.php] in drupal_settings_initialize() (line 725 of C:\Apache\drupal_src\trunk\includes\bootstrap.inc).
I keep seeing this warning on my laptop based drupal sandbox. Why and what does it mean?
opened_path and filename are identical then what is it complaining about?