Developing (v7+)

i update package 5.6 to 5.7 version add get error CollectionType

I update package 5.6 to 5.7 version adds get error CollectionType and getCollectionTypeID and getCollectionTypeName. What is alternative of these method in 5.7.3 version [code] $ctArray = CollectionType::getList(''); $pageTypes = array(…

V8 mass "subscribe" to Conversation?

I am wondering if there could be a way to Mass Subscribe all the users of a certain group to the Conversation Block on their Group Page???

Autonav template with image creates strange HTML

Hi, I am using the default template for custom classes and added a custom attribute for a image per menu item in it but it generates strange HTML output. What am I doing wrong? [code] echo ''; //opens the top-level menu foreach ($navItems as $ni) {…

Subnavigation hardcoded

I like to know what the best way is to display a submenu. I have the following hardcoded in my page template: [code] $nav = BlockType::getByHandle('autonav'); $nav->controller->orderBy = 'display_asc'; $nav->controller->displayPages = 'below'; $nav->…

I want to update website 5.6 to 5.7.3 version

I want to update website 5.6 to 5.7.3 version I export data from 5.6 but the migration tool did not install on a 5.7.3 version . Please help and give any add on to install migration on 5.7.3 version to import data

User Profile page, edit attribute permissions by Group

Hello. In v8, is there a straightforward way to alter the permissions of User attributes so that certain Groups can have the ability to edit them in their User Profile and other Groups are refused permission. Or possibly that certain Groups see the …

Retreiving express entries

I have been playing with express a bit more lately and reading what I can find for documentation. I see about building a list: [code] $entity = Express::getObjectByHandle('employees'); $list = new \Concrete\Core\Express\EntryList($entity); $list->f…

Filter Posts