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 got my site up and running but its required to be multilingual. Could someone kindly give me some hints what would be the best way to do this?
Currently I'm thinking to export my MySQL database and create another installation, import data there, then translate it. But this might (and will) become a problem when I make huge changes, for example change layout of the original site. Also it does not sound user-friendly if I need to log-in X times to different installations and create always same content there, with another language.
I'm trying to modify the node display page (http://root.url/node/) and the nodes index page so the terms display (terms that the node belongs to) in the full path format.
For example. I have these terms:
dos
windows
open source
java
|--compiler
|--decompiler
c
|--compiler
|--utilities
If I select the terms "dos", "windows", "open source" and the "compiler" term of "java", they are displayed like this:
Is there a module wich just borwses existing directories ?
I have found many modules allowing users to upload files and to describe them. But in y case directories are on the server and I just would like to browse those directories.
I'd need some help or advice on implementing some kind of anonymous registration process on my Drupal site.
I know that 'anonymous' and 'registration' seem somehow being in contradiction to each other so I think an explanation is needed here.
BTW everyone being able to post anonymously is not an option in this very case because I already have more than 7,000 users willing to maintain their existing aliases. However for legal&privacy reasons I don't want to store their e-mail addresses anymore, nor even asking for it to future users neither.