Questions tagged [concrete5-5.7]

concrete5 version 7 is a major version of concrete5. It has been since surpassed by version 8.

Concrete5 version 7 is a major update to the concrete5 product, overhauling the architecture significantly from previous versions. This update brings many large changes, including a new architecture based on Laravel, a new asset handling layer, changes to the theme engine and much more.

74 questions
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

Bypass login by IP address

I have a client that wants to use Concrete5.7 for an employee portal. If they are in the building, he does not want them to have to log in to view the site. However, if they are not in the building, he wants them to be able to access the site via a…
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

Concrete5 Stacks & Blocks

I am working on existing concrete5 website and I don't have sufficient knowledge of concrete database structure. I am creating api to fetch all the products which are added in "Stacks and Blocks". I have cID, stID values and fetched the info from…
0
votes
1 answer

Concrete5 - avoiding duplication in multiple page lists on the same page

Apologies if the title is a bit confusing, but this is a problem specific to the CMS Concrete5. I am working on a news/media related site, which consists of a main page which has 3 seperate pagelist blocks, with a layout as shown in the mockup…
ugotchi
  • 1,003
  • 1
  • 12
  • 32
0
votes
1 answer

unable to add single page on concrete5

I am unable to add a single page on a concrete5 site. Please check the screenshot: https://prnt.sc/hns5p7 Also please check the below screenshot: https://prnt.sc/hns6oa In this folder I have added a view.php file and print a custom message for…
Pritesh Mahajan
  • 4,974
  • 8
  • 39
  • 64
0
votes
1 answer

concrete 5 5.7.5.2 single page controller

I have a single page with a form (located in application/single_pages/my_single_page), what I want to do is very simple, on submission I want to send an email. So far I can show the single page and the form. Then I put the controller in…
0
votes
2 answers

How to add bootstrap cdn or pure.css to a block in concrete5 version 5.6?

I want to add/link boostrap CDN to my concrete5 (v. 5.6) block. I want it to be specific to this particular block only. I tried to search in the old documentation at https://legacy-documentation.concrete5.org/developers but couldn't find…
Neetigya
  • 121
  • 2
  • 10
0
votes
1 answer

Concrete5.7 Stacks - PHP Maximum execution time exceeded

We are having an odd issue with Stacks in Concrete5.7: we are starting to collect quite a few stacks (64 currently) and our server has started throwing server errors (PHP Fatal error: Maximum execution time of 30 seconds exceeded in…
Matt Rice
  • 646
  • 5
  • 18
0
votes
1 answer

When changing templates on custom block the content gets deleted from the DB

I have a custom block for Concrete5 I built which uses multiple template files associated with it. If I apply the template to the block when I am initially adding the block to the page everything works fine. However if I then try to change templates…
Brady Edgar
  • 486
  • 7
  • 27
0
votes
1 answer

Concrete 5.7database query documentation

New to concrete and trying to find some consistent doc on how to do insert, delete, update, etc. Docs say it follows doctrine\dbal, which is I read correclty should look like this: $db = \Database::connection(); $db->insert('user', array('username'…
0
votes
1 answer

Add Composer Control Output Block Pragrammatically

I'm creating pages programmatically and inserting content to a Content Block but after it has been created, I can't edit it via composer (because it's not a core_page_type_composer_control_output, it's a regular content block). Is there a way to add…
eskema
  • 1
  • 2
0
votes
1 answer

concrete5: how to define a new model and its controllers and views

I am newbie to concrete5 CMS, I want to create a table named "books" which contains some books info, and I want to develop a CRUD controller of this table "Create, Update, Delete", then display it at the home page. How I can do that? are there any…
Mohammad
  • 3,449
  • 6
  • 48
  • 75
0
votes
1 answer

Topic List in Autonav Block

I'm working on a responsive navigation for a customer. I'm using concrete5.7's AutoNav block with a customized view template. The fullscreen overlay is working and lists links to the top-level pages. Under the first and second links (see attached…
publicb
  • 1
  • 3
0
votes
1 answer

Display most recent project in concrete5

I'm building a portfolio site for a graphic designer. The functionality is based on the portfolio in the Elemental theme (page list with thumbnails & page with slideshow and description for each project). On the Projects page itself I would like to…
publicb
  • 1
  • 3