|
Latest Discussions
|
 |
|
|
|
|
 |
|
Support Forum
|
 |
|
| Author |
Messages |
|
Mark Hollas Posts:247

 |
| 10/17/2007 9:58 AM |
|
| I was wondering, and this is really for my situation only, if you could make a PG that has a link to the users page like "my personal Gallery" then under that link have a text box that is filled with that URL to the users page? this would be a life saver for me.
Thank you for all you do
Mark |
|
|
|
|
Pengtsen R Posts:4862


 |
| 10/18/2007 11:43 AM |
|
| Mark, thanks for your suggestions, but I'm worry I may not have time to add this feature - especially only for you, you know, currently I'm busy working on UVG, and then I'll work on a minor upgrade of UMG... personal gallery have lower priority.
thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Mark Hollas Posts:247

 |
| 10/19/2007 8:18 AM |
|
| I understand, that was a big thing to ask for only one user.
If you could just tell me how to do it, I could take a crack at it myself. retrieving the URL is already possible with "My Personal Gallery",right? I just need to display it in a text box right? what is the method you use to retrieve to URL?
Thank |
|
|
|
|
Pengtsen R Posts:4862


 |
| 10/19/2007 12:07 PM |
|
| This method is used to retrive current users's personal page:
Dim objTabOwnerController As New TabOwnerController
Dim objTabOwnerInfo As TabOwnerInfo = objTabOwnerController.GetTabByOwner(ModuleId, UserId)
|
|
Pengtsen R http://www.bizmodules.net |
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
 |
 |
|
 |
|