Questions that have this tag relate specifically to the latest major version of concrete5 version 8.
Questions tagged [concrete5-8.x]
57 questions
0
votes
1 answer
Edit or delete HTML code added to Concrete5 webpages
I am using Concrete5 version 8.5.9 on PHP version 7.4.
I have added a HTML code on my homepage through HTML block added to the global area.
Now I wish to make some modifications to the HTML code but I am unable to find out the way through which I…
0
votes
1 answer
foreach php form issue, only updates last line
My page is showing 4 updatable items. But when Update is clicked it is only updating the last item.
I have 3 different files I'll post. I've been working on this for days.
I got some advice on what to do, but the foreach on the core page seems like…

Joseph Snedaker
- 1
- 2
0
votes
1 answer
How to update a legacy concrete5 package
A long long time ago, I've developed a concrete5 package for concrete5 <= 5.6 for a small non-profit organization. Now, because it has never been upgraded, there are some issues that I can't easily fix, related to the old PHP version. Therefore, I'd…

rbnvrw
- 347
- 3
- 15
0
votes
1 answer
Load error! (Internal Server Error) - concrete 5 sitemap
==== Errors in console and logs ====
The error message is as follows Uncaught Error: Call to a member function getSite() on null in \/var\/www\/xxxxxxx.org\/concrete\/src\/Entity\/Site\/SiteTree.php:41\nStack trace:\n#0 After some research, I found…

Suyash Ranawat
- 43
- 6
0
votes
0 answers
Concrete5 Site - Multiple Collaborators/Admins
My friend and I are working on a Concrete5 website. At the moment, the site is in my friend's localhost. Is there a way that I can connect to his site and edit (develop) it?
We do not have a domain now, so we cannot publish the site anywhere.

rosebrit3
- 523
- 1
- 18
- 32
0
votes
1 answer
How to fetch values from database table and output array for use in Formify form in Concrete5 5.8
I don't have a lot of experience with arrays that are to be populated from a database.
In my controller I have
$db = \Database::connection('esco_web_connection');
$dynamicStates = $db->executeQuery('SELECT * FROM Products_Premiums…

Aaron Marple
- 47
- 4
0
votes
2 answers
Displaying custom attribute in (autonav) template Concrete5
I want to display 2 custom attributes in the navigation. So I created the attribute nav_item_class and beschrijving.
The attribute nav_item_class displays the page icon and works correctly. The attribute beschrijving (description) is the same on…

Mesign
- 81
- 8
0
votes
2 answers
Is there any option to show browser specific block
Hi I want to show block which depends on browser in concrete4 8.5.1 CMS
Once block will have GIF and other will have AV1 video. But as AV1 is not supported by all browser I will like to show gif and the one which supports will hide the GIF and show…

Parth Parikh
- 9
- 4
0
votes
2 answers
Concrete5-8.x: Where do I add translation files for packages or blocks?
If I create my own .mo files for packages or blocks, where do I add the .mo files? Do they go in /application/languages/en_GB/LC_MESSAGES/block_handle.mo?

user1448031
- 2,172
- 11
- 44
- 89
0
votes
1 answer
Load image in style (default slider) Concrete5
In the custom slider in Concrete5 8.x Images are loaded with $tag
getTag();
if ($row['title']) {
…

Mesign
- 81
- 8
0
votes
1 answer
Concrete5 v8 block cache in edit mode
Using Concrete5 v8.4.2, I created a custom block for my site where, like the Image Slider, it displays a placeholder when in Edit Mode. When Block Cache is enabled in the Cache & Speed Settings, the public view is cached for the block and the edit…

thadmiller
- 539
- 1
- 4
- 19
0
votes
1 answer
concrete5 8.4.2 How to show 'tomorrow 09:00:00' as user datetime in widget?
$dt = new DateTime('tomorrow 09:00:00');
echo $app->make('helper/form/date_time')->datetime('dt', $dt, false, true, null, 1800, array());
shows the correct date and time only if the system server time is the same as the user's, e.g. localhost. But…

linuxoid
- 1,415
- 3
- 14
- 32
0
votes
1 answer
jQuery hidden input value on change doesn't trigger
Concrete5 has an image picker which updates a hidden input value with a picture ID after the picture is selected, e.g.:
I need to load the selected image on an Add Block form after selecting the…

linuxoid
- 1,415
- 3
- 14
- 32
0
votes
2 answers
How can I override Request class?
I tried overriding the core classes but this one doesnt seem to work. I know I will need to update the application/config/app.php file to point to the new class. But when I do this the HTML redender stops at head tag.
I extended the Request Class…

pritywiz
- 109
- 3
0
votes
2 answers
How to add .html extension in the page URL concrete5
I am changing an old site which contains links with .html extension. But I cannot seem to work with concrete5 to add .html extension.
I have tried to override several core classes but not working.

pritywiz
- 109
- 3