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

Is there a 'ask a question' module?

i am looking for a module that would implement http://answers.yahoo.com. Any help would be appreciated.
Thanks.

Is there a 'ask a question' module?

i am looking for a module that would implement answers.yahoo.com. Any help would be appreciated.
Thanks.

correct way to pass GET vars to hook_view()?

Is there a more correct way to access $_GET vars inside the hook_view() than say just using $_GET['foo']?

I am worried when I change to "clean url's" the vars will not be passed correctly. Thoughts or examples?

add_js and add_css wrapper module

I'm looking for a module to help developers add js and css files on a per node basis. I don't want to give them access to template.php, just a simple interface to specify a node and the js or css files to add and the scope. This way custom interface effects can be included only when needed. Also makes the job of writing these ui snippets more compartmentalized.

Our goal is to keep the content and coding types truly separated. But, forcing developers to write custom modules to add effects is a time waster. Also makes upgrades harder.

Any suggestions are appreciated.

Classified Ad Module

I'm using the classifieds AD module as a job ads module (for my needs, they are essentially the same thing) and do not need anything bigger. The only problem I have is that I want to change the text at the top of the main page which by default shows "Classified Ads" (I need to change this to "Job Ads"). I can see this in any of the options for the module.

Does anyone have any ideas?

Checkboxes default_value

Hi!

Please tell me what should I write...

$form['fieldset_village']['params'] = array(
'#type' => 'checkboxes',
'#title' => t("Some params"),
'#options' => array (
'param1' => t("Param 1"),
'param2' => t("Param 2"),
'param3' => t("Param 3"),
),
'#default_value' => HERE!!!
);

What kind of format the #default_value have when the type is #checkboxes?
I suppose that it's an array like

Pages

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