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

Is the PHP CMS Concrete5 compatible with Backbone and Slim?

THE ENVIRONMENT: Concrete5 parses the URL to find a page's controller - or tools file, which has no view - and renders it's view. That's a bit simplistic, but it's the gist. Because Concrete5 has such a beautiful architecture for handling a large…
Ricalsin
  • 950
  • 9
  • 28
0
votes
2 answers

Concrete 5 search results page url

Concrete 5 search results page url contains some parameters. how to remove that parameters and make the url user friendly
0
votes
1 answer

Concrete5 Language-Specific Content for a Block on a Layout Needed

I need to be able to make regions of an existing layout into a language-specific block. There are images/links in the footer of my layout that I'd like to be able to edit for, say the German version of the website, but not for the English version.…
Steven
  • 3,526
  • 3
  • 18
  • 28
0
votes
1 answer

Page not found error once submit form in addons contact_directory using concrete5?

I have purchased add-ons module contact_directory using concrete5, now I have need to customize on my requirement. so I have need to changed file packages\contact_directory\blocks\contact_directory\view.php, I have created test.php file in same…
0
votes
1 answer

Concrete5 error with no result

I am using concrete to render my site, it uses the following error system; if (isset($error) && $error != '') { if ($error instanceof Exception) { $_error[] = $error->getMessage(); } else if ($error instanceof…
David Passmore
  • 6,089
  • 4
  • 46
  • 70
0
votes
1 answer

How to remove the cms dashboard login page from a domain

I have few domains that functioning under a single instance of the CMS. www.domain.ru - russian www.domain.com - english www.domain.it - itally The content editors working on the path: www.otherdomain.com/dashboard, this domain is limited for a…
SexyMF
  • 10,657
  • 33
  • 102
  • 206
0
votes
1 answer

Concrete 5 theme installation issue with absent required files

I have installed Concrete 5.5.2.1 and i'm now attempting to install a theme I have downloaded from the marketplace. I have downloaded the zip archive, extracted it and FTP'd the full directory up to the /themes directory. However, after trying a…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
0
votes
1 answer

Concrete5 - What is the way to query the composers and retrieve a list with data

I have in my concrete5 (LATEST) few composers (Blogs, news and more). I want, via php code to query the database and retrieve list of composers entries. On top of that, one of the news composers Fields is boolean - DisplayOnHomePage. What I want…
SexyMF
  • 10,657
  • 33
  • 102
  • 206
0
votes
2 answers

My PHP condition statement display two results for if and else, what's wrong my my code?

I created a conditional statement for my custom theme in Concrete5. My codes goal is to toggle layout. If the current page has a child pages under it, it will display an additional sidebar (
) to list the subpages items. If…
Pennf0lio
  • 3,888
  • 8
  • 46
  • 70
0
votes
6 answers

shortest way to transform case and strip spaces in PHP

I'm trying to add class name in my Concrete 5 theme. What's the elegant way to strip spaces and replace it with dashes then transform them to lower case? I already tried lowering the case but I also need to replace the space with dashes (-) Here's…
Pennf0lio
  • 3,888
  • 8
  • 46
  • 70
-1
votes
1 answer

concrete5 - how to get files uploaded through ajax in php

I'm trying to upload multiple files through ajax but I can't figure out how to get the uploaded files in PHP. I sent them var attachments = $('.attachment-file'); var post_data = new FormData(); if (attachments.length > 0) { …
linuxoid
  • 1,415
  • 3
  • 14
  • 32
-1
votes
1 answer

cms start: plone or modx

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 and nodejs on other learning projects. For the CMS…
stickhandle
  • 69
  • 1
  • 1
  • 4
-1
votes
1 answer

creating php request with xml file

I am using a service from a website for my private project. I have a xml file like this one:
-1
votes
1 answer

Concrete5 - CMS :: Get all file inside a file manager folder programmatically

I have a folder structure likes this: folder1 subfolder1 file1.pdf file2.pdf subfolder2 file3.pdf file4.pdf is there any way to retrieve all the pdf file's(programmatically) using the "folder1"…
Midhun
  • 1,107
  • 10
  • 24
-1
votes
5 answers

Font Awesome showing and not showing (concrete5)

My website runs on Concrete5. I wanted to add some more Font Awesome icon to an existing page, but it's not showing. Strange thing is, there already are icons on my webpage and they are showing... However when I edit the block with the icons in it…