MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 9348 time(s), 3 post(s) 4/9/2013 12:10:17 PMby John
John

John

4/9/2013 12:10:17 PM
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
This content has not been rated yet. 
40 Reputation 2 Total posts
Dalibor

Dalibor

4/9/2013 3:10:58 PM
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
This content has not been rated yet. 
250 Reputation 19 Total posts
John

John

4/10/2013 10:31:34 AM
Hi Dalibor

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

Thanks
This content has not been rated yet. 
40 Reputation 2 Total posts