#Drupal6

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
SapientGS's picture

SGS is Hiring! | Drupal Developers (DC Metro)

Sapient Government Services is currently looking for Full-Time & Contract Drupal Developers of all experience levels for the Washington, DC Metro Area.

Check us out and be sure to visit our Careers page to view all of our current Tech openings: www.sapientgovernmentservices.com/us/about-us.html

If you would like to send a recent resume version, or learn more about SGS opportunities, please reach out to me at: jlewis32@sapient.com

U.S. Citizenship and Permanent Legal Residency is required.

Read more
jessSchn's picture

How to pass a variable from one function to another function?

On a Drupal 6 Website I am trying to accomplish the following:

On a node (page), I want to pull the node title and then I want to send the node title over to a webform that is displayed as a block on the same page, as a hidden field.

Here is what I have so far:


//currently being done inside a custom module - not sure how else to code it

//get node information
function customform_nodeapi(&$node, $op, $teaser, $page){
switch($op){
case 'view':
if ($node->type == "recorded_webinars"){
$cf_node_title = $node->title;['value'];
}
break;
}//end switch
}

Read more
jessSchn's picture

Remove Webform from "admin/content/webform" list?

I am trying to remove old webforms (6.x-3.11) from a drupal 6 website.

Some of these old webforms must have already been partially removed: Here is why I think that:

1. When I navigate to Content management > Content > List, (filter by webform content type) - The old webforms do not show up in the list.

Read more
jessSchn's picture

Webform 6.x-3.18 Additional Processing Code help

Hello,

I recently updated to Webform 6.x-3.18 and I noticed with this update that I no longer have the Additional Processing field (located under Webform Advanced Settings). I did some research to see how I can still make my form work and I came across a few pages:

http://drupal.org/node/1291574
http://drupal.org/node/1050656
http://www.drupalcoder.com/blog/additional-processing-in-drupals-webform...

So I decided to give the module approach a try (I've never had a module really work before, but there is a first time for everything, right?)

Read more
jessSchn's picture

Drupal 6: Displaying Node on Homepage

Hi Guys,

I've been out of the Drupal world for a few months and I'm glad to say I'm back. I'm working on a Drupal 6 website that is using a template page to layout the homepage and the content on the Homepage is statically controlled by the template page.

Read more
Subscribe with RSS Syndicate content