Questions tagged [content-management-system]

A Content Management System (CMS) is a platform used to build websites that are easily edited by multiple users. NOTE: Product recommendations are off-topic for Stack Overflow; if you are using this tag to ask for CMS recommendations, your question is off-topic!

CMS is an acronym for Content Management System. A CMS is a platform used to build websites that are easily edited by multiple users, without requiring large amounts of expertise in web development.

These platforms can also

  • extend their functionality through plugins for calendars, blogs, galleries and more
  • allow novice users to modify content through the use of editors similar to word processors
  • handle user access for viewing, modifying and promoting content
7198 questions
114
votes
17 answers

How to repair a serialized string which has been corrupted by an incorrect byte count length?

I am using Hotaru CMS with the Image Upload plugin, I get this error if I try to attach an image to a post, otherwise there is no error: unserialize() [function.unserialize]: Error at offset The offending code (error points to line with **): /** …
user576820
  • 1,289
  • 2
  • 11
  • 13
98
votes
3 answers

how to select all class except the clicked element in JQuery?

I have a website developed on Drupal. I use a module called collapsiblock (it is basicly a JQuery plugin) to achieve accordion like effect. It is working fine with me (although it is in Beta). But I want to modify it so that when the user clicks on…
97
votes
4 answers

What are the WordPress alternatives for Ruby on Rails?

What are the WordPress alternatives for Ruby on Rails? How do they compare to WordPress?
Olivier Lalonde
  • 19,423
  • 28
  • 76
  • 91
88
votes
7 answers

AngularJS dynamic routing

I currently have an AngularJS application with routing built in. It works and everything is ok. My app.js file looks like this: angular.module('myapp', ['myapp.filters', 'myapp.services', 'myapp.directives']). config(['$routeProvider', function…
Greg
  • 31,180
  • 18
  • 65
  • 85
87
votes
11 answers

Umbraco, is it just me or is it really hard to use?

Looking for some feedback on those of you who have evaluated umbraco lately. I've been on a quest for the 'best' cms that balances ease of use/extendability/customization etc. to use as a base for a new vertical product I am in the planning stages…
E.J. Brennan
  • 45,870
  • 7
  • 88
  • 116
59
votes
5 answers

Open Source Java CMS

Can anyone suggest a good open source cms for java? I have not used any java cms but I have used wordpress. Looking around google I have short listed openCMS, dotCMS and Liferay. Has anyone used these? which one of these would be a "good" CMS. It…
webDeveloper
  • 1,284
  • 3
  • 16
  • 31
50
votes
9 answers

How organize uploaded media in WP?

I am new in WordPress and I came from Joomla. How can I (if I can do it...) organize the uploaded media into folder and subfolder using WordPress? If I go in my backend administration panel I have the Media sub panel in which I can add a file (for…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
48
votes
7 answers

How to parse html to React component?

This is my senario : 1. Application request CMS(Content management system) for page contents. 2. CMS return "
Hi,My Button
" 3. Application consume the content, render corresponding component with…
Sing
  • 3,942
  • 3
  • 29
  • 40
47
votes
9 answers

How to get the full URL of a Drupal page?

I need to be grabbing the URL of the current page in a Drupal site. It doesn't matter what content type it is - can be any type of node. I am NOT looking for the path to theme, or the base url, or Drupal's get_destination. I'm looking for a function…
Kumiko-chan
45
votes
11 answers

CMS based on CodeIgniter

I’m looking for a CMS based on CodeIgniter. Can you suggest what CMS I could use? I want to learn how to build a CodeIgniter application based using a CMS as a reference.
Adi Sembiring
  • 5,798
  • 12
  • 58
  • 70
41
votes
3 answers

Working with version control on a Drupal/CMS project

I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subversion, git or similar, into their workflow. You'd obviously want your custom code and theme files under version control but when you use a…
Jens Ljungblad
  • 566
  • 1
  • 5
  • 11
40
votes
2 answers

GIT -- Exclude / Ignore Files from commit

I need to ignore files in git! I don't think ignore is the right word actually; I want the files to be in git, but I don't want to be able to commit changes to them. This may seem like a weird thing to some, but there are many, many instances that…
Patrick
  • 409
  • 1
  • 4
  • 3
40
votes
7 answers

How good is Subversion at storing lots of binary files?

I'm looking for a place to put a few GB of documents (mostly .doc and .xls). My team already has a Subversion server set up for managing the documents we create, so I'd prefer to use that if possible. How well will Subversion handle all this extra…
James A. Rosen
  • 64,193
  • 61
  • 179
  • 261
38
votes
9 answers

Historical security flaws of popular PHP CMS's?

I'm creating a PHP CMS, one that I hope will be used by the public. Security is a major concern and I'd like to learn from some of the popular PHP CMS's like Wordpress, Joomla, Drupal, etc. What are some security flaws or vulnerabilities that they…
VirtuosiMedia
  • 52,016
  • 21
  • 93
  • 140
37
votes
9 answers

Building a CMS in ASP.NET MVC

I'm curious to know if any basic CMS code has been written for ASP.NET MVC. The reason I ask is, I'm making a data-driven website for a client, and I've already spent a significant amount of time building it from the ground-up in MVC, but now the…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
1
2 3
99 100