Spreadfirefox migration to D6: Difference between revisions

Line 90: Line 90:
** http://drupal.org/project/extlink
** http://drupal.org/project/extlink
** http://drupal.org/project/lightbox2
** http://drupal.org/project/lightbox2
==  Migration notes which are a work in progress  ==
*The following views need to be rebuilt in views 2
**front_Userproject_1 / front_Userproject_2  (no og_description )
*** SELECT node.nid AS nid, node.created AS node_created, og.og_description AS og_og_description FROM node node LEFT JOIN og og ON node.nid = og.nid WHERE node.status = 0
**front_Userproject_imageblock  (no og_description )
***SELECT node.nid AS nid, node.created AS node_created, og.og_description AS og_og_description FROM node node LEFT JOIN og og ON node.nid = og.nid WHERE node.status = 0 ORDER BY node_created ASC
Confirmed users
884

edits