Generally, we dissuade people from modifying the core. It makes upgrades almost impossible.
Instead, place your new files into the project section of the application in the includedObj portion. Then, in the site view, create two navigation nodes (Reset Password and Forgot Password), assigning each an alias. (I would probably create the nav nodes in the utility portion so they do not appear in any nav.) In each nav you create a dmInclude object, linking it to the appropriate cf file w/your functionality. Finally, refer to your links in the password page (application.navid.forgotPassword, application.navid.resetPassword). Scott Talsma CTO echo.eleven 404.845.3458 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alfie1109 Sent: Wednesday, April 04, 2007 3:03 PM To: farcry-dev Subject: [farcry-dev] How to create a link from sign-on page to another page... Hi everyone, I am trying to create a link like Forgot Password and Reset Password from the sign-on page. I have successfully created the page and all, but my problem now is getting to it. I know this is something simple, but I couldn't figure it out. I saved my _ResetPassword.cfm and _ForgotPassword.cfm in farcry\core\tags\navajo folder. This is what I did, <a href = "#application.url.farcry#/navajo/_ResetPassword.cfm" id="resetpswrd">Reset Password</a>, I tried different other ways, but none works. Again, I'd appreciate any help! Thanks, -a --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
