This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Making Glossary work with 4.7 and Categories

I'm missing the basics of getting started building a Glossary. A few minutes from someone who knows would be greatly appreciated. I am using Drupal 4.7, the newest version of Categories, the taxonomy wrapper, and have flexinode installed.

How do I get started? I don't see any settings for glossary anywhere?
Thanks

Retrieving a module's filename from the code...

When coding in various *nuke flavors you can grab the filename from the module's code with the following statement:

$module_name = basename(dirname(__FILE__));

Does Drupal have anything similar that one can use?

Cannot figure out how to override form them

I have been reading up on trying to override the rendering of certain elements in my form but am making a mistake somewhere.

I have a generic node type created and inside the hook_form element have placed the following code...

 $form['#theme'] = '_theme_game_form';

Shouldn't this tell Drupal to send the form through this function before outputting to the screen?

Well it isn't so I must be making a mistake.

problems with tinymce

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

Adding onChange event to category field

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.

Thanks

Cleaner RSS output from Audio Module

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

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions