The interface says (under "Assign from Path" and "Display Method") "Pages with no navigation do not display in the menu and rely on you to provide a method for end users to reach them."
What sort of methods can we use to implement this feature? It's not specific - it would be nice if there was a hint in the interface.
Comments
Comment #1
cyberswat commentedWhat I had in mind was a user implementing a path in their own module through something like hook_menu. How would you phrase it so that it makes sense?
Comment #2
niklp commentedI think, just adding what you said to what's already there(?) "[them] by adding your own menu [link/callback/hook] in a custom module." Or something like that... :)
Comment #3
13rac1 commentedOn my current project, I made a page with links to the registration forms and descriptions. Same type of functionality as: http://drupalsn.com/sign-up
Menu items aren't required, so specifying menu items will probably cause confusion.
Comment #4
cyberswat commentedThere's a solid description on this field in the dev version that I believe provides an explanation that helps clarify the issue.
Comment #5
crash98 commented@cyberswat: Can you please tell where to find that description?
Im using AAR + content profile.
I want to override the page user/register with a link page to the different profile paths (pages with no links) like eosrei postes in #3. A regular page with links to the paths is not the problem - but how to show it on the user/register page instead of the normal forms?
Is there a workaround or do i have to use sign-up ro realise it?
Comment #6
cyberswat commented@crash98 take a look at #477910: fix / simplify content profile integration comment #29 ... I actually just committed what your describing today and describe where/how you would use the finctionality your asking about
Comment #7
crash98 commentedThx for your help cyberswat. Ive integrated your files and it works so far. What i get is a redirect from user/register to a default path role path which i now define by AAR.
But how can i build a page where the user can choose the role (like this ) on the page user/register?
Comment #8
cyberswat commentedI guess the easiest way would be for me to give you a text box that lets you designate a specific node as the user/register page. Then it would be up to you to modify the content of that node to present the links to the appropriate registration pages. I'll get this implemented ... thanks for pointing to an example.
Comment #9
dasch commentedThis would be a great feature!
I'm searching for a user/register override for some days to implement the old "role signup" behaviour.
1. Click on "Create new account"
2. Get a page with description and the "user/register/[role]" links.
3. Click on the role you want and get the registration form for that role.
http://drupal.org/node/217389 #33 wants exactly the same, but there was no solution posted.
Comment #10
cyberswat commentedhttp://drupal.org/cvs?commit=255832
Comment #11
crash98 commentedthx for your help cyberswat. Works perfectly for me. Great Job!
Comment #12
cyberswat commentedGood to hear ... enjoy