Developing (v7+)

Form not working

Hi, I have pob with the form block that is not sending mails. I have tried the reset password option to check and it does not work either. What would be the next step to troubleshoot what is happening, knowing that the site is on the same server than ano…

Start page password protected

Hi. Coming from another CMS and getting into Concrete5.7, i'm looking for an option to password protect the entry/start page for a client project. At present the site has the "build" status and i'd like the client to be able to play around with what …

pass an image url to a variable from an block from a stack

$stack = Stack::getByName("slider"); $blocks = $stack->getBlocks(); foreach($blocks as $block) { $vari=$block->getBlockPath(); //display the newly sorted blocks echo $vari; } $imgurl = "/application/themes/abc/images/backgrou…

How to build a Concrete5 website with an other developper ?

In the company where I work, we used to build websites with multiple developers and keep the source code in Git. It seems a lot of things in Concrete5 are saved in the database (the pages, among others) and obviously, we don't keep the database in Git.…

Can't programmatically add page content to page

I have built a package that includes the following XML in content.xml. This sets up the page type called "TV Show" in my C5 installation. When I add new pages using the C5 Dashboard, it all works. [code] …

Search engines not seeing Meta Description

Hi. If anybody could kindly help, I am trying to make my website visible to websites and have been having some issues. Google is not changing the Meta Description as entered in c5 Bulk SEO Updater, instead it's using the last bits of wording on the …

Block controller can't find a class

Hi! I've been building a custom Block Type and facing a problem at the moment. This is a simple block that has only a textarea for text to be preprocessed and stored in database. I want to use a third party class for preprocessing, so I created a src…

Disable "add-ons" in intelligent search results in 5.7?

I've got the following things in my /application/config/concrete.php file: [code] return array( 'marketplace' => array( 'enabled' => false, 'intelligent_search' => false, ), 'external' => array( 'intelligent_search_help' => false, 'new…

What's this "$c->getContainerClass()" thing in 5.7?

Hi, This page in the docs: http://www.concrete5.org/documentation/developers/5.7/background/migrating-to-5-7 ... says "a new method is required around your theme page templates' container DIVs": [code]

Filter Posts