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
2
votes
1 answer

Can I set up Orchard CMS to be a sub directory of my "real" web site?

I have a web site and I would like to add some CMS capabilities to it (blog, forum, comments, rss, etc...). Ideally, I'd like to co-host my existing asp.net MVC web site with a CMS like Orchard which should be under mysite.com/cms or…
2
votes
1 answer

CMS Made Simple, trouble including file

I have a little problem with using the php include() within user defined tags. like in cmsms manual described you can add php code via user defined tags into your cmsms page. I tried hard, but it is not working. This is the code I just wanna…
vishTech
  • 21
  • 3
2
votes
5 answers

Complete CMS (or framework for CMS) with i18n support

We are looking for a way to publish articles in different languages, including differences in writing direction (RTL/LTR) and of course character sets. The maintainer of the current site works with Mambo/Joomla, but has already found severe…
2
votes
3 answers

How to use Plone as Document Management?

I wish to create a document repository for my company. Reason is because my company have many documents and they did not have a version tracking in place. This means everyone is using different version all the time. Plone is something new to me and…
Reusable
  • 1,888
  • 7
  • 27
  • 46
2
votes
1 answer

Liferay CMS capabilities

I have requirements to establish a CMS system for enterprise and it has to be java based open source, I found out that liferay has CMS capabilities but I'm not able to find any detailed description of the features introduced on its CMS , also I…
Mira
  • 291
  • 1
  • 6
  • 16
2
votes
6 answers

What do you consider the best CMS in Java

Which CMS are you using in Java and what is your experience with it (in terms of extensibility, usage comfort, framework API, memory usage, performance etc.). I am looking for suggestions. Specifically any one that supports a search engine(probably…
Petr Macek
  • 1,493
  • 1
  • 15
  • 19
2
votes
1 answer

Regular expression help in PHP

I have a block of text where I need yo find bits of text like: {slider:1} {video-alt:10} I have this bit of code $regex = '/{[ ]*(slider)|(slider-alt)|(video)[ ]*:[0-9]+[ ]*}/'; $matches = array(); preg_match_all( $regex,…
jribeiro
  • 3,387
  • 8
  • 43
  • 70
1
vote
1 answer

Retrieve CMS Pages Dynamically and Add Active State Based on Current Page Identifier in Magento

I've created a left sidebar navigation template that pulls through both categories (dynamically) and CMS pages which have been added manually (see code below) and I've managed to get the active state working but I would ideally like to pull through…
Gareth Daine
  • 4,016
  • 5
  • 40
  • 67
1
vote
1 answer

Alternative to SlideshowPro Director?

I have used SlideshowPro Director, along with it's PHP API, as an Image Management System on several sites in the past. The backend is incredibly well-designed and easy to use, and the system stores original quality uploads, so you can request…
cmal
  • 1,751
  • 5
  • 18
  • 29
1
vote
2 answers

Subfolders and mod-rewrite

I need to alter this current re-write rule to accommodate for an admin folder. Here is my current mod-rewrite code: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-z]+?)/([a-z]+?)/(.*)$…
Torez
  • 1,902
  • 7
  • 25
  • 39
1
vote
1 answer

Top Enterprise Level CMS not platform specific

I'm looking for some leads on Enterprise level CMS. The platform doesn't matter. I already have a handle on the majors in the .Net field and need to find some in the php, ruby, python, etc, fields. For .NET I am looking at Sitecore, Ektron, and…
frjames
  • 81
  • 1
  • 6
1
vote
2 answers

Scheduling and publishing replacement pages in a CMS

Does anyone have any ideas or know of any plugins to allow pages to be scheduled and replaced. preamble: currently evaluating different content management systems for a new project, we create new pages and also updating existing pages for example as…
user894932
1
vote
2 answers

Make a copy of a Joomla site to a new folder on the same database?

I need to make a copy of my Joomla site into a new directory on the same domain Because I need to migrate from version 1.5.9 to 2.5.25. (there's no upgrade from 1.5.9 to 1.7) But when I copy into just another folder, do I then need to change the…
1
vote
1 answer

How to stop ORBIS CMS from automatically inserting

tags

Driving me crazy, finally found a decent CMS that is open source and can be installed, it's called Orbis CMS. One problem, can't for the life of me think why someone creating such sweet software wouldn't know that not all editable regions need the…
nzhardcore
  • 37
  • 1
  • 8
1
vote
1 answer

Page not found in Mura

I have been searching for a solution to my problem with Mura, but to no avail. Unfortunately, I need to use Mura because this site must be made with coldfusion, and so far it is the only CMS that makes the most sense to me. I'm not a web designer /…
1 2 3
99
100