Still having problems trying to use the Profile Display control in other modules, example: Ventrian PA. I can get everything to work except for vanity urls. I can link to a profile by userid, but not by displayname. Also cannot register the control in templates on PA. I went as far as registering it in the PA .ascx files without success.
I have another option for a client side solution
Has this been developed yet?
I have the displayname setup for firstname lastname in the dnn user settings, so whenever I attempt to use displayname in the url structure to get a vanity name in 3rd party modules, there is always a space between firstname lastname. I've considered using jquery to rewrite the space into a dash to correspond with vanity names. I just need to get the correct regex to also include duplicate vanity names that have a trailing number: ex. jeff-blanks, jeff-blanks1 (which is what the as vanity urls create on duplicate displaynames.
Has anyone been able to achieve the usage of vanity urls in 3rd party modules without the use of the as profile control or the use of URL Master, etc? Have I just been sleeping and this can now be accomplished? I've searched the forums and come up with multiple discussions on this subject without resolution except for the use of the as profile display control.
I seem to remember another solution hiding out there that Will had posted, but I have been unable to locate it.
Thanks