Mono Support How can I do that each user have their own blog and news space 

Viewed 10444 time(s), 3 post(s), 4/9/2013 12:10:17 PM - by John
4/9/2013 12:10:17 PM
40 Reputation 2 Total posts

How can I do that each user have own blog and news space in their profile page, for example: in the user tab section
        Wall | About | Friends | My News | My Blog

With url friendly: domain/user-name/news/2013/4/9/most-mars-atmosphere-lost-space
                           domain/user-name/blog/2013/4/9/will-apple-include-this-futuristic-technology-in-the-iphone-6

Which be the best approach to do that, any idea please

Regards

1
4/9/2013 3:10:58 PM
250 Reputation 19 Total posts

Hi John,

Do you want to show blog posts or blogs added by a certain user?
If it is blog posts, you can use BlogPostList.ascx and assign the UserId.

Similar functionality is not implemented for News, so you would have to do your own filtering.

You would also need to add custom URL rewriting rules in web.config.

Regards,
Dalibor

2
4/10/2013 10:31:34 AM
40 Reputation 2 Total posts

Hi Dalibor

yes, I want it, blogs added by a certain user

Thanks

3
This is a demo site for MonoX. Please visit Mono Software for more info.