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 do I set up image galleries so that when I add galleries or images to a gallery they don't show up on the main page as 'recent' content on the main page?
What I want to set up is several galleries of images and then provide links to them in the form of 'permanent' content.
As a more general question, how do I set up content on the main page in a way that *I* would like rather than just a list of 'recent' content?
Strange problem. I cannot login with correct password. I'vew even looked at the database, and compared the password in table with
SELECT md5('password'); They are identical, but login is impossible. WHy?
I tried to get password by mail, but it was not sent!
I want to setup multiple drupal sites using different subdirectories instead of domain names or IP addresses. For example, if my main drupal site right now is http://host.domain.com. I want to create another independent site with the root address of http://host.domain.com/site2.
Hi,
I'm trying to design a new drupal site. But i'm new to drupal and have some questions.
My idea is to create two level menu system.
Main menu items should be on the top (as primary links), and submenu items on the left sitebar as secondary links.
Each main menu item has its own submenu items so that pressing on the main menu item changes the submenu items on the left.