Closed (fixed)
Project:
Node Profile
Version:
5.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2007 at 10:07 UTC
Updated:
31 Oct 2007 at 15:02 UTC
Hi
Try to set up a menu link to the nodeprofile via nodefamily as described in the documentation. I have set up a content type "nodeprofile" and my link looks as follows:
http://www.domain.com/genio/?q=nodefamily/nodeprofile.
Clicking on this link I get back "Page not found" - Do I miss something, is there a configuration step regarding nodefamily module?
Thanks and regards
carsonh
Comments
Comment #1
smooshy commentedTry using the machine name of the content_type that is the nodeprofile. For instance, if you created your nodeprofile content type to be called np_basic, then your url would like like this: http://www.domain.com/genio/?q=nodefamily/np_basic.
Your URL won't work unless your content type machine name is nodeprofile.
Comment #2
carsonh commentedThanks for your answer. I have used the right machine name. So, let's assume the machine-readable name of the nodeprofile content type is "profile". Hence, I use http://www.domain.com/?q=nodefamily/profile. Nevertheless drupals tells me "page not found". Any other ideas?
Many thanks carsonh
Comment #3
fagoyou have to use the machine name, of a content type, which you set to be used as nodeprofile. then it works.
Comment #4
(not verified) commentedComment #5
afinke commentedI had the same problem -- check to make sure that your new profile content type has the "Maximum number of nodes of this content type per user." set to 1. The documentation seems to imply that this gets set automatically when you check the checkbox "Use this content type as a nodeprofile for users", but I found that it stayed at 0 -- I had to enter a 1 before I submitted the new content type. (I actually had to delete the first content type I tried and add a new one, since that "max number of nodes" property was not editable once I saved the content type.)
Comment #6
carsonh commentedThanks, this was exactly the solution. Had to delete and recreate the content type as well and set the number to 1, but now it works.
Thanks again