Questions tagged [concrete5]

Concrete5 is an open source content management system (CMS) written in PHP and based on the Zend Framework. It allows for in-place editing of content for logged in admin-level users.

concrete5 is an open source content management system (CMS) written in PHP. It includes Zend libraries and includes jQuery for JavaScript needs. It allows for in-context editing of content for logged in admin-level users.

As a database, it's using MySQL through the ADOdb Database Abstraction Layer.

The project is maintained at http://www.concrete5.org/.

Many answers can be found on their forums or through their irc channel on freenode (/server irc.freenode.net in your favorite IRC client, and /join #concrete5 once you're connected)

586 questions
3
votes
1 answer

Does Concrete5 have something similar to Drupal's CCK and Views?

Does Concrete5 have something similar to Drupal's CCK and Views? How can I create a new custom content type (like catalog or product) in Concrete5?
un1t
  • 39
  • 2
3
votes
1 answer

Redirect URLs with query strings in .htaccess

I'm trying to migrate an old site to a new one built with concrete5. The old site uses query strings, which I cannot redirect from within concrete5. There are multiple categories, how can I redirect just the query part? Old URL:…
buurvrouw
  • 33
  • 5
3
votes
1 answer

Concrete5: How to display retina image through the image block?

I am trying to implement Retina.js plugin for displaying alternate images on retina display. This will certainly work if I have a fixed image path hardcoded into the page or theme but how do I make this work through the Image block? Or is there a…
user1448031
  • 2,172
  • 11
  • 44
  • 89
3
votes
3 answers

Concrete5 5.7: How to use the dialog popup on package dashboard single pages

I have a package with a dashboard single page. On this single page I need a dynamically created dialog popup, and so I also need to use the router, views (package/mypackage/views) and controllers. The questions now are the following: What looks the…
3
votes
2 answers

Concrete5 5.7: Passing variable from Controller to View

So I have made a dashboard Single Page under: /application/single_pages/dashboard/newsletter.php and a /application/single_pages/dashboard/view.php The Controller is under: /Concrete/controllers/single_pages/dashboard/newsletter.php The…
toesslab
  • 5,092
  • 8
  • 43
  • 62
3
votes
2 answers

Issues upgrading Concrete5 from 5.5.2.1 to 5.6.x

I'm currently updating a very old website from 5.4.x to 5.6.3.3. So far I've been able to upgrade to 5.5.2.1 locally without problems. But upgrading from 5.5.2.1 to 5.6.x causes a lot of problems. I've tried updating directly to 5.6.3.3, which the…
Skovsgaard
  • 339
  • 2
  • 19
3
votes
1 answer

Block not deleted from DB

Situation: I'm developing a package for Concrete 5 Version 5.6.3.1. The problem: When deleting an already published block from the frontend (like any user does), the corresponding row in the DB-table isn't deleted. When deleting the block without…
toesslab
  • 5,092
  • 8
  • 43
  • 62
3
votes
1 answer

How do I center "btn-group btn-group-justified" on mobile viewport with Bootstrap 3.0

I added a stack in the top section of my footer to highlight a group of common site links. I am building this site with a Concrete5 CMS theme built on Bootstrap 3.0 I have created a bootply at http://bootply.com/102065 I used the "btn-group…
Seilche
  • 33
  • 3
3
votes
1 answer

How to get pageID from block in view.php at Concrete5 CMS

I want transfer some data from page attributes as GET Request data. URL for request I create in block's view.php. How I can get cID of current page in view.php ?
iDom
  • 115
  • 1
  • 7
3
votes
1 answer

Concrete5 - Force a certain block type for an area

Is there anyway to force a certain area to use a certain block type? for example: $a = new Area(); $a->setAllowedBlocks(array('autoNave','content')); $a->display($c) Is there any thing like: setAllowedBlocks? Thanks
SexyMF
  • 10,657
  • 33
  • 102
  • 206
2
votes
1 answer

xampp on windows 7: set chmod

i am running xampp on my windows 7 machine. i've downloaded the sourcecode for concrete5 5.4.2.2 (that is a PHP-based CMS) but some directories are not writeable, see screenie: since there is no such thing as chmod on windows i am now wondering how…
nerdess
  • 10,051
  • 10
  • 45
  • 55
2
votes
2 answers

Create PostFinance payment request

PHP: Can anyone help me how to create a payment request using wysow repository? I found this link, but there weren't any solutions. I am am using concrete5's Community Store and am trying to create a PostFinance payment package/addon. I have the…
2
votes
1 answer

Locating Template CSS File in Concrete5

I just installed concrete5 and wanted to customize the css file to match the color scheme of my business. Unfortunately, I can't find the CSS file for any of the templates. Unlike Wordpress, it isn't simply a style.css file located inside the…
user732027
  • 99
  • 4
  • 11
2
votes
2 answers

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 (default) module, so that the marketing folks can…
2
votes
1 answer

How to place entities in package for Concrete5 v.8?

Question on the version of 8. How to place entities in package for Doctrine? I have it not mapping to DB(
guyasyou
  • 23
  • 1
  • 5
1
2
3
39 40