using the NodeRef URL and VIEWS attach combination, There is an option to have a ADD A STORY ( or anything else you want to call it ) link to a CHILD node. Then you would use VIews Attach to lost the nodes. Assuming that the user has not signed in or Signedup for an account, is there a way to include a button to say SIGNIN.
THis is a jobs listing page. I want the applicant to get an account before they can submit an app. The parent node is the JobListings. The Child NODES are the applications. And yes, I was thinking of using a WEBFORM. Still may use a webform. But in the mean time, is there a stock way of doing this.
I also know that Option B would be to include a LOGIN button in the THEME code, which I dont mind doing if there is no other solution.
Comments
Comment #1
irishgringo commentedComment #2
quicksketchYou can create any links you'd like with Custom Links, or you may inject it manually in your theme layer.
Comment #3
irishgringo commentedI did it both ways... But I was hopping that this functionality would work automatically.
Comment #4
jjesus commentedNice module, and the Mustardseed Media was really helpful. To make a link "Login to Add a xxxx", I implement my own hook_link? In my hook, do I first call
nodereference_url_create_link(), check for an empty return, and, then write my own "Login to Add ..."?Comment #5
quicksketchThis functionality won't be added to this module.