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.
Hi folks,
I am new with drupal but begin to like it already. I am going to set up a very simple website with only a few text pages (home, about, contact, etc. - no forum, blog, etc.). I don't need people to register so is it possible for me to hide the User Log In User from all site visitors except Administrator? I appreciate any hints you can give.
thanks
There are several snippets to pull out taxonomy terms by vocabulary so that you can customize the display. I for example want to show on an article "by [one vocab term]" and "issue [different vocab term]" and style them each differently.
None of these snippets seem to work for Drupal 6.0 and I'm not sure why - I've been struggling tonight trying to sort it out to no success. Has anyone updated or come up with a new snippets to do this?
I want to put Google ads in the right sidebar. But when I put script tags in the new block that I created. It looks like it strips out all the script tags. And when I put php, it simply display the php code without executing it.
I understand that to enable the acceptance of script and php tags, I might have to modify drupal code, but where to start?
This is what I want to do. Allow users to upload files, as attachments, which will be stored outside the www root, which is set to private. These files will be zip files or .cpp (text) files for later download. I want to control those downloads - that is, know when they have been downloaded.