Drupal is up and running but how do I ...?

Altering Poll Module

I've added the following code to the poll_form function:

$form['triviaanswer'] = array('#type' => 'textfield', '#title' => t('Answer'), '#required' => TRUE, '#default_value' => '', '#weight' => 0);

This adds a textfield when creating a poll.

How do I get whatever the creater of the poll types into that textfield to output under the results of the poll after a user completes it?

I'm new to module changing and I'm having trouble figuring it out. Thanks.

only the admin receives emails - no other users

the problem is that only the admin gets all emails which sent to the admin-email-adress - so thats fine
but no other user gets a single mail which was send to his address!

what do I have to configure to get this working?

the use of the module "user status" for example doesn't help!

custom node/categories help

Okay I believe my question falls under this category. Anyways, I want to create multiple pages (each page being a brief bio) that will each be viewable on their own and will also link up to create one full page with all the bios. Hopefully that makes sense. Any help in how to do this would be appreciated, thanks!

How do I repeat events using eventrepeat?

I have just installed the event and eventrepeat modules. I can create events but how do I go about creating event repeats. I'm setting up a drupal intranet for employees and need to put "pay-day" every other Friday. I'm using Drupal 4.7.

Thanks for the help!

Tim

changing homepage, news/stories posting, portfolio page

Hi,

How do I change the homepage so instead of showing new pages/stories to go to a normal page?

-----

also i want to have a page with the latest news. is the best way of doing that to use the stories or is there another system which is better? how do i create a page and show the stories aswell? normally the default to the home page but how do i put them on another page?

-----

htmlspecialchars() warning

Hi all, I am a Drupal noob and I am pulling a value from the profile_values table (in 4.7). It works OK in that I get the proper text displaying but I am also getting this warning:

warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/cfcbaror/public_html/includes/bootstrap.inc on line 599.

Here is the code:

Pages

Subscribe with RSS Subscribe to RSS - Post installation