I have a problem. All the labels in contact form are translated apart from the one saying: "You can leave a message using the contact form below." The funny thing is they ARE translated when I check "manage strings" options. Also "You can leave us a message using the contact form below." is translated too, though I have no idea where this one goes (notice: the second one has an extra "us" in it). Even though in manage strings I can see a translation it doesn not show up in contct form. I repeat that other things are translated.
I have installed drupal on my local pc and kept it directly in a directory name Drupal and its working there. Right now i have it in a directory named Drupal now if i have a single site then in which folder i should keep the newfolder called mysite.
Right Now i have as follow :
Drupal/sites/mysite/
Then have placed settings.php as
Drupal/sites/mysite/settings.php
and the base_url set as :
I'm trying to make an rpg website and have some problems with defining access control:
* Everybody should be able to read most everything.
* I have a taxonomy vocabulary called "clan" with 60 terms, "Huddersfield Execs", "Cavebears", "Beer caveinnerz"
* I have a role called admin (he can do everything) and clan (he can mostly write and edit, no advanced configutation of the Drupal installation is possible here)
What do I send as a parameter to file_check_upload when the file field is a child of a fieldset with #tree set to true? For example: if my fieldset is called 'photo' and my file field is called 'upload'
I like to login to my 4.6 drupal site via a different login page on different server.
Can I send POST information and what should I use as a link?
TNX.