How much editing can a non-technical user do on their Drupal site? - drupal

I know next to nothing about Drupal but I do have a question about it. Once a professional web developer builds a Drupal site for a customer, how much can a non-technical customer change? Can they change all of the text? Can then replace images. Can they insert new images? Is there some kind of dashboard that gives them access to what they can change?
Thanks

Drupal is a content management system (CMS) and it's whole purpose is to make it easy for a non-technical user to use. That includes creating, editing, and deleting of any content. There is also a dashboard for them to go to and much more features such as setting user roles, permissions, a lot of modules (plugins), and the community is big so there is a lot of help if you need it. The best way to start is to read the Drupal documentation and also follow some tutorials on youtube.
Documentation
Drupal documentation

Related

Possible to make a new (blog) page in CMS drupal?

Lets say that my customer is a blogger and wants to make daily blogs. So that means she needs a way to add new pages in the CMS. I dont want a customer to do technically stuff obviously. It needs to be as easy as it can get.
And I heard that drupal is a great CMS. So i'm open for that adventure. But before I take that road, I'm wondering if this is possible to do in a drupal CMS?
I'm new to drupal and to its CMS. So I don't know which version to take. Or anything at all. So I want to know for sure if this is possible before I spent hours and it isn't possible.
IF there is another cms you recommend, you can mention it. I'm open for suggestions.
The term CMS itself says that the purpose of this type of software is to manage content - exactly what you're looking for. So Drupal or any other CMS also provides the ability to create blogs and easy-to-use administrator features.
About Drupal, it is a powerful and flexible CMS, suitable for creating many complex features as well as scalability. If you just need a lightweight blogs page with basic features like content CRUD, you can take a look at Wordpress.
If you choose Drupal, I recommend using the latest version (Drupal 9) for the long-term support.

WordPress Permissions Roles Manager?

I´m currently developing the Intranet for the company I am working for. The site is currently based on SharePoint, but I have to migrate it to Wordpress. And that´s my first developer experience with Wordpress, you just should know. Creating the theme, content and working with the WP Admin area works very well, but where I´m feeling defenseless is the permissions topic.
Generally, the whole page content is managed by the Marketing department. So, for me it is ok that they have access to WP Admin and I would use one of the predefined roles available.
But there will be also an area for the departments where specified users per department should be able to
edit the pre created page content
add subpages and edit its content (it would be nice if it can be defined which page templates can be selected by the user)
add posts for a pre created category (that should not be changeable by the user)
edit its profile and password
A whole access to WP Admin should be therefore prevented.
I read much information about roles, capabilities and reviewed forums and blogs presenting potential plugins. But to be honest, I´ve lost the overview and I´m totally scared about what´s the right way to do such like this the professional way.
Is there anybody who was already in such a situation or knows a good resource where to read more?
Thanks a lot.
John
PressPermit is the tool I choosed. It covers all needs described in my question.
Note: To use all features, you need to buy a support subscription currently available for $55 a year for one site.
However, a very powerful tool and in comparison to Advanced Access Manager I tried before, it really supports permissions also for multiple roles.
If you are thinking about, use the screencasts to see if the tool cover your needs. Unfortunately, there is no trial available, but you can request an evolution wordpress installation which was setup within one day in my case. This service costs $5.

How can I restrict access of content to paid users in wordpress

I have working on wordpress based website, where I want to keep certain sections (pages/posts) open to all kind of users (free+paid), while some sections available to only those users who have paid. Is there any plugin available or do I need to work on code part. How can I do this. Thanks
The reason you've been given a -2 on your question is that this is not a programming question.
You need a paid service for that kind of functionality or program that out from scratch by yourself. There are plenty of plugins that do that for you. Or perhaps your can find some "free" plugin to do that (Not recommended).
I've used wishlist before and it works great. Lots of setting to deal with though.

Using wordpress as external content management system

We are planning to create an asp.net website (probably mvc), that needs a cms for news items.
Our content managers and others who require to publish news have asked if they can use wordpress for content management.
Our users have different roles, and news items should be visible to certain roles, or even specific users if possible.
The reason they want wordpress is the manager's user friendliness, so if some other alternative with the same kind of user experience would be ok.
Could anyone please point me in some direction?
NOTE: I'm still doing research at the moment, so I've got nothing holding me back at this point.
There is an API plugin that has been developed to spit out information in JSON, but I have not actually implemented a site with it:
http://wordpress.org/extend/plugins/json-api/
Perhaps you could have the authors work on a wordpress install and create your app to draw content via that plugin?
I too was facing the same issue, little different. We want to have WP as CMS so that our site can take the benefit of SEO which is very easy with WP. SO we installed WP under a folder in the Main ASP.net based website. Initially there were issues, I was unable to run it. Finally managed to run it. Solution is posted here - http://www.wwwlabz.com/how-to-run-a-php-based-website-from-a-subfolder-in-asp-net-website. Hope it will help someone. Actual site where we implemented this is http://www.periproperties.com/content/.
Now I want to have specific section of WP to be accessible on my site. SO I am exploring different options and will post, if found something
Thanks.
DotNetNuke is the most popular ASP.NET based CMS (source). I am implementing my first project in it and so far I am very happy with it.
Note the free edition will not work for you since you need customizable security roles and free has a limited set of predetermined roles. You'll need the pro edition.
I don't know how similar it is to WordPress. Overall, WordPress is much more popular but of course there are platform issues with WordPress since it is Apache based and you want to create an ASP.NET website.

Wordpress or Drupal Users Report Module

I have to build a site that receives some custom report from my users and store them in a database. The users are able to view their reports and the department administrator comments on it. I was creating this myself using PHP although it was good but it's full of security holes and I get lost after a while when my code grows bigger.
I think if there is a module for drupal or wordpess that can benefit from grouping my users into separate groups that would be much easier.
Does anyone know if there is such plugin or would you recommend me some keywords to search with.
Thanx in advance
Sounds like Drupal would be a good fit for this. There would be (at least) two roles (one for regular users and one for administrators), and there would be a 'report' content type. Regular users would be able to upload reports and view their own reports and administrators would be able to comment on reports.
Drupal + CCK (and possibly the FileField module if users are uploading document files) would be able to handle all of this pretty easily.
Drupal with the CCK & FileField modules would work great (as Mike mentioned). Two roles would suffice (admin & regular user).
As for security, make sure to use the latest versions in Drupal 6 & stay on top of when those 2 modules get updated although Drupal makes it super easy for you through site notification. Along the lines of security, you'd want to 'hide' the login box from the homepage & use www.sitename.com/user for your users to login.

Resources