This is a step by step tutorial on how to install Concrete CMS manually on a web server. In this article we focus on the installation of Concrete CMS version 8alpha. In this video shows the use of siteground hosting
This tutorial will walk you through the steps of turning on pretty urls.
How to solve host name and caching issues when using Concrete CMS behind CDN.
When calling the topic node from your page attribute programmatically, you are only able to get the topics in order of registration, not display order. This tutorial explains how to sort the topic node in display order.
Concrete CMS version 8 adds a lot of user-facing improvements, but also refactors a number of classes under the hood. Your package could be affected. In general, we're really trying to make this version fully backward compatible, but it's not always possible. With that in mind, here are some fixes to common issues that may strike your add-ons and themes as you install them on concrete v8.
I did a search for a tutorial which can help me start the development of package but I got few results. So I decided to post this tutorial for beginners.
When you convert an html theme to Concrete CMS theme and/or add your own stuff to exist concrete theme. page_theme.php class methods: `requireAsset` and `providesAsset` could be your best freinds :) So i add "non developer" / "simple words" guide :
Concrete CMS now let you customize Page Title, Page Description, and Meta Keywords (since 5.7.5.7). This shows how to use those page title.
This snippet will redirect a visitor to the first child page even if they manually enter the URL of the parent if the correct attribute is set.
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.