Developing (v7+)

8.4.2 TypeError: $(...).selectmenu is not a function

I don't seem to have luck with select widgets. I have another error in a block: TypeError: $(...).selectmenu is not a function. view (example strait from jquery-ui site): [code] Select a speed: Slower Slow Medium Fast Faster …

8.4.2 How to filter with Doctrine and 2 independent fields

I have a table of groups, a table of categories and a table of items with selected groups and categories. To get a list of items with certain categories: [code] $list = $em->getRepository('RealEstate\Property\Property')->findBy(array('category' => $c…

8.4.2 TypeError: $(...).select2 is not a function

view: [code] Slower Slow Medium Fast Faster $(document).ready(function(){ $('.mySelect').select2(); }); [/code] controller: [code] public function on_start() { $this->set('app', $this->app); …

8.4.2 How to have nice bootstrap form->select

Dashboard pages have nice bootstrap form->select widgets while those on site are the old style and ugly. How can I have those bootstrap ones on site pages? Thank you.

File manager, image thumbnails not working, error, solution 😁

I'd really appreciate any help, I'm totally stuck :-/ When I try to upload an image with a large pixel width or height, it uploads but doesn’t create most of the thumbnails. The file size was 457KB. I tried making the image really low quality and sm…

Members missing - Permissions?

Hi There, I've got an odd issue with the members page. When logged in as an Administrator the members page seems to work fine. I've created a separate group (Admin) with some stripped down permissions (using the Advanced Permissions Model). This use…

Filter Posts