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.
So I am very new to drupal, but to this point I have like it a lot, so thank you guys for this great project.
The question I have pertains to nodes and menus. I wish to control both visablitiy and access to nodes and their associate menus via login.
Example my webpage has an about me page, which I only want the tab to show up only if you are in a group I created called personal. As well I only want them to be able to access the page if they are in the same group.
How in the world do I have my Taxonomy Term page display the full node and not a teaser? I can't seem to find a template file to override and turning on the "taxonomy_term" View does not seem to do anything.
Hi
I just installed the phpmailer module and it says it requires/depends on 'Libraries' before it can be fully installed. What are these 'libraries' and how do I install them??
In drupal 6 if module locations had changed (for example, in multisite environment from sites/all/modules to a subsite) one could run update.php. In drupal 7 I'm not sure whether this works since the logic with the new update.php seem to be different.
So how do I tell drupal it the module locations have changed?
I am trying to find a conditional statement or some other method to change the css based on what content type is shown. Does anyone know how to do this?