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
0
votes
1 answer

How to limit the amount of cache on the server

I recently had an issue with a server filling up with > 400MB of Bolt Cache. (That is: after I emptied the cache, this amount of storage became available so I guess that that was the problem). How can I prevent this without diving into cronjob stuff…
Evert Albers
  • 121
  • 6
0
votes
2 answers

Odd/even records have unique CSS class

Using Bolt, I'd like to grab my 4 latest entries. Easy enough. However, I need the 1st and 3rd entries to have a specific CSS class around them while the 2nd and 4th entries would have their own class. Ultimately the HTML should look something…
user5710
  • 123
  • 7
0
votes
1 answer

Bolt Task Scheduler running at 11am instead of 3am

I've been monitoring the cron jobs I set up last week from my Bolt powered website. I've noticed that the daily cron jobs seem to be running at 11am (that's the time the database logs them at). In the config.yml the time is set to 3am. I've checked…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
1 answer

Bolt read-only and/or hidden contenttypes

Is it possible to have readonly or hidden contenttypes in Bolt? For part of the website I'm building I use contenttypes to store information gathered from external sites (via an API), and user input (i.e. comments, replies, etc). The contenttype…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
2 answers

Cron jobs with Bolt

Just a quick question on task scheduling and extending with Bolt CM. Documentation: https://docs.bolt.cm/v20/tasks When adding task scheduling to an extension, does the listener have to be specified outside of the class? use…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
1 answer

Content menu compartmentalisation

I'm working on a Bolt driven website which has quite a few contenttypes. Some of which are related to one another. It would be nice to break down the content menu in the admin section to make it easier to see related content. So for example the list…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
0
votes
1 answer

Bolt.cm login as Guest Editor causes endless redirect

With Bolt.cm I created a user with Guest Editor access (the default settings for permissions roles). When I log in as that user the browser says there is an endless redirect. It appears to be trying to access the dashboard but I'd like it to go to…
0
votes
1 answer

In contenttype.yml that field type is intended to be used to store money?

"float" adds arrows to add "steps" and I find it annoying because it adds 0.00000001 as they are "steps" are small, well I understand that it is…
0
votes
1 answer

Where to put general site details that need to be used in templates

I'm trying to create a place where I can put general site details, like twitter feed, contact details, and other things that could be used on multiple pages, but I'm not sure of where to put them. As I understand it, the choices are: Config files.…
babbaggeii
  • 7,577
  • 20
  • 64
  • 118
0
votes
1 answer

How to make a basic tagcloud in Bolt

Old-fashioned tagcloud-question: I know how to show the tags used in the current record - but what is the proper way to show a basic tagcloud with all tags that are used within the site?
Evert Albers
  • 121
  • 6
0
votes
2 answers

Code Snippets in Bolt CMS

Just wondering if I was able to do code snippets in blog/entry posts with bolt? I'm currently using Google Code Prettify to do my code snippets but often Bolt will not let me save or post and Entry because I think bolt prevents the user from posting…
James
  • 53
  • 6
0
votes
0 answers

Bolt CMS fake requests for different domains

I'm trying to fake requests in a Bolt CMS. The reason is, that I want to generate a static HTML Version of the Site. Using the Sitemapextension I got a list of available URLs. I'm using the Symfony Request class to fake an URI by running…
Gabriel
  • 3
  • 1
0
votes
1 answer

How to extend the Bolt CLI Interface Nut?

Is there a recommended way to extend the nut interface of bolt cms? I would like to implement an extension for bolt which is best triggered from commandline but couldn't found any kind of documentation about this matter. My current idea is to just…
Gabriel
  • 3
  • 1
0
votes
2 answers

Front-end user input purification?

Does Bolt have any built-in data purification? I have several front-end forms which create content type records on the back-end. These are then later output to the front-end of the website. I was wondering whether Bolt had any built in parsers I…
diggersworld
  • 12,770
  • 24
  • 84
  • 119
-1
votes
2 answers

How to implement SEO in Bolt CMS

I need to update mata title, description and keyword for each page.But in bolt dashboard there is no option for that. Screenshot
1 2 3
20
21