How to change the default per page results from 10 to 20, 50, 100, 250, 500, or 1000.
How to upload a pdf into concrete5
How to make a custom 404 page
How to install Concrete CMS on hostgator
How to prevent a conflict between bootstrap tabs and the filemanager in a form
How to Backup MySQL Database Using cpanel and phpMyAdmin Follow the steps below to backup a MySQL database from cPanel by using** the phpMyAdmi* web interface to export the data to a file
Step by step Cpanel Backup
Questions that are clearly written and include specific details have the best chance of being answered by community members. To prevent duplicate questions from being asked, please search the forum, documentation, and tutorials for an answer first.
Adding custom layout presets to your theme by using getThemeAreaLayoutPresets() in page_theme.php
How to make sure your website is mobile friendly
If you're troubleshooting, preparing to upgrade, or just need to know if an add-on or theme is compatible with your site, you'll likely want to figure out what version of Concrete CMS you're currently running. This tutorial explains how to locate your concrete version number quickly and easily. Here are a few different ways of figuring out what your site is running.
PHP strings. How to output text strings and $variables inside PHP code.
When you make an original theme, try to use the basic names of the area, so that you won't have to worry about switching themes. First, let's try to use the area names of Elemental theme
How to create "hello world" custom block - visual guide,
This tutorial will go through the steps on how to set up a ec2 micro instance using LAMP Web Server on Amazon Linux
How to install tracking codes on version 5.7
Use auto-loaded assets again in a template-block, so you don't need to copy css or js files to your template, and load assets twice.
Keyboard shortcuts and menu locations for opening the browser console in major browsers: Chrome, Edge, Firefox, Internet Explorer 8-11, Opera, Safari.
Learn how to display number of child pages on navigation blocks.
upgrade 5.6 to 5.7 using our migration tools, built for both 5.6 and earlier and concrete5 5.7. These tools are free, open source and available on GitHub.
How to let groups get into the file manager so they can add/use assets, without giving them full admin rights.
This guideline was made for front-end engineer who is creating an original Concrete CMS for client specific work. Concrete is front-end flexible CMS. But it also means that it be could easily resulted in CSS and/or JS conflict between site's CSS and interface UI. This coding guideline is made to help avoid the conflict for Concrete Japan, Inc. partners.
The the dashboard can be reached by appending the word login to the URL of your site. For example, if you usually access your web site on: http://www.example.com then go to http://www.example.com/index.php/login to access the dashboard.
I've just made a shell script to back up your concrete CMS 5.7.x site with a several options. If you have SSH access to your server, it would be very easy to back up your concrete5 site.
Why you shouldn't hack the core.
Sometime, "external link" doesn't fulfill your requirement for the page. You may want to display thumbnail image, additional page attribute such as topic and selector attributes to display the categories of the page. This tutorial explains how to set-up redirect-only page with more page attributes by creating redirect-only page template and page type in your theme.
Learn how to automatically load different configurations (for database and otherwise) on different hosts from the same code base.
Disable and enable intelligent search, news overlay popup, and marketplace features in Concrete CMS 5.7.
How to enable database based session storage in concrete5.7.
concrete5 5.7 stopped using ADODB and uses DBAL instead. if you are building an addon/ or you need to know how to update or insert something into your database more securely with special characters ability. this how-to is for you!