Developing (v7+)

Concrete5.7.5.2 - Where to put form file attachment headers?

I build my email headers like this: [code] $txt_message .= $this->txt_message; $html_message .= $this->html_message; $mh = Core::make('helper/mail'); $mh->to($this->email_to, $this->site_name); $mh->from($this->email, $this->name); $mh->replyto($…

One controller for multiple blocks.

I am working with concrete5.6.3.3. I would like to create a controller for several blocks that will all post back to. I believe the best approach to this would be to create each sub-block with it's own controller that extends the master block controller …

database interaction using a single page

Hi, I am new to concrete5 but it looks like a good framework to build my project around. i am not the best of coder and thats why i am here. I want to use a single page where registered users can enter data into a form and this gets saved to a custo…

Concrete5.7.5.2 - non-english URL in Topics pages

My Topics are not in English. So, when I go a page for any topic (from a page list block), the last bit of that topics page URL in also in the same language. Is there any way to change that? Is there any way to change the Topics URL to English while leavi…

IP Banned Locally?

Hello all Not sure if this is the right forum for this particular issue but I just tried to log in to my dashboard this evening (i'm running my site locally at the moment) and when I put my login details in I got this message : Unable to complete ac…

youtube background not working

I installed youtube FREE OMG background. worked great. I then installed the full version and I add the block but the background doesn't play. any ideas??

Google Maps hardcoding and integration

I have a custom block which includes a lot of info, the block is on a page that is generated through a listing system. I would like to add a Google map into this block. The location of the map is determined by a page attribute. However i have the followin…

Create Pagetypes from Package Controller?

Hi Folks, in 5.7 what is the way to create PageTypes on install? In 5.6 it's with the install.xml and [code] [/code] But how to create the Page Template from 5.7? Or is there a total differ…

5.7 - Thumbnail creation on upload vs on use

Hi In 5.6 it was very easy to create thumbnails in any block on the fly. [code] .... $ih->getThumbnail($file, $width, $height, $crop); [/code] If I understand it correctly this is in 5.7 deprecated and will soon be removed. Instead we hav…

Filter Posts