cms

Web CMS Performance: pages/second (Joomla, Drupal, Plone, WP)

Note: I am not into web programming, so forgive my ignorance in case the question is trivial. Also, please don't comment about "how flawed" the out-of-box comparison of these products is. The question is not about how they compete against each other, rather about the reason behind the incredible slowness of ALL of them. Just read about ...

Basic CMS for bookmarks (delicious clone)

I am looking for a basic open source CMS to build social bookmarks site like delicious.com. I need just basic functionality: Users should have pages like site.com/username where titles and links for the bookmarked sites will be displayed. Ability to check who else added a specific URL to the bookmarks. Bookmarklet to quickly add a site ...

Views in Drupal: ignore arguments

In Drupal I am working with a view that takes a couple of arguments; the nid argument is just passes along to the next page, but the other three arguments it uses to retrieve content. The problem seems to be that the view uses all arguments to retrieve content, which obviously doesn't work since the presence of nid will always return one...

Choosing a Portal / CMS software for developing multi brand websites?

We are in the early stage of overhauling a multi-brand website built using a custom developed java mvc framework to enable web 2.0 features. Built-in features we are looking at are: i18n, sso, content search and indexing, personalization, mashup support, ajax support, rich media content storage and management support, friendly to search ...

PHP File Navigation (Local + Remote)

I have been working on a content management system (nakid) and one of my toughest challenges is the file navigation. I want to make sure the file paths and settings work on local and remote servers. Right now my setup is pretty much something like this: first.php (used by all pages): //Set paths to nakid root $core['dir_cur'] = dirname...

Extending Wordpress as a full-scale CMS

I know that most people will consider this post as irrelevant, and yes, I've read tens of posts saying that Wordpress is "just a blogging platform". However, facts speak for themselves - people do use Wordpress a lot. Moreover, large projects are being developed using Wordpress as the underlying platform. Who doesn't believe it could che...

Can you suggest a component CMS that is compatible with IMB's DITA

I am looking for a Component CMS solution that is compatible with IBM's DITA in terms of preserving the document hierarchy/structure created in DITA (ditamaps). I am not necessarily looking for an open source solution. Other requirements would be: - file migration - XML support (ingestion, editing, export) - PDF support (publishing)...

How do I set Wordpress Posts to be sub-posts of another Post?

I have X posts about various people. I want to have each person post have a subset of associated posts. Is there any way to do this? I understand people could be categories, but then I run into a problem of not being able to allow for textual data associated with the people (categories don't have a post-page equivalent). Thanks in adva...

What do you think about modx to use as CMS?

First of all, hi to everyone! I wan't to ask everypeople if they know modx cms framework, if yes, what do you think about it? If you know it and don't like it, what cms do you advice to use? Thanks in advance, José Moreira ...

custom components and asp.net mvc

I was curious how in the typical ASP.NET MVC mentality one could build a platform that others could develop plugins for. I mean, how would those plugins look like ? Like exiting user controls for WebForms, encapsulating all layers in themselves, or three different files representing the model the view and the controller. I should develop...

Searching for base CMS

I'm searching for a PHP/MySQL based CMS with some basics like Register/Login. It shouldn't be that complex like TYPO3. Drupal and Joomla I don't want. ...

Building a question answer site using CMS..

Hi, I want to develop a question answer site like this one, for students to ask schools and career planning related questions. I was planning to use Joomla as CMS but am not sure whether such site could work fine wih a CMS. I have little experience in website development and it will be a learning experience for me.Can such a site work fi...

What are some flexible, free CMS's for written in PHP for large websites?

I'm looking for a content management system (CMS) written in PHP for a large and diverse website. Here's what I'm looking for: Design flexibility -- The look and feel needs to be completely customizable. Specific pages may need to have design elements Modular design -- I want to be able to add features myself if they're needed. Product...

Drupal nested subform

I'm working on a directory service using Drupal where each place has more than one branch, I need to create the content type (branches) and be able to add branches using the same form of adding a directory item. Is there a module that helps me in doing is (if it's Ajax that would be excellent). ...

I need suggestions on C2C (Customer2Customer) PHP CMS

I need to build a website for customers advertising such as craiglist. I want to build it in PHP, and I 'm willing to use an open source CMS. I'm a very big fan of Drupal, but I don't now if stands well for this kind of sites. Could anyone suggest me a suitable CMS for my domain? Best, Demian ...

Open Source PHP script/lib/cms for creating sites a-la StackOverflow?

I want to create site a-la StackOverflow but for different needs (not for Questions at all) (for some crazzzy geo mapping project=) so I need CMS... I vant it to be looking like StackOverflow... So is there any Open Source PHP script/lib/cms for creating sites a-la StackOverflow? ...

Need a simple CMS. Should I customise an existing CMS or build from scratch?

I'm building a VERY simple web hosting service that will cater to the ma and pa type small business. Now my dilemma is whether I should built it from scratch or use an existing CMS. The CMS needs to be customisable, as I wish to build my own client. I only want the user to have to put a title and content. Everything else will be hidde...

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 on, so for the past month or so I have been downloading, installing, reading source code...

Are there any cms/social networking platforms that facilitate the creation of multiple communities?

We are building an app that we want to add social networking like features too. Our first thought was to take an open source social networking platform or a cms with community features and drop our app into it. It seems that most of these platforms seem to be organized around the idea that there is one network and everyone is part of t...

What are the bones of a Powerful CMS

where im working is a company to improve their own market CMS , if u were me and u had the opportunity to build ur own CMS ( revision of existing CMS ) what steps u would take ? as far as i know these things can be most important : template engine ( caching ability ) a php framework ( ZEND) a javascript Framework ( Jquery ) OOP co...