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
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…
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…
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…
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?
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…
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…
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.