Migrating to Drupal 8
Just wanted to share my writeup about Drupal 8 migration: http://webikon.com/cases/migrating-to-drupal-8
Hope that helps :)
Read moreMigrate example for developers
Examples for Developers module provides high-quality, well-documented API examples for a broad range of Drupal core functionality.
I opened a feature request at https://drupal.org/node/2182621 to include also a Migrate example there and posted a first patch with a migrate example module.
Few notes:
Read moreBest Drupal Modules for Project Management
I'm looking for everyone's advice and recommendations on project management modules. If you have any that you find invaluable I'd love to hear about them and why.
Much Thanks!
Joe
New Views Examples Module... let me know what you want added
I've just contributed the Views Examples module which is a collection of views examples that can be enabled and used directly within views.
http://drupal.org/project/views_examples
Most of the examples are fairly straightforward but I want to add some more complex ones as well. I do have one somewhat complex example using the views_groupby module to create a view of nodes similar to the node being viewed based on taxonomy terms (sorted by the number of common terms). This was something that someone asked if I knew how to do because they couldn't find it anywhere in on the web.
Read moreNew Views Examples Module
I just released the Views Examples module... currently in alpha because I don't have a ton of examples yet.
Hope some of you can try it out, give me feedback, and let me know what other examples you want added.
Thanks,
Kristen
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
- 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
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
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.
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
Read more



