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.
Using the Forms API of Drupal 4.7, how can I place more than one field on earch line? By default each field ,regardless of its type, is put on a new line.
I'm new to Drupal development but quite experienced with PHP in general, so I haven't quite yet figured out the "Drupal way" of doing things. Specifically, the Form API has been giving me some headaches. I realize, of course, that it's probably an issue of my understanding of the API.
I created a new node type, by creating a new module. There I have written some validation functions. Some functions will correct the data automatically, but shall show the changes it made, by viewing the content as new value of this formfield.
Doing it like this : $node->formfield_x = 'new Value' does not work.
ok, a couple of problems i'm trying to fix without results since a couple of days.
-first:
In the admin/settings. The name of my site is frozen, stuck, fixed to "My drupal site". Even though i change it and save it, it always
comes back to "My drupal site".
Sorry if this is the wrong place to ask this question. I'd like to change the WYSIWYG editor to use a product called XStandard Lite from http://xstandard.com Is there a module to do this or is it something that I easily can do myself. I know a bit of PHP and I am willing to give it a shot if someone can point me in the right direction. Thank you so much.