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.
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."
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?
<?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