Developing (v7+)

Initial Site Load is Slow

While I am not new to web development, I am new to Concrete5. I think I have done about 5 websites with it so far. I have noticed slow load times on two sites that I have in BETA right now. It is the initial load (first request at the URL) that seems to t…

Application Doctrine entity table not being created (v8.2.1)

I've followed all the instructions on this page - https://documentation.concrete5.org/developers/extending-concrete5-with-custom-code/creating-custom-code-in-the-application-directory I setup my autoloader in bootstrap/autoload.php like this: [code]…

Search Result Highlighting

Could someone please verify a search block behaviour for me please? When I use the search block (8.2.1) to find "lorem ipsum" (without quotes), it correctly lists the "Web Developer" page among the hits. However, it doesn't highlight the matching text, as…

Content Block Styles do not get displayed during editing

Hi All, I am migrating my Site from pre 5.7. For my css Rules, I like to namespace them es much as possible. For the content block, that means, that I added an addtional div for the content block view.php like this: [code] echo ''; print $content…

Custom Page List | Page List Template | Custom Alt tag

Hello, I've created a custom template for the Page List. I could use a hand with some additional PHP. I need to alter this code so I can have custom alt tags within an image when displaying a thumbnail with a Page List block. Currently C5 fills the alt…

Class name must be a valid object or a string

I am developing a custom block for version 5.8. I followed all the steps in the C5 development manual, but anytime I go to install the block, it gives me a "Class name must be a valid object or string" error. What am I doing wrong? Here's my controller…

List of jobs with specific form

Hello, I have a jobs list. Each job is create using a specific back-office. I need to add a button under each job "clic here if you want this job" Then I open a page with a form (no problem) But, now, i would like the job title included automatic…

Cannot access file manager through cron job.

Hello, I have a C5 job that searches through all my file sets in the file manager and indexes the files into Elasticsearch when running the job from the dashboard it works correctly but when I tried to automated using cron on Linux it by-passes all the…

Filter Posts