How to allow any user can write blog post in orchard cms? - orchardcms

I want to allow create blog post for any login user.
orchard cms use look like for asking questions

Follow these steps once you have logged in to the Admin area:
Click 'Users' from the side menu
Click the 'Roles' tab
Edit the 'Authenticated' role
Scroll down until you find the 'Orchard.Blogs Feature' section.
From there you will see all the settings for Blog Posts.
As you want every logged in user to be able to edit Blog Posts, you most likely want to tick the 4 'Edit' and 'Publish' Blog Post options, but you also have the option of allowing them only to edit their own, if required. See below:
You also have the option of controlling who can manage individual Blogs, as well as who can delete them.
Hope that helps!

Related

How can I customize Delve for my organization?

I have two issues I need help with.
I would like to customize the Delve user profile page for everyone in my organization. Ideally, I would like the background and header changed. I found this document and updated the theme for our organization, but apparently it doesn't work for Delve because I see no difference. Customize theme for your organization
I would like to change the titles of each of the sections in the profile to a different name (see attached screen shot). I changed this in the manage user profiles section but it didn't affect the Delve user profile page.
I'm a newbie at O365/Sharepoint/Delve adminstration; any help would be appreciated.
1.Change to different image:
2.Change cover photo:
3.As you said, the section names in delve page could not be changed.

Blog post bypassing workflow in Kentico

I have a situation where blog posts when saved are being instantly available on the site despite:
Having workflow applied that has a specific "publish" step
The repeaters on the blog page having "show published" ticked
This only seems to be affecting blog post pages, other pages behave as expected.
Any suggestions? Kentico 9 EMS
Check to see if the Workflow general setup has "automatically publish changes" checked by mistake.
Also, double check to see if the Blog section is covered by multiple workflow scope or not. Check the Workflow tab of a blog post and see which workflow is actually been enforced.
This was a self induced problem.
We found a global event handler that was being used to set some default properties on page creation, in which was a checkout and checkin. Looks like the checkout/checkin was publishing the page and then setting it back to edit mode.
Resolved by removing the checkout/checkin from the code.

How can you disable blog comments in Orchard CMS?

How can you disable blog comments in Orchard CMS? I can't see how to do this. There's nothing about disabling comments in settings.
You can add control functionality on your site by enabling and disabling features exposed by the modules that are installed to Orchard. To view the available features, click Features under the Modules heading in the Orchard admin panel.
I think you will have one called Orchard.Comments
To disable the feature, simply click Disable for that feature.
Also, you can modify the page content type in Orchard to not allow comments.
Log in as an administrator and then head over to the Admin Dashboard. On the left hand navigation, select the Content item.
Then click on the Content Types tab at the top.
Find the Page Content Type and click the edit link.
Click the Add Parts button.
And then uncheck the Comments part check box.
Click Save on this page and then Save again on the Page content type.
Also, when you create a new Page in your Orchard site you will see the Allow new comments check box so that your users can leave comments on the page/article that you create.

How to remove My Pages and My Submissions from Liferay Control panel

I'm currently working on a Liferay project and want to get rid of the My Pages and My Submissions menu items on the right side so that users of my site do not bother with them. Tried looking for the jsp that renders the left side menu, but could manage to remove the item from there. Any ideas how to proceed? Thanks!!!
You could add the following lines to your portal-ext.properties (usually found in webapps/ROOT/WEB-INF/classes under tomcat):
#deactivate Personal Community with *private* pages
layout.user.private.layouts.enabled=false
#deactivate Personal Community with *public* pages
layout.user.public.layouts.enabled=false
#hide Personal Community from my places
my.places.show.community.private.sites.with.no.layouts=false
and restart the server.
Recently I had the same task assigned. Fortunately removing this items from the menu is quite straightforward since the control panel is nothing more than a special layout for displaying portlets that are deployed in the portal server. You can read my blog post here to check the simple steps on how to customize the Control Panel and My Account portlet.
http://liferay.bdedov.eu/2012/02/clean-up-control-panel-from-unnecessary.html
You probably rather want to limit the permissions to people. Don't give out global administration roles, but create your own roles, "Define Permissions" for them as you need them and leave out the permissions that you don't want to provide to your users - e.g. "access in control panel" or the general permission to add a page.
Otherwise you'll miss other ways to use the interface and still allow them to add pages through other means (e.g. "Manage/Page").
Edit: The easiest way to get rid of "My Submissions" is to undeploy the workflow plugin (kaleo-web) - of course you can only do this if you don't need workflow.

how to set different views for admin and user

Hi I am little new to SharePoint. Here is my question
How can we make different views for administrator VS logged in user. For instance I need to display the
quicklaunch only to admin and not for user. And user should not see site actions tab.
How can we set this. Please can anyone come up with solution or any blog that we can refer?
Thanks in advance.
This blog will help with code identifying whether a user is an admin (or even just owner) http://blogs.tamtam.nl/duarte/2008/12/09/Sharepoint+How+To+Verify+If+A+User+Is+Site+Administrator.aspx
You can then create a control that uses this condition to display or hide content. See my blog here for an example: http://jcapka.blogspot.com/2009/02/handy-hiding-panel.html
You can also use the built in SPSecurityTrimmedControl but it does not provide a means of explicitly checking if a user is an administrator.
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spsecuritytrimmedcontrol.aspx

Resources