I've got multiple content types set as node profiles (http://www.scriptfrenzy.org)
- I'd like to stop using usernode (i've got a lot of users, i need to rebuild the node_access table, it's a long story)
The README for nodeprofile advises setting up a nodefamily relationship between multiple node profile content types.
However, if i'm using the default profile page to display my node profiles, it doesn't seem like i need to make a node family relation - the node family relationship is only useful if i want to display the node profiles as related nodes in another context.
am i missing something?
- as michelle noted in her tutorial: "User listing view sends you to the nodeprofile node"
however, it would be nice to have a way to do a views search on the node profile fields, where the results provide a to the user page.
is there a general need for a "link to node author" Views field? How hard could it be?
Of course, the path of least resistance may still be to go back to using usernode (and rebuild the node_access table with an external script. argh!) or to modify the usernode so that it checks on login if a usernode needs to be created (i've got a lot of inactive users...if i can just delete their usernodes i can rebuild the node_access table...)
