Developing (v7+)

Dynamic filesets

I'm building an installable dashboard page (for 5.7) to geotag files and implement a "Dynamic Fileset" which returns all files in a predefined radius. To work, the existing FileSet::getByName function needs to be modified. I can sure do that program…

Form Results Dissaperaing

Hi There, We have to sites running the same version of c5 on the same server. 5.6.2.1 On one site, on the Form Results Page, there are three options: View Responses Open Page Delete Responses On the other site, there are only two options: …

[5.7] Where to put helpers/libraries

Now that those folders are gone, I have a few functions I don't know where to put. I don't need anything extensive, just need to load a file with a few functions. Should I just include/require them in my theme?

PageList's get() function's limit doesn't work

I'm trying to do something as simple as: [code]$home_slider = Core::Make('PageList'); $home_slider = new PageList(); $home_slider->sortByPublicDateDescending(); $home_slider->filterByAttribute("is_featured",1); $pages = $home_slider->get(4); forea…

Contact form stopped working from C5.6 to C5.7

Hello, I had a contact form in C5.6 with field text, button text, errors etc. being generated in the controller.php and passed to view.php on loading the page and also after submitting the form. Now that I've changed to C5.7, all text shows on the firs…

Images not showing

I have a concrete5 website that is not showing images on certain urls. Examples: Images show up on this url: http://iowalean.org/learning-opportunities/fall-conference-2015/ Images do not show up on this url: http://www.iowalean.org/learning-opport…

Thumbnail Gallery with its own Lightbox Gallery?

Hi, I know the title is a bit confusing but here is an explanation: I want a page with a gallery about projects -> thumbnails. When you click on a thumbnail of a project, you get a lightbox with only the photo's of that project. Like here: http://www.…

Filter Posts