Developing (v7+)

Installing interface language

Hi everyone I am accidentially running c5 in English (should be German for my customer). Where can I change the interface language (for dashboard and blocks )? When I go to dashboard- system & settings - basics - languages - I get the message: You don…

Using OPcache with CACHE_LIBRARY in a concrete5 website

I want to use OPcache for my concrete5 website. The website is hosted on a server where OPcache already installed and configured. How do I use it for my concrete5 website? I tried setting the CACHE_LIBRARY variable in config/site.php but the site break…

Proforms question

Hi all, Since proforms essentially has no support anymore from it's maker, I'd thought I'd ask the brain trust here who might have used it more than I. I'm trying to make a form that is a sign up to an event. Within the form is a radio button field w…

Navigation and permission

Hi, I Like to have 2 navigation area's above eachother. So I can style them separately for normal visitors and users. [ -- Navigation only with links to pages with permission set to"usergroup" -- ] [ -- Normal navigation with all links except to …

Custom class no matches found

so i try to learn about block function. i try to apply following code [code] public function getThemeBlockClasses() { return array( 'image' => array( 'image-circle' ) ); } [/code]…

Limited number of emails are being sent

I am working on a website, having requirement to keep all blog subscribers up-to-date with latest blogs. Currently , this is being acheived by listening to publish event. As soon as it gets triggered , it starts sending emails to over 300 subscribers. …

Floating content and images with caption

Hi folks, i'm absolutely new to concrete 5 and I need to build a custom theme for a customer. At the moment I'm stuck at one point and I don't know what is the best way to solve my problem. Maybe the solution is obvious and simple but due to low experi…

All JS and CSS inline?

Hi, I found a strange behaviour in my Concrete5 installation: All CSS and JS is loaded inline and not linked with src="..." or href="..". This is not the case in my local installation, but only on the production server and I have no idea why these two …

Theme Block Classes wrong target

hi guys i'm new to this concrete 5. i'm trying to create getThemeBlockClasses function just like the tutorial on the developer guide. but when i try to apply the design on the images block, it's not working! and the class happens to apply on the image …

Filter Posts