Developing (v7+)

Applications within Concrete5

So I have an application that needs a CMS to act as a front end. This would allow the customer to control the website, and have the application appear as a function of the website. As the application is moderately sized, and currently has multiple ze…

How to $bvt->setBlockCustomTemplate ?

Hey guys, I've been trying to use the $bvt->setBlockCustomTemplate in a block I'm creating but I have a hard time applying the set with the data I specify in the Block Edit mode when saved. What I did in my EDIT form is: [code] …

Using jQuery in add.php

I am trying to create an advanced image block, and the first feature I wanted to implement is giving me some issues... I want the user to choose an image and then crop and resize it with a fixed ratio. This is one of the most requested feature from …

Dynamic query

I'm trying to dynamically pull a selection to a dropdown menu directly from the tables. I've spent numerous hours googling and sifting through the forums here. If someone could point me in the right direction it would very much be appreciated. This is the…

Setting area permissions for all pages

Modles was having some problems because he didn't set the permissions before adding a ton of pages and content, so, i tried something, i executed this sql query [code] UPDATE Areas SET `arInheritPermissionsFromAreaOnCID` = '1' [/code] it will pull…

Override same core file from multiple add-ons

I am starting to develop some addons for concrete5, an am interested in overriding some of the files in the user and groups section to add extra functionality to the UI. So if we had say two add-ons that overrides the same interface would it be possible t…

Building with site 'Offline'

Sorry if this has been asked a hundred times before.. I couldn't find it in search. I'm just about to ditch a Joomla site and redo it in concrete5. Does concrete5 have the same 'site is offline' approach, allowing me to get it all set up ok before laun…

horizontal alignment of pictures in header

I'd like to put a series of thumbnails across the top of a header block. It looks great in the edit box but the pics end up either vertically or randomly placed. Can someone set me straight?

problem with Loader

Keep getting this error message: Fatal error: Class 'Loader' not found in /themes/mysite/header.php If I remove the [code] [/code] from the header, all the pages work, but I can't get at the tool bar of course. any suggestions?

setting cookies from singlepage controller?

is there a method to hook into to set cookies pre-header from a singlepage controller? I can't seem to get them to take. tried "on_before_render" and "on_start". thoughts? ChadStrat

Filter Posts