Page needs to redirect after login
Last Post 08/26/2009 1:42 AM by AnuPaddu. 2 Replies.
Author Messages
AnuPaddu
Nuker
Nuker
Posts:19


--
08/20/2009 7:27 AM  
Hi,

I am using blog module in my site. When a user log's in I need to direct the user to their blog page however, if the user does not have a blog then user should be directed to the Default.aspx page. Is this possible. Please provide help to accomplish this by coding.

Thanks,
Anu
Joseph Craig
DNN MVP
Posts:11667


--
08/20/2009 10:46 PM  
You would have to look up the user's blog from the appropriate database table. If found, construct the link to the appropriate blog and use (I think) NavigateURL to go there. If you can't find the blog, navigate to Home.

Joe Craig, Patapsco Research Group
Complete DNN Support
AnuPaddu
Nuker
Nuker
Posts:19


--
08/26/2009 1:42 AM  
thanks for the clue did it. written the code query the url and redirect to the particular blog page and link this custom page to (Admin->User Accounts->User settings->Redirect After Login)

Thanks,
Anu


---