Hi,
I need to retrieve data from the "files" folder. It's easy to get files like pictures or pdf with their extension. What about the text written in the editor of Concrete5 ? (what kind of file is it ? )
Thanks
Vincent
I can't delete Design Block from the 'Extend C5' addons list. I click Edit and just sits there without giving the option of deleting it. I have found that it has also stripped all the page attributes from all my Page Types except the ones I chose for blog…
I don't know if anyone can help with a translations question for 5.6. My pages are single pages and I've moved them to be in GB and FR using the international add on. The problem I have is with some buttons built into the single pages that move the user b…
My client requested adding an SSL Certifcate to their Legacy Concrete5 website. I routed their site through CloudFlare to provide a free SSL. The client is unable to change or add images on page (see attached screenshot of blank file manager). Also if the…
I have created a Designer Block called CAD_downloads.
However, I have deleted the CAD_downloads directory but now get an error on all the pages when I try to add other blocks
[code]
Warning: require_once(/var/www/vhosts/generation2.build/httpdocs/concr…
I am trying to achieve the form found here:
https://www.allphptricks.com/create-a-zip-file-using-php-and-download-multiple-files/
but I can't get the php code to stay on the page - C5 seems to strip it out.
I have tried:
- the free PHP block (on t…
I have setup a super simple blog using Composer.
However, when I click the link off the Page List block I get a 404.
Even when the link is a correct path! (https://www.generation2.build/news/item)
What can I be doing wrong?
Is there a written explan…
Hi there,
I have been asked to migrate a Concrete5 based website from one server to another.
Reading the documentation provided by Concrete5 resulted in a website that would simply display a HTTP Error 500 page in Chrome.
Looking through the error lo…
Hi there, I need to get the data associated with a user
[code]$ui = UserInfo::getByID(2);
$numberoflogins = $ui->getNumLogins();
echo $numberoflogins;
$lastlogin = $ui->getLastOnline();
echo $lastlogin;[/code]
The first bit of code successfu…
I am trying to link a background image. I have uploaded the background jpg into the themes images directory. Tried linking through Bootstrap, a separate style sheet as well as inline on the page itself. Still get a 403 error! Clearing cache doesn't work. …