node family
How to redirect link to /node/% to /user/% ?
My setup is Drupal 5.10 and the latest versions of:
usernode, node profile, node family, imagefield, imagecache, Views, CCK
I am using the above modules to create userprofiles, whose pictures are displayed in a gallery format using imagefield+imagecache+views. My user profiles are taken over using michelle's template.php snippet, featured in her userprofiles #1 tutorial. Every /user/% looks just like its corresponding /node/%.
In views I add the field "field_image_field" and "Node: Author Name". This creates a photo gallery, with the user's name under each image.
