(OLD 5.7 Discussion FORUM)

Content Editor

Hello whenever i edit any existing content block the by default tag come .. i am using latest version i.e 5.7 Please help me in this

Elemental Theme Link

Hi, I am playing with the Elemental Theme. Near the bottom of the Home page there is a green contact button. Initially, it was linked to the Contact page. That link is now broken. How do I fix it? Thanks

5.7.4 Release Candidate 1 Is Now Available

Hey everyone – just wanted to let you know that the first release candidate for 5.7.4 is now available. This is a big release. We've updated to redactor 10, added a lot of functionality to conversations, added a completely new help system, and a lot mo…

Forum Add On

If anyone is interested in a Forums add on, I'd like to kick around a few ideas, please PM me. Thanks Peter

Adding users to group does give JS errors

When trying to assign a user to a group [code]index.php/ccm/system/dialogs/group/search?filter=assign[/code] there's a bunch of JS errors: [code]ccm_addHeaderItem is not defined[/code] [code]ccm_addHeaderItem("/concrete/js/events.js", "JAVASCRIP…

Programatically Adding Content Blocks

Hi, I have a package controller that is adding a page to the website then adding a content block to the page with some sample content: [code] $block = BlockType::getByHandle('content'); $data = array( 'content' => ''Sample Content '', ); $n…

htmlentities(): Invalid multibyte sequence in argument

Hi, can anybody help with this error report. I was nothing changed on my site and pop-up this report and I cannot enter to my site. www.citysounds.sk htmlentities(): Invalid multibyte sequence in argument Any idea?

C57 models

Hi guys, What would be the best example or best implementation for a custom model in a package? I've looked at some models in the core, but they seem pretty basic to me. I'm not a fan of writing endless queries for insert and update methodes to describ…

Adding a page template in a package

I can add a Page Template in a package: [code] if (!is_object(PageTemplate::getByHandle('my_template'))){ $pt = PageTemplate::add('my_template', 'My Template', 'landing.png'); } [/code] When that runs in the package controller the new template sh…

Two factor authentication

I was just wondering if there are any plans to include 2-factor authentication in Concrete5.7? Looking in the marketplace I was only able to find a plugin for V5.6.

Filter Posts