Browsing all 9 posts in CMS.

How to adjust your Concrete5 theme while the edit bar is visible

2 Comments

A lot of people have the problem that when you are logged into the Concrete5 backend, the edit bar can move things around in your design. Here is an easy way to add a specific class to your <body> tag so you can adjust positions of anything on the page while the edit bar is [...]

Continue reading...

Slow Speeds and Speeding up Concrete5 5.4

4 Comments

*UPDATE: Read the comments, the server hard drive was dying and that is the reason why files were never being cached. However these methods will still help speed your concrete5 website up.* If you’re using the new Concrete5 5.4.x package you may have noticed your website has slowed down  from previous versions. After doing some [...]

Continue reading...

Social Icons Block

1 Comment

I’m pleased to release a simple block called Social Icons. It functions similar to what you see on the left of this page, by entering a URL into the block, the icon and link will appear automatically pre-formated that can be changed with CSS. This block is free! You can download the block on the [...]

Continue reading...

Featured member on the concrete5 community!

1 Comment

I’m please to announce I have been selected as a featured member on the concrete5 community page. Concrete5 certainly has changed the way I build websites and applications and I am proud to be apart of such a great open source community! If you haven’t joined the forums yet, now is a good time.

Continue reading...

How to disable Concrete5 site statistics

2 Comments

Concrete5 has built in site statistics tracking but it’s very simple and records every hit, not checking if the user is unique. This can create some very large database tables and possibly slow down your website. Although the graph will remain in the dashboard, the site will no longer track all the visits. Open up [...]

Continue reading...

Injecting header items into a block

Leave a Comment

Many times you need to inject includes of javascript or css into the header instead of writing the include path into add.php or edit.php. This is a much cleaner solution and can be accomplished in the blocks controller.php. In this example I include both swfobject and jquery’s colorpicker libraries as well as the jquery colorpicker [...]

Continue reading...

Changing the Concrete5 title divider format

4 Comments

Many people do not like the default spacer that Concrete5 uses for its page titles which is “::” To change this, open config/site.php and add the following code: define(‘PAGE_TITLE_FORMAT’, ‘%1$s – %2$s’); You may adjust the “-” character in the above code to any that you wish and that will become your new page title [...]

Continue reading...

Introducing The Concrete5 Testimonials Package

17 Comments

*Edit*: Just submitted version 1.2 to the Concrete5 Marketplace. This version now includes a wysiwyg editor, so you can now style your text, add images and customize the testimonial as much as you like. It also includes a new optional content textbox to add additional information below the testimonial. View the updated screenshots below! *Edit*: [...]

Continue reading...

Welcome!

Leave a Comment

Hello, I’d like to welcome you to this, my first blog post. I will have some articles up soon mostly focusing on Concrete5, an amazing CMS I have been using recently. This blog will feature articles on web design, web development, backpacking and even some posts regarding learning the German language (Deutsche Sprache, schwere Sprache!). [...]

Continue reading...