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

maybe i still dont understand extending nodetype

but, what do i do wrong - other than changing core module :) - if i've added a story_load function to story_module and return few additional parameters from a joined table filtered by nid. my problem is with this method: it works well even in my other own module, but not with taxonomy. the attributes i load with story_load are missing from node object when using taxonomy/xyz.
[my module uses node_load and node_view, no hack - at least i hope so..:)

thx in advance..

/h

[i still dont get the nodeapi_example on api.drupal...]

hook_form vs. drupal_get_form

I recently updated my drupal from 4.6.3 to 4.7.2 and I found out I have to change the most part of form in my module. The most confusing part was there are several ways to generate a form. Could someone help me and clarify the following?

1. When do you want to use hook_form and when do want to generate a form using drupal_get_form function?

2. What is the mos elegant way to integrate javscript codes with your form?

Many thanks in advance.

Localization issue for "preview", "thumbnail", "original" and links

As indicated in this URL http://drupal.org/node/70396, it's impossible to translate the terms "preview", "thumbnail", "original". This problem concern the image module.

I post this message here because I use Drupal for a french site, and I would like -if possible- to have this problem solved ! ;-)

Thank you if someone can resolve this bug. ;-)

Volunteering to help Drupal development

Hi!
I've been hanging out in Drupal forums and have learnt quite a lot. Instead of posting only questions thought I'll help out. I thought I could start by fixing small bugs. That's the best way to learn anything new.

So here I am volunteering to help. I am a developer though not in PHP, but don't need too much hand holding. I'm learning php and it isn't too hard.

So if there is some module developer who knows something needs to be done but doesn't have the time to do it, let me know.

Thanks.
Zack

video module and 4.7

Sorry people, I swear I've searched a lot but I couldn't find a definitive answer: is video module for CVS going to be usable on 4.7 any soon? Thanks, Jan

Creating sub-tabs within a node, e.g. node/{nid}/edit/extra

I want to create sub-tabs within the edit page for a node, such as is done on e.g. admin/contact - you have the main tabs and then below them sub-tabs/pages (e.g. 'categories' and 'settings' are main tabs; 'list' and 'add category' are sub-tabs of 'categories').

I can create new node tabs fine, alongside 'view' and 'edit' but subtabs aren't working. Here's what I'm trying:

Pages

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