Tagged Questions

4
votes
4answers
1k views

CodeIgniter CMS: which to use?

I'm looking into CodeIgniter CMS and have found the following: EE Fuel CMS Concrete5 PyroCMS Ionize Any thoughts about these CMS? Thanks.
2
votes
3answers
232 views

Wordpress Alternative

I love Wordpress! I literally use it to develop every site that requires some sort of a CMS. It has become an all around CMS over the last couple of years. My problem is that some clients have a ...
2
votes
1answer
353 views

Adding a Content Management System to an Existing Zend Framework Application

I've recently started working at a company whose main product is a Zend Framework based application consisting of several modules. The plan is to use a content management system with the frontend ...
1
vote
1answer
80 views

Editing a Concrete5 site we inherited from another company

Our company recently took a job where the customer is using a Concrete5 site. They want some minor changes to the site. Upon thoroughly examining the site, we find ourselves UNABLE to make any ...
1
vote
7answers
1k views

Application extensibility in Concrete5 vs drupal

I am a novice for both concrete5 and drupal however I have been looking at Concrete5 and Drupal. I am looking to create a web application that needs to be extensible. Client requirement will start ...
0
votes
2answers
88 views

How can I prevent Concrete5 from injecting <style> and <link> tags in the HTML body instead of head?

It causes my theme not to validate. And it's just plain wrong. So why do they do it? And how can I fix it?
0
votes
2answers
204 views

Concrete5 database index specified in db.xml but doesn't “take”. How do I make it work?

Environment: Windows7, IIS7, MySQL 5.1.57, Concrete5 5.4.1.1 I'm getting this rather odd error message when I place my custom block: Fatal error: Uncaught exception 'ADODB_Exception' with message ...
0
votes
1answer
414 views

How to make a menu editable in Concrete5?

I've been looking around for some guide that could tell me how to make an existing menu editable when added in Concrete 5. Here's the menu I'm using now, I'd like to be able to edit it in c5: ...
0
votes
1answer
161 views

How do I change Concrete5's attitude toward my markup?

Concrete5. I have a span. I want to 'name' it and 'class' it. I edit the code HTML and put <span name='Nameo' class='Classo'>...</span> I save it and re-edit it. I see <span ...
0
votes
1answer
223 views

cms start: plone or modx [closed]

I'm modelling a new project that will require a CMS solution. I'm a newb in this space ... I'm an old timer with typical enterprise skills of my era: scripting, java/j2ee, plsql. Working with jQuery ...
0
votes
1answer
453 views

Few questions about Concrete5 and CMS in general

today I discovered the wonderful world of CMS and decided to started exploring this area although without any map or someone to guide me through this dense forest. I has a lot of questions mostly ...
0
votes
1answer
106 views

Pointing my domain to concrete5 folder

I have a domain name, and have installed concrete5 under my public_html folder. So it is public_html/concrete5.4.1 folder. Now how would I redirect my traffice to concrete5 folder ? That is when the ...
0
votes
3answers
895 views

Can I use Code Igniter with Concrete5?

I am building a site that will (obvisouly) have a front end public portion that I want to drive with Concrete5, but then it will also have a members section that I would like to build with Code ...