Drupal 5.3
PHP 5.2.4
Postgres 8.2.5
Hello! Love MySite! Would appreciate any guidance on implementations using of NodeProfiles, Buddylists, Guestbooks, Blogs, or Gallery2. Has anyone successfully integrated these before? Are custom droplets required?
Comments
Comment #1
agentrickardBlogs and other core content types are supported in the MySite release.
Custom droplets are usually the path people take. It would be possible to write a complete plugin to handle these, but Droplets are quicker.
See related information:
http://groups.drupal.org/node/7399
http://drupal.org/node/150081
http://groups.drupal.org/node/7553
http://groups.drupal.org/node/5120
New posts in http://groups.drupal.org/mysite might help as well.
Comment #2
agentrickardI forgot, when using Views or custom PHP in Droplets, always remember this rule:
To get the user id of the MySite page owner (not the page visitor) use:
And you're all set.
Comment #3
agentrickard