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

irishgringo’s picture

Title: SHOW LOGIN BUTTON is user is not logged in. » SHOW LOGIN BUTTON if user is not logged in.
quicksketch’s picture

You can create any links you'd like with Custom Links, or you may inject it manually in your theme layer.

irishgringo’s picture

I did it both ways... But I was hopping that this functionality would work automatically.

jjesus’s picture

Nice 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 ..."?

quicksketch’s picture

Status: Active » Closed (won't fix)

This functionality won't be added to this module.