Questions tagged [bolt-cms]

Bolt is a sophisticated, lightweight and simple CMS for PHP.

Bolt is a sophisticated, lightweight and simple CMS for PHP.

It is quick to set up, easy to configure, uses elegant templates, and above all, it’s a joy to use. Bolt is created using modern open source libraries, and is best suited to build sites in HTML5 with modern markup.

From a technical perspective: Bolt is written in PHP, and uses either SQLite, MySQL or PostgreSQL as a database. It's built upon the Silex framework together with a number of Symfony components and other libraries. Bolt is released under the open source MIT-license.

  • Bolt was created for developers who need a tool to create websites in an easy and straightforward way, while at the same time it should be pleasant to use for content-editors, without getting in the way at any time. To be more specific:

  • Front-end designers and developers who like to write clean markup, and who want to build websites where the CMS doesn’t dictate what the templates or website should look like. Developers who need a system that’s easy to set up and configure, that’s easy to manage and maintain, but is also flexible and versatile.

  • End users (read ‘editors’) that want to focus on producing and editing content, and not on clicking buttons in the CMS.

You can learn more about Bolt by visiting http://bolt.cm/.

Installation

Detailed instructions can be found in the Installation section in the documentation.

Resources

315 questions
6
votes
2 answers

What does "the stack" do in Bolt CMS?

I'm using Bolt.cm and when editing a Page or Entry, there is a section on the right called "the stack". On the Bolt site it says Our Stack functionality contains your latest uploaded files, and allows you to access them as conveniently as possible.…
DisgruntledGoat
  • 70,219
  • 68
  • 205
  • 290
4
votes
1 answer

Installing Bolt CMS within a subfolder

I installed (via FTP) Bolt CMS only for a blog section of a website as I don't want to re-create the entire site in Bolt, just add a blog. I did this by adding all of Bolt's files in a folder www.mysite.com.au/blog and used the index page of Bolt as…
phillynight
  • 71
  • 1
  • 6
4
votes
2 answers

Bolt: fetch imageinfo for items in imagelist

I'm new to Bolt and I'm trying to get the original width of an image in a record's imagelist. The variables for 'image' only include filename, title, id, order and file, so image.width|image doesn't do anything. I'd rather not use the…
lizzmo
  • 201
  • 1
  • 13
4
votes
3 answers

Securing bolt cms installation for production

I am using the bolt cms. I want to take it to production, however just noticed that the documentation and other tutorials ask me to do this : chmod -R 777 files/ app/database/ app/cache/ app/config/ theme/ I am not a security expert, but from what…
0_0
  • 209
  • 2
  • 7
3
votes
1 answer

Notice: Undefined index: args

I work with Bolt CMS (+ Docker - nginx, PHP 7.4 FPM). I get the following error. ContextErrorException in /var/www/vendor/bolt/bolt/src/EventListener/ExceptionListener.php line 285: Notice: Undefined index: args The line causing the error is the…
Arkadiusz G.
  • 1,024
  • 10
  • 24
3
votes
1 answer

Bolt CMS: Can contenttype title be generated based on other field values?

I would like to create a contenttype that has select fields for things like 'month of year' and 'type of product' and have the title field be auto generated based on the values of these two fields. This is because the two select field values are…
pragma
  • 73
  • 6
3
votes
2 answers

Content Type's in bolt

I am trying to give 2 content types the same singular slug in bolt. both of them should have the same fields, and the same template. at this point i use the record_template: tag to set the default template for each content type. vervolgpagina: …
B. Dionys
  • 916
  • 7
  • 34
3
votes
2 answers

Evaluate twig functions in record

I've created a bolt extension which provides a new twig function foo. The twig functions is added to the twig framework with the following code $this->addTwigFunction('foo', 'twigFoo');. public function twigFoo() { $markup = ' …
David
  • 4,027
  • 10
  • 50
  • 102
3
votes
2 answers

Setting Bolt Configuration Per Environment

The Bolt documentation mentions setting up configuration files for each environment, but doesn't explain how to make it happen. When you have multiple environments for the same site, like development, staging, or production, you’ll want parts of…
Royall Spence
  • 240
  • 2
  • 9
3
votes
1 answer

Bolt CMS: Adding routes for pages under "grouping" taxonomy

My mental model of the content for the website I am developing with Bolt is, that there are "sub pages": each page(the content type) is related to one "sub page" each "sub page" has its own menu and can use its own template the url for a page…
karfau
  • 638
  • 4
  • 17
3
votes
1 answer

Bolt Installation in a sub folder

I am struggeling to get bolt running in a subfolder of my main domain. It is working fine under the root but where do I have change the Settings for the subfolder? I just can't find it. Thank you Jan
highmarket
  • 31
  • 3
3
votes
2 answers

Add multiple images on a single page

How can I add multiple images on a page? I want to have pages with 3-4 paragraphs and under the paragraphs I want to have multiple images like a small photo gallery, I found a extension for the images in bolt lib but it is more photographic oriented…
Starlays
  • 1,039
  • 2
  • 15
  • 29
3
votes
1 answer

Difference between New page, New entry and New Showcase

I have been testing bolt-cms for a few days and I'm trying to understand how it works. I want to know what is the difference between New page, New entry and New Showcase. I have read this and it didn't fill the gap.
Starlays
  • 1,039
  • 2
  • 15
  • 29
3
votes
1 answer

Contenttypes in Bolt CMS: How to change field used for listing in backend

I would like to change the field used for displaying in backend listings. By default the first defined field is used, here it would be title news: name: News singular_name: Newsitem fields: title: type: text …
Jensman
  • 60
  • 6
3
votes
2 answers

List taxonomy terms in Bolt CMS

How is it possible to list all the terms in a taxonomy in Bolt? Not the terms applied to a record but all existing terms (like a tagcloud or a category list sidemenu)?
Dimitris K
  • 55
  • 6
1
2 3
20 21