Mono Support Cannot find any "create new blog" button (Closed)

Viewed 10172 time(s), 6 post(s), 7/8/2013 12:04:37 PM - by sonap
7/8/2013 12:04:37 PM
475 Reputation 52 Total posts

Hello,

I am trying to modufy and style the blog.aspx page and I cannot find a "create new blog" button" anywhere. In the Monox documentation I cannot neither find a way for a register user to create his own blog. The only thing I can find is the buttons for new post (article) creation and editing of the already created posts. 

The architecture as I understand it is like this:
1. first page (all blog posts with no buttons to create something new) -> 
2. blog post view ->
3. blog info -> blog view (with list of posts)
4.  (if you hit the "settings" button you can change the blog's setting))
but there is nowhere an "add new blog" button

Thank you,
Panos

1
7/9/2013 8:41:03 AM
15993 Reputation 2214 Total posts

Hi,

if you were referring to crating a new blog post then please take a look at the following:

/MonoX/ModuleGallery/Blog/BlogContainer.ascx
/MonoX/ModuleGallery/Blog/BlogCategories.ascx
/MonoX/ModuleGallery/Blog/BlogInfo.ascx
/MonoX/ModuleGallery/Blog/BlogList.ascx


Inside the BlogContainer you will find the following WebParts

/MonoX/ModuleGallery/Blog/BlogPostList.ascx
/MonoX/ModuleGallery/Blog/BlogPostEdit.ascx
/MonoX/ModuleGallery/Blog/BlogPostView.ascx
/MonoX/ModuleGallery/Blog/BlogSettings.ascx
/MonoX/ModuleGallery/Blog/BlogCommentsList.ascx


In the BlogPostList WebPart you will find the lnkAddNew which is used to create a new blog post.

If you were referring to creating a new Blog then you should go to MonoX administration -> Blog -> Blog Settings (/MonoX/Admin/BlogSettingsManager.aspx). There you can open a new blog and manage blog settings.

Regards

2
7/9/2013 9:40:32 AM
475 Reputation 52 Total posts

Thanks a lot Khorvat! I was reffering to the second.

I just thought that all members were able to create new blogs from the beginning, thats why I got confused.
As a matter of fact, would that be good to have as an option?

Thanks for everything,
Panos

3
7/9/2013 9:53:48 AM
3016 Reputation 428 Total posts

That feature is not included by default. You could achieve that, but it requires you to do some programming.

regards.

4
7/9/2013 10:17:53 AM
475 Reputation 52 Total posts

I thought It would be so. Maybe we will try it in the future. Thank you!

5
7/9/2013 10:19:17 AM
3016 Reputation 428 Total posts

Ok, I'm closing this one. If you have further questions please open a new topic.

Regards.

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