|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
New User notificationsHey guys,
I created a new user and didn't see any notification arrive to say "welcome to project x". So, I added some code to my project that allows this to happen. Take a look at http://philkemp.white.prohosting.com/farcry/emailnewuser.htm if you fancy trying it yourself. Any improvements welcome, and when I get round to releasing the next version of the filemanip plugin you'll be able to edit the text as well. Cheers, Phil. I got bored, so... http://philkemp.white.prohosting.com/farcry/ |
|
|
Re: New User notificationsPhil, Looks like a useful modification, but I would suggest that instead of modifying core code you extend the dmProfile edit.cfm to a plugin or the project. Change step 1 from 1. Open the file \farcry\core\webskin\dmProfile\edit.cfm to 1. Copy the file \farcry\core\webskin\dmProfile\edit.cfm to \farcry \projects\your_project\webskin\dmProfile\edit.cfm Then reinit the application to pick up the new edit handler for dmProfile. Also, I would look at making the emailer.cfm a webskin within \farcry \projects\your_project\webskin\dmProfile\ , take a look at how the farFeedBack emailFeedBack.cfm is used Chris. On Oct 9, 12:46 pm, Phil Kemp <philipbk...@...> wrote: > Hey guys, > > I created a new user and didn't see any notification arrive to say "welcome > to project x". > > So, I added some code to my project that allows this to happen. Take a look > athttp://philkemp.white.prohosting.com/farcry/emailnewuser.htmif you fancy > trying it yourself. > > Any improvements welcome, and when I get round to releasing the next version > of the filemanip plugin you'll be able to edit the text as well. > > Cheers, > Phil. > -- > View this message in context:http://www.nabble.com/New-User-notifications-tp25819697s621p25819697.... > Sent from the FarCry - Dev mailing list archive at Nabble.com. You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: New User notificationsFrom the front end register page it does works, might check that pages out for template. On Oct 10, 10:10 am, Chris Kent <mxdes...@...> wrote: > Phil, > > Looks like a useful modification, but I would suggest that instead of > modifying core code you extend the dmProfile edit.cfm to a plugin or > the project. > > Change step 1 from > 1. Open the file \farcry\core\webskin\dmProfile\edit.cfm > to > 1. Copy the file \farcry\core\webskin\dmProfile\edit.cfm to \farcry > \projects\your_project\webskin\dmProfile\edit.cfm > > Then reinit the application to pick up the new edit handler for > dmProfile. > > Also, I would look at making the emailer.cfm a webskin within \farcry > \projects\your_project\webskin\dmProfile\ , take a look at how the > farFeedBack emailFeedBack.cfm is used > > Chris. > > On Oct 9, 12:46 pm, Phil Kemp <philipbk...@...> wrote: > > > Hey guys, > > > I created a new user and didn't see any notification arrive to say "welcome > > to project x". > > > So, I added some code to my project that allows this to happen. Take a look > > athttp://philkemp.white.prohosting.com/farcry/emailnewuser.htmifyou fancy > > trying it yourself. > > > Any improvements welcome, and when I get round to releasing the next version > > of the filemanip plugin you'll be able to edit the text as well. > > > Cheers, > > Phil. > > -- > > View this message in context:http://www.nabble.com/New-User-notifications-tp25819697s621p25819697.... > > Sent from the FarCry - Dev mailing list archive at Nabble.com. You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: New User notificationsI notice that when using basic "add user" function there isn't a userid being added to the new user. Then i, just for now, manually entered a userid and password (how else can i log in with the new user). Then when i log in i have to enter all again, of course with the manually entered userid there is no link to any profile, so that's understandable. So is this a bug? On Oct 12, 2:57 pm, Marco van den Oever <marcovandenoe...@...> wrote: > From the front end register page it does works, might check that pages > out for template. > > On Oct 10, 10:10 am, Chris Kent <mxdes...@...> wrote: > > > Phil, > > > Looks like a useful modification, but I would suggest that instead of > > modifying core code you extend the dmProfile edit.cfm to a plugin or > > the project. > > > Change step 1 from > > 1. Open the file \farcry\core\webskin\dmProfile\edit.cfm > > to > > 1. Copy the file \farcry\core\webskin\dmProfile\edit.cfm to \farcry > > \projects\your_project\webskin\dmProfile\edit.cfm > > > Then reinit the application to pick up the new edit handler for > > dmProfile. > > > Also, I would look at making the emailer.cfm a webskin within \farcry > > \projects\your_project\webskin\dmProfile\ , take a look at how the > > farFeedBack emailFeedBack.cfm is used > > > Chris. > > > On Oct 9, 12:46 pm, Phil Kemp <philipbk...@...> wrote: > > > > Hey guys, > > > > I created a new user and didn't see any notification arrive to say "welcome > > > to project x". > > > > So, I added some code to my project that allows this to happen. Take a look > > > athttp://philkemp.white.prohosting.com/farcry/emailnewuser.htmifyoufancy > > > trying it yourself. > > > > Any improvements welcome, and when I get round to releasing the next version > > > of the filemanip plugin you'll be able to edit the text as well. > > > > Cheers, > > > Phil. > > > -- > > > View this message in context:http://www.nabble.com/New-User-notifications-tp25819697s621p25819697.... > > > Sent from the FarCry - Dev mailing list archive at Nabble.com. You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: New User notificationsEuhmmmm sorry, i guess i just didn't scrolled down enough and filled in all fields (shame shame). On Oct 18, 3:15 pm, Marco van den Oever <marcovandenoe...@...> wrote: > I notice that when using basic "add user" function there isn't a > userid being added to the new user. > Then i, just for now, manually entered a userid and password (how else > can i log in with the new user). > > Then when i log in i have to enter all again, of course with the > manually entered userid there is no link to any profile, so that's > understandable. > > So is this a bug? > > On Oct 12, 2:57 pm, Marco van den Oever <marcovandenoe...@...> > wrote: > > > From the front end register page it does works, might check that pages > > out for template. > > > On Oct 10, 10:10 am, Chris Kent <mxdes...@...> wrote: > > > > Phil, > > > > Looks like a useful modification, but I would suggest that instead of > > > modifying core code you extend the dmProfile edit.cfm to a plugin or > > > the project. > > > > Change step 1 from > > > 1. Open the file \farcry\core\webskin\dmProfile\edit.cfm > > > to > > > 1. Copy the file \farcry\core\webskin\dmProfile\edit.cfm to \farcry > > > \projects\your_project\webskin\dmProfile\edit.cfm > > > > Then reinit the application to pick up the new edit handler for > > > dmProfile. > > > > Also, I would look at making the emailer.cfm a webskin within \farcry > > > \projects\your_project\webskin\dmProfile\ , take a look at how the > > > farFeedBack emailFeedBack.cfm is used > > > > Chris. > > > > On Oct 9, 12:46 pm, Phil Kemp <philipbk...@...> wrote: > > > > > Hey guys, > > > > > I created a new user and didn't see any notification arrive to say "welcome > > > > to project x". > > > > > So, I added some code to my project that allows this to happen. Take a look > > > > athttp://philkemp.white.prohosting.com/farcry/emailnewuser.htmifyoufancy > > > > trying it yourself. > > > > > Any improvements welcome, and when I get round to releasing the next version > > > > of the filemanip plugin you'll be able to edit the text as well. > > > > > Cheers, > > > > Phil. > > > > -- > > > > View this message in context:http://www.nabble.com/New-User-notifications-tp25819697s621p25819697.... > > > > Sent from the FarCry - Dev mailing list archive at Nabble.com. You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: farcry-dev@... To unsubscribe, email: farcry-dev+unsubscribe@... For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |