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

CCK & IMCE don't like each other...

I had been adding a lot of modules to my site. I wanted the tinymc text editor, and I already had the faq. Well once I got the text editor going, my admin menu and module menu would be blank, I could access the sub menus but just not those. I emptied my sites/all/modules folders and started fresh. After many combinations I realized CCK and IMCE didn't like each other. When I put Tinymc, IMCE, FAQ, and cck all together in sites/all/modules with just those 4 modules alone...blank pages...has anyone had this problem?

Expanding Dynamically created menu items

How could I have my parent menu expanded automatically if it has children? These menu items are defined dynamically in the hook_menu(). I am able to get the parent->child relationship using the appropriate paths but not able to figure out how to expand the parent menu by default.

possible bug with Gsitemap

hi everybody

i think there is a problem in Gsitemap.
i have installed the latest version of Gsitemap for drupal 5.1
i made a post and i used URL alias to make the URL human redable.

my post address is like this

http://www.persia-cms.com/first-post.html

but Gsitemap show me the standard form of URL:

http://www.persia-cms.com/node/1

A Content Template for Blocks?

Is there anything like the Content Template module - but for blocks?

Kermit

GALLERY module

some feedback on the drupal gallery module for version 5. there's a bug on the dropdown menu. When you select an album from the dropdown list instead of opening it up in integrated mode ( ie nested in your drupal) it opens it up in the full version, which is just wrong, especially if you've already set in the gallery config that embedded only = true. hopefully this can be resolved before the new module is made for 4.7/5 and before it gets ported to 6. the quicker the port to 6 happens the better. anyway, apologies if this has already been mentioned.

Form and JavaScript

Hello

In Drupal form, I can have a text field "foo" like this:

$form['foo'] = array(
  '#type' => 'textfield', 
  '#title' => t('bar'),
  '#default_value' => $object['foo'],
  );

Now I want to use JavaScript so that I can have event such as "onkeyup" event for this textfield

In normal Html, I can do something like

Pages

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