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

Populating form data from database

I have a form that is being submitted and the data is being stored in a database. I then have an administrator who must go in and verify the data. So what I would like have happen is to call a function and if the id of the database entry is sent in the url, then the form will automatically populate with all of the information from that node id. Otherwise an empty form will appear.

How to add new field to forum form?

Hi Everybody,

I need to add a new field to my forum form, the field is referring to a new field of my node table of database.

I want to insert the new field in "manual mode" not trought by modules.

Thanks,

MC

Sale (closing date) and EC inventory control for Node Products?

I'm using the Node Product module to create custom content types that appear as cartable products. I'm also using EC inventory to control inventory and Sale (closing date) to set expiration dates for products. Node Product seems completely incapable of displaying EC inventory and Sale (closing date) controls. Is there any way to create a node product that uses the controls offered by the EC inventory and Sale (closing date) module? Currently inventory controls and sale closing controls appear only on the "official" product types, such as "Non-Shippable Product" and "Tangible Product."

Student Mark Result Publication

1) To publish the Student's Mark List for the Monthly Test
2) Spread Sheet data is the input

Group Events Block not showing

Hi,

I'm new to drupal and I'm having some problems. I have OG, OG Calendar and Events installed, but the "Group Events" block won't show. I've tried putting on the left, right, content, and nothing comes up. The "Calendar to browse events." block shows up fine.

Also, is there a way to create a block that shows a list of calendars for the groups a person belongs to?

Thanks

need Help in new module !

<?php
/* $Id$ */
/**
*Display help and module info
@param section which section of the site we're displaying help
@return help text for section
*/
function picbib_help($section=' ')
{
$output= ' ';

switch($section)
{
case "admin/help#ipicbibe":
$output = '

' .t("Displays links to nodes containing pics").'

';
break;
}
return $output;
} //function on this date_help

Pages

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