Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bob baty-barr 1180 posts 1294 karma points MVP
    Aug 22, 2009 @ 00:46
    bob baty-barr
    0

    feature idea

    hey, these controls look great so far... i was wondering if i could request a feature... i am currently working on a project that requires different members to land on diffrent pages after updating their profile... could it be possible to have the redirect property of the profile macro pull from a property on the member?

    let me know your thoughts.

  • bob baty-barr 1180 posts 1294 karma points MVP
    Aug 22, 2009 @ 06:45
    bob baty-barr
    2

    hey, i was able to play around with the member profile and updated the dll to use a property on the member [content picker] for the redirect on success...

    if you are interested in the code, just let me know... but i imagine you could do it in seconds :P

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 08, 2009 @ 00:04
    bob baty-barr
    0

    hey, new request... i love the update email feature... i really need the same thing for password update... any thoughts on adding that? i am stuck

  • skiltz 501 posts 701 karma points
    Oct 08, 2009 @ 01:54
    skiltz
    0

    Do you want 3 boxes. Current Password, New Password, Verify password?

     

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 08, 2009 @ 03:11
    bob baty-barr
    0

    yeah, that would be killer!

  • skiltz 501 posts 701 karma points
    Oct 08, 2009 @ 03:31
    skiltz
    0

    Ahhh crap...Sorry dude running out of time today.  I've added the abilty to change password through the profile page and have uploaded to codeplex (only password and new password)......I have not tested this. Did you want to do this?  Otherwise you might have to wait 24-48 hours till I have some spare time.  Make you add the new properties through the developer/macro page.

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 08, 2009 @ 03:43
    bob baty-barr
    0

    i think i will take a look at it... the old password is not necissary... just want to peep the methods...

    thanks, i will keep you posted on my discovery!

  • skiltz 501 posts 701 karma points
    Oct 08, 2009 @ 03:52
    skiltz
    0

    And you say your not a developer! :)

     

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 08, 2009 @ 04:24
    bob baty-barr
    0

    okay, so i was able to integrate your password fields solution into my customizations and it worked like a DREAM!!!

    so to pretty it up i need to figure out how to make those fields password fields... :)

     

    just for the record... i am one of those TOTAL HACKS... i am pretty much a master of reverse engineering and can follow logic patterns... my only programming class was in 1992 in college and it was an 8am class -- that i found myself skipping more than attending :)

    i think i took my C and got the hell out :P

  • skiltz 501 posts 701 karma points
    Oct 08, 2009 @ 04:28
    skiltz
    0

    ohhh yeah password fields! 

    txtPassword.TextMode =

    TextBoxMode.Password;
    txtPasswordConfirm.TextMode = TextBoxMode.Password;

     

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 08, 2009 @ 05:44
    bob baty-barr
    0

    thanks for the pointer... added that as well :)

  • skiltz 501 posts 701 karma points
    Oct 08, 2009 @ 05:45
    skiltz
    0

    Awesome.  Let me know if you need anything else.

  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 08, 2009 @ 17:32
    bob baty-barr
    0

    as far as i can see, i am pretty set... i will definitely keep you posted! thanks for the AWESOME starting point!

Please Sign in or register to post replies

Write your reply to:

Draft