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 have a working drupal site. Using the multi site capability of Drupal i have setup another site as a subdir like http://domain/subdir and it is also working.
The new site will host the translation of the main site content. In order to not go again through all the configuration steps and then copy and paste I just dumped the main site db and loaded it into the new site db.
As the title says... I log into the administration section through the login box on the front page. I am actually used to having a completely different page with a login box for the admin. Just want to know if everyone just logs in through the login box on the front page with drupal ...
Depend on type of content I need to store files in different directories. For example:
I have book library. When I add new book I need that the coverbook stored in files/books/covers. And books stored in different directories depend on book category:
files/books/linux
files/books/unix
etc
Is it possible to do that or I need to write new module?
This may have already been answered but I did search for quite a bit before deciding to post. Actually, I thought I posted this last night but apparently not.