Developing (v7+)

How to create a shortcut URL to redirect to another page?

Our website is www.simmetrix.com (clicking on the above doesn't seem to work, but if you copy/paste in a new tab it will take you there) Navigating down, you can get to: http://www.simmetrix.com/index.php/simmodeler/crack-insertion-and-propagati…

8.5.2: Weird Doctrine query behavior

I have a list of statuses. I want to show only those items, status of which corresponds to that with a value set to true. For example, one of the statuses is called 'draft' and it has a value 'show_status' set to true. My items database has a column wi…

8.5.2: How to add Conversation block programmatically?

I'm trying to add a Conversation block: [code] $block = Block::getByName('Conversation'); if (is_object($block)) { \Log::Info('ok'); $page->addBlock($block, 'Main'); } [/code] But it doesn't find it. I've already tried names: 'Conversation', 'C…

8.5.2: How to delete attribute key?

I'm trying to delete an attribute key: [code] $service = $this->app->make('Concrete\Core\Attribute\Category\CategoryService'); $categoryEntity = $service->getByHandle('collection'); $category = $categoryEntity->getController(); $key = $category->getB…

WYSIWYG links - output title attribute as standard

Hi all, I've tried a search of the forum but wasn't able to pinpoint anything similar to my query. I have been using Google Tag manager to track file downloads and wanted to find a more consistent way to do this. My initial idea is to get the WYSIWYG …

Form in modal window not working

Hi there, I have rebuilt my website, and the forms are not working I created a stack with an express form inside, and then in several pages I added a modal block and inserted the stack inside. Everything looks great, but when I submit the forms, they go…

How to get the value from an express entity attribute

Hey C5 gurus, I'm stuck on this... any advice would be helpful thanks in advance! Within my C5 8.5.2 installation I have setup 2 express objects, one that has an attribute that is an express entity type (to choose from the other express object). I …

Vue.js and Material Design with concrete5

Hello, Just wondering if anyone managed to use vue.js in concrete5 and maybe the Material Design for Bootstrap UI toolkit? Could anyone suggest how to add and use the modules to concrete5? Thank you.

Filter Posts