hello i have installed tinymce and enabled them and set the setting as described on installation but when i write content i dont see the tinymce i dont understand
Hello all,
I am trying to add a call to javascript on changing the category value. This can be done by catching onChange event on specific category field. I understand that category field is generated by taxonomy module. I do not want to hack OOTB modules.
Please help me in finding a customization point to realize this.
I'm playing around with the Audio Module (thanks moshe, et al) and want to know how to remove the audio-info from the xml output that Drupal generates. I'm trying to make the output cleaner in iTunes and other RSS readers.
This is what the output looks like in iTunes at the moment
Play: Artist: My Test Title: audio test Length: 0:10 minutes (43.51 KB) Format: MP3 Mono 22kHz 32Kbps (CBR) This is the body text
I'm hacking around with devel.module trying to integrate sortable.js into it. Everything would be fine, except I cannot inject the Javascript include into the head.
I tried drupal_set_html_head('<script type="text/javascript" src="/modules/devel/sortable.js"></script>');
in devel_query_table first, and when that didn't work drupal_add_js('/modules/devel/sortable.js');
(which I didn't use at first as I didn't want the unnecessary JS file it would also include)
Greetings all.,
I created some forms that enter info into a database, and they worked perfect until tonight when I started getting the following error message. Rather annoying...
warning: Invalid argument supplied for foreach() in C:\Inetpub\root\includes\form.inc on line 337.
warning: array_shift() [function.array-shift]: The argument should be an array in C:\Inetpub\root\includes\form.inc on line 469.
I installed Drupal 4.7 and flexinode cvs. Activation went fine, but I'm not able to add a field for a new content type. Creating a new content type works fine. Can anyone help me?