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.
hello all,
i have my site ready on localhost i am using drupal 6, when i tried to go live with this site and done all the uploads it is giving me Error "403 Forbidden - You do not have permission to access this document"
Currently, using 7.15 and need to update over 20 sites with Drupal 7.16. I have root access to dedicated server.
Has anyone created a document or drush to do this without updating each site individually?
I may have missed discussions on this over the past few months. Just a few links wil be fine.
How do I move module folders that I have enabled in Drupal?
I mistakenly put all my contributed modules in the \modules folder, which is where all the core modules reside. I would like them to go under \sites\all\modules\contrib. I tried simply moving the folders, but that caused a lot of problems until I moved all the folders back.
How do I move these module folders and tell Drupal where their new home is?
The function search_api_facet_load_multiple that existed in the old Search Facets module (search_api_facets) doesn't exist in the new module (search_api_facetapi)
Is there an equivalent to this function with a different name or maybe there is a function like that in facetapi?
The function returns all existing facets. At least this is the use I need from it.
I just started using drupal and can't seem to figure one thing out .
On my home page I am able to write articles within. Home is one of the tabs on my menu. I what to create another tab called Review in which I will post separate articles. I tryed creating a Basic Page but can't seem to place an articles in it. Is there a way to duplicate the home page template and the link the two through menu tabs ? Thank you .