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

Ajax Front Page

Hey all,

I just picked up the spajax module, loving it. I seriously recommend it to everyone, with some knowledge of JS

Anyway i thought of a good idea to actually use Ajax in Drupal without breaking these very reasonable rules, more specifically not breaking the back button. Ok enough blabbin on.

about hook_update. Why I cannot update some fields

I create a node type module and write a form for it. I have another table for this type so I use mynode_insert and mynode_update function. But when I edit my content and update it, some fields in the custom table can be updated and some not. I dont know why...

Making variables available for PHPTemplate

I've created a custom node type, and I've created a custom template 'node-custom.tpl.php' file. I've been reading about all the default variables that are available for a node template (http://drupal.org/node/11816). Can someone explain how I might go about creating a new variable, that would be available in a node template, to store data from a custom field?

Example (in 'node-custom.tpl.php'):
<div class="customfield"><?php print $customfield ?></div>

Showing Album Art in Teaser

This snippet (http://drupal.org/node/84162) no longer seems to function. Should something be changed within it ?

how can i add note directly in database?

How can I add note directly in the database? I already done it with my database but after that when i create new node (in drupal) it alert error: " Dulicate node id". Please help me.

Drupal 4.6.10 & 4.7.4 for module maintainers

Drupal 4.6.10 and Drupal 4.7.4 now protect forms by default against cross site request forgeries.

Be sure to read about possible consequences for your 4.6 or 4.7 module.

Offtopic posts will be deleted.

Pages

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