Tag: concrete5

  • concrete5: how to hide tracking code for editable users (post 5.5.x)

    In order to receive the acurate Google Analytics visitor’s data, you want to avoid tracking the access when the site admin visits a concrete5 site. This is how to hide the Google Analytics tracking code when the users who has the editing permission or admin visited your concrete5 site. This method only works with concrete5.5.x and later. 1. Create a blank text file /elements/footer_required.php 2. And paste the following text file 3. Copy /concrete/elements/header_required.php onto /elements/header_required.php 4. Replace where the following code (towards the end) onto this Now Google Analytics code will no longer be printed on your concrete5 site when the admin/webmaster visits

  • concrete5 YouTube block customization tips

    This is how-to for concrete5 web masters and developers. YouTube now recommend to use “iFrame” instead of “object” tag. And I also came up with a custom template for playlist which you can easily embed the YouTube playlist onto your concrete5 site. You need the basic knowledge of installing and working with concrete5, and how to use FTP . YouTube block iFrame customization Here is easy how-to of iFrame. This method will replace the entire existing YouTube blocks. If you don’t want to change the existing YouTube blocks, you may want to apply this as custom template. 1. Create a blank text file at /blocks/youtube/view.php 2. Copy and paste the […]

  • Using CloudFlare for concrete5

    Using CloudFlare for concrete5

    I’ve been using CloudFlare for many of my major high traffic volume concrete5 sites, and I’m getting the significant result now. Our concrete5 Japan site was reviewed by a major Internet software website, and it caused the high volume traffic yesterday. But it withstood the high traffic volume. Here is the implementation of concrete5 & CloudFlare for both developer and visitors. CloudFlare DNS & Hosting provider setting When developing or make the changes of your concrete5 site, you may want to bypass the CloudFlare network . CloudFlare gives you “direct.EXAMPLE.com” subdomain as your direct access to the root domain. E.g. ———- EXAMPLE.COM ———- CloudFlare suggests you to allocate ———- direct.EXAMPLE.COM […]