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 would like to add a blank line or two after the "read more | add new comment" on the main page. I can see where it makes the $links variable in the node.module file but where does it print the variable?
Please and thanks.
I am developing a custom view of data that allows me to "embed" one node in another. (I'm using Views for many things but so far haven't found a way to get it to do this in particular).
What I need to be able to do in a content page is:
display_document(128); display_document(129);
128 and 129 are custom content types (CCK) representing posted files, and display_document() just renders them out in a compact, list-like view.
I tried to install TinyMCE, Actions and Workflow and each time I move the folders into ...drupal/modules and activate them in the administration section, the page goes blank. If I navigate to the page again, the module is activated, but it seems that the install script has not been run properly, because tinyMCE complains about not having the tables in the database...
We are using Drupal to put together a company intranet. Much of the site is read-only, with a few areas where most users can contribute content. But I'd like each user to be able to experiment with a bigger range of content creation tools (books etc), without being able to add them into much or any of the menuing system.
I'm thinking I need some concept of a user home page or sandbox, where they could create all the content they want, but not be allowed to add it to the "main" areas of the menu.
I would like to have certain menu links only show up only when there are authenticated users logged in. For example, when you log in the "create content" appears in the menu. But if you logged out it is not in the menu.
I have a couple modules links that I would like non-registered users not to have access to:
- Gallery
- Audio
I've looked in the access control and module setting and can't seem to find any setting. In both cases I have "anonymous user" unchecked and "authenticated user" checked.