Questions tagged [content-management]

Content management practices and goals vary by mission and by organizational governance structure.

Content-management is a set of processes and technologies that supports the collection, managing, and publishing of information in any form or medium. Content management allows an organization to control the storage and retrieval of content objects, track content revisions, maintain a content audit trail, and enable a collaborative environment.

136 questions
1
vote
1 answer

SharePoint SPTimerV4 stops automatically

My farm SharePoint 2010 Products and Configuration Wizard fails with the log err message "The exclusive inplace upgrader timer job failed" SPTimerV4 is running as farm administrator with necessary sql permissions. When this error happens…
1
vote
1 answer

DAM Solutions for full-length movies

Are there any DAM (Digital Asset Management) solutions in the market that can handle storage & classification of full length movies (10 GB and greater). Have heard of solutions from EMC Documentum, Artesia, Oracle UCM and the like but not sure if…
gnlogic
  • 1,034
  • 2
  • 9
  • 14
1
vote
1 answer

Display Allowed child node of Different Doccument Types in Umbraco

I need to develop functionality that contains contents like Category -> Subcategory -> Content and Category -> Content For Example, World News(Category) USA(Sub Category) USA News1(Content) USA News2(Content) …
1
vote
1 answer

Generic XML Content Management System

I'm looking for an open source or commercial tool that we can adapt/extend to our existing base of complex XML. I'm not looking for a CMS to manage website, I'm looking more for one focused on generic XML. I'm mainly looking for a tool to manage XML…
Dougnukem
  • 14,709
  • 24
  • 89
  • 130
1
vote
2 answers

Using a facebook page as a content management system?

Greetings, So I am making a website for a friend who wants to be able to make posts onto his facebook page, have these posts (only by him. and preferably their assorted comments) be pulled in on his website. I haven't done any work with facebook's…
matt
  • 51
  • 1
  • 3
1
vote
2 answers

How does Concrete5 arrange it's absolute paths?

I've been asked to figure out how the Concrete5 system works for an employer, and I can't figure something out. I have Concrete5 installed to a directory on the server called /realprofessionals. When the Concrete5 system makes new pages, it gives…
Michael Davis
  • 219
  • 2
  • 12
1
vote
3 answers

What is the 'best' Content Management System for low visits?

I need to build a website that keeps the content & appearance themes separate. I figured that a content management system is the best way to achieve this goal. I expect the user base to be hundreds of hits a day. What is the best content management…
Swami
  • 135
  • 2
  • 10
1
vote
2 answers

Drupal Content Manager module that approve content, tracks changes

I know for a fact that Drupal is a content management software. What I would like to know is, is their any module in drupal that does content management? Like approving a submitted contents, post or comments, Track changes and so on and so forth. If…
mr.b
  • 2,708
  • 8
  • 39
  • 64
1
vote
1 answer

Showing category content with sub categories content

I have main categories and sub categories. at cat.php?id=1 page; (id=1 is main category) I want to show also subcategories content. My categories table: id - sub - title (if sub=0 it means this is main category. if not it's sub category) My current…
Rough
  • 366
  • 1
  • 10
1
vote
1 answer

Organising complex webs of complex articles in large websites

My question relates to how large websites, edited by several hundred people who work in a large organisation (such as a News website) organise their web pages. What form of mechanism works in the background? Does each article represent a row in a…
Patrick Beardmore
  • 1,026
  • 1
  • 11
  • 35
1
vote
3 answers

asp.net CMS solution: best mechanism for storing the data in SQL

I've worked on a number of CMS systems using the .NET platform (the CMS management system is in ASP.NET, and the site which renders the content is both ASP.NET and PHP). I've traditionally stored the generated content in classes that serialize to…
pearcewg
  • 9,545
  • 21
  • 79
  • 125
1
vote
1 answer

How to Exclude Category Posts in WordPress Main Blog page?

I am trying to exclude posts with the 'news' category and I seem to be having some trouble. I did not write the original code and haven't really used WordPress much, so any relevant resources and solutions are helpful. Here is the code that is…
dr Oq
  • 31
  • 3
1
vote
4 answers

Some questions about slugs in ASP.NET MVC content system

In my application I'm currently using forms which allow to enter Title and Slug fields. Now I've been struggling with the slugs thing for a while because I can never decide once and for all how to handle them. 1) Make Title and Slug…
mare
  • 13,033
  • 24
  • 102
  • 191
1
vote
1 answer

Terminalfour site manager - Content Management System

I am about to start a project, ongoing actually for the next 2 years where we as an organisation will be implementing TerminalFour Site Manager I am basically after any advice or support if anyone has used this piece of software, and what they think…
Paddy Callaghan
  • 324
  • 1
  • 4
  • 10
1
vote
0 answers

How to store and manage singular data in Rails?

I'm developing a site with Ruby on Rails. I have data on layout that doesn't repeat more then once. And I need to enable content-menegers to change it easily. I could create a model or several models for them and let content-managers edit it in…