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

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:

theme('page',$output) eats content of my variable ?!?

Hi,

I use form api to generate a form, capture output from post variables and then output this variable true theme() function. But if i output it thru theme() it doesn't get displayed while if i do simple echo it does. Why does theme() noy display the contents of this ($_POST['edit']['urly']) variable?

Here is the code i use for capturing and displaying variable:

1. This one doesn't display/echo contents of $_POST['edit']['urly']

how can i let some node type can be change into product?

after i install the ecommerc modules,i can change any node into product. now i want to onle let bookreview(module) can be change into product,how can i do and where is the module ?

Different forms but the same module?

if a module requires a handful of different forms, whats the best way to structure the way that is loaded/saved via hook_form ?

Example - i have a module that presents two different forms depending on a user selection

[ Click here ] to complete form A
[ Click here ] to complete form B

but in the same module? ideas?

Pages

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