I can't seem to find the theme customization settings. Customizable styles, etc. I thought they would be at /dashboard/pages/themes. Are they somewhere else?
Concrete5_Library_ItemList#sortByMultiple method in 5.6 is very useful for develop various searching feature. But this method is not exists in 5.7. Here are my ideas to restore sortByMultiple method. What do you think?
1. add addSortBy() method to Conc…
Hello,
Two issues have popped up for me after updating concrete's core:
1. Clicking on custom css in the side panel no longer brings up the area to input.
2. Whenever the c5 nav bar is showing (when logged in as admin) I cannot see any part of the p…
After reading a lot in the 5.7 Discussion and struggling myself a bit with the complete new version of my favorite CMS I have to say the following words:
- 5.7 is a great step forward for developers, designers, editors and users!
- All my customers, a…
My client wants the "Internet Special" on various pages to be printable with nothing else from the page printing. I could solve this by creating a PDF or JPEG that people could download, but given that he plans to change these specials and won't know how …
Hi
When I click on Userpermissions, I get the following errormessage:
An exception occurred while executing 'select permission from UserPermissionViewAttributeAccessList where paID = ? and peID = ?' with params ["4", "1"]: SQLSTATE[42S02]: Base table or…
I get this error message pop up from time to time whilst navigating my site, and often when refreshing a page. Sometimes pages do not load the css settings properly and half of the concrete5 toolbar loads at the top, with this message displayed at the ver…
So I have made a dashboard Single Page under:
/application/single_pages/dashboard/newsletter.php
and a view.php in the same folder
And a Controller under:
/application/controllers/single_pages/dashboard/newsletter.php
The Controller looks lik…