The documentation of i18n says the module works with URL aliases:
To have aliases for a translated node/page, you have to define each of them. I.e.:
- en/mycustompath -> node/34 (which is suppossed to be the english version)
- es/mycustompath -> node/35 (which should be the spanish version)
I would like to permit to authenticated users upload all type of files, not only: jpg jpeg gif png txt html doc xls pdf ppt pps. They can upload ".bashrc" ".emacs", etc., too.
I have tried to write in that option this:
Permitted file extensions: *
Permitted file extensions: "empty"
but authenticated users can not upload "all type of files". Is it possible? What can I do to permit all?
I have installed Drupal (greatest CMS ever, btw) on my website at www.physician.ro and really have no idea how to get the internal links to start with http://www.ph.. instead of http://ph...
I searched throughout the settings and I didn't find this option.