examples

dldege's picture

PicLens Example Code

At our meeting last night, http://groups.drupal.org/node/13812, I presented the PicLens module for Drupal and showed how to hook up your own custom modules into the PicLens module API.

I have attached my example module for Drupal 5 and the Drupal 5 version of PicLens.

To use this module install the PicLens add-on and then

  1. Download pldemo.zip.txt, rename to pldemo.zip and unzip and install the pldemo module in the normal manner and enable in the module admin
Login to post comments · Read more · 1 attachment
Alexander Ufimtsev's picture

Examples of "Execute custom PHP code"?

Hi All,

Are there any 'execute custom php code' examples available for workflow-ng v 2.1? I am trying to set 'alt_login' username upon user creation:

$alt_login = $account;
return array("alt_login" => $account);

but I guess that's too simplistic. Should I actually do it with SQL statements, etc? If so, are there any limitations on PHP execution via workflow-ng? Any code samples, etc?

Thanks in advance,
Alex

1 comment
stamina's picture

ecommerce product examples

Hi.

Is there a place where to find examples for common products?
I don't have any pictures yet, since I am only learning how to set things up.

btw, what happened to the availability module in ecommerce-5.x-3.4? I can't find it where it is supposed to.

http://www.drupalecommerce.org/node/29
"Inventory Tracking::Enable the "Availability" Module. It is in the e-Commerce Product Types section."

Many Thanks,
Jorge Nunes.

1 comment

CSS example files

I promised to post the example files from the CSS demonstration last month, and promptly forgot all about it. Late's better than never, right?

I'm not allowed to attach zip files to this post, so I'll keep this link active for a couple weeks.

http://www.intermediaarts.org/css_example.zip

Login to post comments
Syndicate content