#Drupal6

Events happening in the community are now at Drupal community events on www.drupal.org.

SGS is Hiring! | Drupal Developers (DC Metro)

Posted by SapientGS on August 3, 2015 at 7:23pm

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

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

Posted by jessSchn on October 12, 2012 at 8:32pm

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
5 comments Categories: ,

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

Posted by jessSchn on October 1, 2012 at 1:07pm

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
3 comments Categories: ,

Webform 6.x-3.18 Additional Processing Code help

Posted by jessSchn on July 19, 2012 at 6:39pm

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
1 comment Categories: ,

Drupal 6: Displaying Node on Homepage

Posted by jessSchn on February 20, 2012 at 5:22pm

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
9 comments Categories: , ,
Subscribe with RSS Syndicate content

AltStyle によって変換されたページ (->オリジナル) /