Developing (v7+)

Display only specific group on member directory page

Hi there, I'm not a developer but since I couldn't find a solution based on the UI/system level, I wanted to ask for help here. Environment: - Version 8.5.2 - Advanced Permissions NOT activated - 2 additional member groups created, one being a…

Pagelist filter based on day & time...

Hi there, I have a page which I only want to appear in the pagelist (custom) that I have created... I only want it to appear in the pagelist on Mondays, Wednesdays & Fridays between 1pm and 2pm (I know it sounds crazy!) I found that I could use a fi…

Ajax topic list filter for page list on same page

I'm currently creating a news overview page. I have news articles with attributes in a pagelist and a topic list. Currently the topic list works but redirects to /news/topics/thetopic. Is there a way to do this on the same page so it does not have to…

Hiding breadcrumb using attribute

Hi, I'm trying to use an attribute to hide the breadcrumb on selected pages. I've currently got the following code which isn't working. Any pointers massively appreciate.

How do I properly set default Colors in Ckeditor?

When I modify /concrete/js/ckeditor/vendor/config.js nothing happens. In /concrete/js/ckeditor/vendor/ckeditor.js I can directly modify ‹CKEDITOR.config.colorButton_colors› to my desired theme colors. This is successful but unsafe due to possible co…

8.4.2: How to paginate an array?

How can I paginate an array? The only thing I could find and think of is this: [code] use Concrete\Core\Legacy\ItemList; $items = ['file1','file2','file3']; $files = new ItemList(); $files->setItemsPerPage(10); $files->setItems($items); $facto…

File URL's

I'm uploading a large number of text files that i want to reference. Building the case statements, i find that each file is located differently with numbered folders. Is there a way I can use the folder structure I have uploaded to and add it to a URL…

Filter Posts