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

Problem previewing with 2 forms on page

I have a custom node type which has a form attached to it, showing on the bottom of the page. When somebody "previews" the node during creation, they can no longer submit the node. Clicking the button does nothing. This only happens in IE, and I'm stumped.

This is probably not the best way I could've set this up, but any help would be appreciated.

Signature pre-included in comment form: my little fix.

This was definitely one of the most annoying things about my new Drupal installation. In addition to having user signatures added to every post once it's been submit, it has also added a signature to a reply box BEFORE submitting, basically resulting in a double signature.

You can imagine how annoying this may be when people post a reply and every time they see a signature added to a FIRST line of their new post. To begin writing they have to either delete that pre-added signature or move cursor to the beginning of the line. It's a serious usability issue if you ask me.

So I asked a few times in IRC, searched the forums like crazy, but I found no solution except for a signature.module for 4.6. I am using 4.7 though.

So then I went to comment.module, searched for "signature" in a comment.module file and got only two occurences. The second one is the culprit. It is the 1324:

 $edit['comment'] ? $edit['comment'] : $user->signature, '#required' => TRUE);
  $form['comment_filter']['format'] = filter_form($edit['format']);

What I did to simply get rid of the added signature in a text area is delete this part of that line: ? $edit['comment'] : $user->signature

And it was gone. I tested to see if replying after this change works and it does so everything seems fine.

It is probably best to have the removed part only commented out as a slight reminder of where you made the edit. The final line should then look like this:

job website?

HI
i m planning to make a community website at work
i work in a airport and i wanna make a website for all the employees and employers inside the airport
so that people can mingle among each other and information for the people who dont work in the airport

i have a question i want to have a job section where people can post the jobs and people can post there resume too

is there a module that can help me do it
and if the module comes with a instructions and know how it will be grt

Thanks for the help

Menu Links to Event Table Layout of Different flexinodes

I am using the Event Calendar with 4 different flexinode types :
flexinode-1 = "event calendar"
flexinode-2 = "curriculum calendar"
flexinode-3 = "research calendar"
flexinode-4 = "rider board"

I have associated a different vocabulary for each flexinode, entitled
"event categories"
"curricula categories"
"research groups," and
"travel direction",
respectively.

Hosting Module

I am looking to launch a new site offering Hosting Services. Wanted to know if there's any existing druapl modules that allows the creation and managing hosting plans. Ideally, I would want such a module integrated with a e-commerce package all working with Drupal 4.7.

Joe

Adding questions to surveys

this may seem like since it is explained in the help section concerning surveys, but i can't figure out how to add questions. both versions of the instructions don't seem to apply because there is no "add questions" section under either the "edit" or the "form" tabs, so there is obviously no "add survey question" option to select. in the form section, i can enter a title for the field, which is followed by a colon (making me think it's not the question). there is also an "optional explanation" field, which shows up under the answer list (again making me thing it's not the question).

Pages

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