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

User defined Taxonomy with Dynamic For Content for each Term

I am new to Drupal. I am trying to build a drupal custom module which provide users to create there own taxonomy's and associate them with exisiting node types from the list, there will be several pre defined node types (don't know how to create node types without spcifying the term/vocabulary?).

In simple words, user can create new vocabulary or term and start putting the contents for that term by selecting exisitng node types from the list.

Can someone please guide me how this can be done?

How can I create Category ?

Hello
Please tell me how can i create category ?
before i use wordpress, it's very easy for create category, but i don't know how can i make category with drupal
Please guide me step by step
thank you

Help with Job search module

Hi all,

I have installed the Jobsearch module, but I am not able to get it to work.Can anyone help me in regard this.Any help is appreciated

Singh

Private Messages: How can I display number in "My Inbox (17)"

Hello,

How can I get Private Messages in Navigation menu to display number of unread messages in brackets??? ... so that it appears like this:

My Inbox (4)

"4" is the number of new messages that user has not yet read

thanks

How do I stop Drupal from running my callback twice?

Here's my problem.
Basically, I have form, on submission the form calls it's _submit function (mytest_form_submit), basic Forms API stuff. The _submit function returns a contructed URL to another callback in the system.
I'm using a block with a form on it, and just putting the block in one of the columns.

Now, Using the form from any page except the forms' results page works fine. After submission you are redirected with the return value from mytest_form_submit, to a results page.

Submissions not from the results page have the following log entries:

[] [error] [client *.*.*.*] MYTEST_FORM_SUBMIT####, referer:http://***/tests/results/0/1/2/test
[] [error] [client *.*.*.*] RESULTS ACTION###, referer: http://***/tests/results/0/1/2/test

Any form submissions from this results page ends up running the callback twice. I guess once for submitting to itself and then again with the returned url from the _submit function.

Here's the error log output for a submission from the results page.

[] [error] [client *.*.*.*] RESULTS ACTION###, referer: http://***/tests/results/0/1/2/test
[] [error] [client *.*.*.*] MYTEST_FORM_SUBMIT####, referer:http://***/tests/results/0/1/2/test
[] [error] [client *.*.*.*] RESULTS ACTION###, referer: http://***/tests/results/0/1/2/test

I guess my first question is Am I doing this right?

Help with hacked E-commerce module

Hi All,

I have recently been appointed as a php Developer by my employer and they are running drupal for website. I had to quicky integrate payment gateway on the site. So I installed drupal e-commerce module to do that.
I have everything working fine but I HAD to HACK cart.module to redirect to payment gateway site after clearing the cart. I am aware that there is a better way of writing module than the way I have done it.

Pages

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