Hello,
i use Content profile for user-profile.
The URL from user-Profil is "users/username" - the "real" url from "Content-Profil-content-type" is "content/node"!
All User visited the profile over URL "users/username". In user-profile it give a cck-nodereference-field (rate this profile) - after click on this link it call a second content-type (rating) - the user fill out a lot of rating-fields - he save it and the rating-node is published - but - the reference-url from this rating-node is not "users/username" but "content/node" .... this is wrong ....
"content/node/" i dont will this show for any user ... "users/username" is the real url
It give a "reverse Module" http://drupal.org/project/rnrurl - this check the "url" and attach the path to the "rate this profile" link. But the module add the wrong path too.
The wrong path is ...
node/add/rate_profile/68?destination=content%2Fnode
The right-path must be
node/add/rate_profile/68?destination=users%2Fusername
"Content profile" give me the wrong path and i dont know how can i fix this problem!
Has anyone an idea please?
Sorry for my bad english - i hope you understand me!
Thank a lot
Matthias