Marketplace Ideas? In my experience, agencies symlink add-ons and/or use private repositories (Github, Gitlab, Packagist, Satis, etc). Those add-ons are not linked to the marketplace. I am convinced … says A3020 on 04/28/19 at 6:44 am, in reply to I'd be the first to agree that…
Concrete5 & Slow TTFB - Solution! Related blog post: "The ultimate guide to a fast concrete5 website". https://a3020.com/blog/the-ultimate-guide-to-a-fast-concrete5-website says A3020 on 12/20/18 at 5:50 am, in reply to Hello fellow web developers, I…
8.4.2 page names installed during package installation not translated Yes, that's true. That's probably also why you'd find so many t-calls in the core. But if you translate it during install, then your base / source string might not be in English. says A3020 on 12/09/18 at 11:01 am, in reply to It matters to the number of us…
Would it matter? Say I install an add-on when logged in as a Spanish user, a pages could be added in Spanish. 'Bienvenido' wouldn't be found as a source language string (as opposed… says A3020 on 12/09/18 at 10:24 am, in reply to Does anything get translated d…
You shouldn't wrap the page name in the t-function during *install*. Once the page is installed, it's outputted via the t-string, then it's translated. says A3020 on 12/09/18 at 10:01 am, in reply to I install pages during a packa…
Can't run action method for Page List block Have you tried going through the code step by step, e.g. with Xdebug? says A3020 on 12/06/18 at 7:29 am, in reply to Yep, I've cleared the cache al…
Have you cleared the cache? Then first test if the class is picked up, e.g. by adding a view method in it with a simply 'die'. says A3020 on 12/06/18 at 7:01 am, in reply to Hi There, I am currently on…
Check if the image is being used in the website Good idea, but hard to achieve, I think. Each block, add-on, theme, etc. can save references to a file differently. E.g it may be 'id', 'fID', 'fileID', 'file', 'bg_image', etc... … says A3020 on 12/03/18 at 1:07 pm, in reply to I have a website which has mul…
Update doesn't work in CentOS 7 It has probably nothing to do with your CentOS version. It may have to do with your PHP version. In any case, do you get an error? What 'doesn't work'? says A3020 on 11/27/18 at 10:42 am, in reply to My code is the following and W…
Feature Request: Log to email I think it'd be a bad idea if concrete5 would send those emails. See for example this issue I came across yesterday: https://github.com/concrete5/concrete5/issues/7350 It raises an… says A3020 on 11/27/18 at 10:03 am, in reply to In an ideal world a production…
Ordering of form fields in email I've looked into this by checking the code. My understanding is that it creates an array like this: "$questionAnswerPairs[$row['msqID']". Basically, it doesn't take the order / pos… says A3020 on 11/27/18 at 9:33 am, in reply to Using the standard form to cre…
Black Friday - Cyber Monday Deals 2018 Just a quick note, these special marketplace deals for web agencies are valid until today. Happy holidays! says A3020 on 11/26/18 at 11:50 am, in reply to Hello everybody, Some speci…
Hello everybody, Some special marketplace deals because it's Black Friday weekend: 10x HTML Minifier for $75 (normally $190). https://www.concrete5.org/offers/-/0xislebnhqmy… says A3020 on 11/23/18 at 6:43 am
malware > there are no known security problems @Cahueya how do you know? Or do you mean "as far as I know"? says A3020 on 11/20/18 at 8:13 am, in reply to If you are using the latest co…
transfer from local to production server, got an error. I'd double check whether all files have been copied correctly. says A3020 on 11/19/18 at 3:21 pm, in reply to Hello, I'm trying to transfer …
show plain database query Fyi https://www.concrete5.org/marketplace/addons/speed-analyzer/ (free) can also log queries and track how long execution time took. says A3020 on 11/14/18 at 4:39 pm, in reply to Aye but I gave up paging throu…
Email users when they are removed from a group. Hi Rosie, This seems like something I'd be up for doing. I have experience building concrete5 add-ons (see https://a3020.com/concrete5/add-ons ), and I can build what you have … says A3020 on 11/14/18 at 1:26 pm, in reply to I don't think this is possible…
Whole site blank aftter turning off caching and unsuccesfully trying to update Conversation copied from Slack. This topic should be marked as resolved. ----------------------------- Rowen Forman [12:46 AM] Take your time. I will wait untill 6:30 PST … says A3020 on 11/07/18 at 6:24 am, in reply to Hello kind people, Today I …
A Worried C5 Supporter It's like Windows XP. It may be stable and nice, but it's just not the way going forward. I'd suggest giving v8 another go and ask on https://slack.concrete5.org . If you run into … says A3020 on 11/07/18 at 6:18 am, in reply to Hi All, I'll apologise in a…
Show a page's description on the page [code] says A3020 on 11/06/18 at 6:18 am, in reply to Hi All, How would I show th…