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(…
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) {…
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 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
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 …
See the report here: https://www.concrete5.org/developers/bugs/8-5-0/pagelist-filtering-by-select-attribute-will-not-return-an-empty-/
Used in a custom search, seems if filtering by a Select attribute that returns 0 results, it returns results as if th…
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…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.