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
-1
votes
2 answers

Javascript variable to Twig

I need to create a hash and put it in the placeholder for html input. I need the hash from the makehash() function in the placeholder. I have tried to achieve this with the following code segment but am not getting the desired results. placeholder:…
MOTIVECODEX
  • 2,624
  • 14
  • 43
  • 78
-1
votes
1 answer

TypeError in Bolt CMS

I wanted to install extensions in the bolt admin interface. As soon as I open the page it gets my this error: An unknown error occurred. This was the error message: JSON.parse: unexpected character at line 1 column 1 of the JSON data Lookin at the…
Peter
  • 1,844
  • 2
  • 31
  • 55
-1
votes
2 answers

Slick slider doesn't show images in bolt cms

What I am trying to do is load all the files(images) from the directory and append every image on the slick slider. I initialize the slider on document ready in js file and after initialization I call the function addImagestoSlider(). This works…
Marija Lyka
  • 163
  • 3
  • 17
-1
votes
1 answer

display twig loop element in bolt

I would like to create this skeleton with html and twig : group actu 1 actu 2 group actu 3 actu 4 group actu 5 actu 6 3 groups with div and 6 differents articles with 2 per group Curently code {% setcontent actualites =…
simonmnt
  • 59
  • 11
-1
votes
1 answer

Bolt CMS wrong paths on localhost xampp

I wanted to try out bold cms on my localhost. I have installed bolt cms on localhost/test (subfolder) The admin section works great, but when I try to visit the actual site all the paths are incorrectly. Bolts tries to load different css and js…
Branko
  • 149
  • 6
-1
votes
2 answers

Unexpected character "$" in "record.twig"

I have the following code in my twig template to manipulate the database: {% $tablename = $app['config']->get('general/database/prefix') . 'entries'; $query = "UPDATE $tablename SET $views = ? WHERE id = ?"; $views = record.views + 1; …
Alexander Solonik
  • 9,838
  • 18
  • 76
  • 174
-1
votes
1 answer

Page that’s used for a single record

I was just going through the documentation of boltCMS HERE, and came across the following explanation: In a page that’s used for a single record, (like entry.twig or record.twig), the variable {{ record }} will always be available, regardless…
Alexander Solonik
  • 9,838
  • 18
  • 76
  • 174
-1
votes
1 answer

configuring boltCMS with mysql

I was trying to get my boltCMS to work with mysql and i had the following changed in the setup file , from: # If you're trying out Bolt, just keep it set to SQLite for now. database: driver: sqlite databasename: bolt I changed the above…
Alexander Solonik
  • 9,838
  • 18
  • 76
  • 174
-1
votes
1 answer

Bolt CMS not returning response

I am running the bolt cms on a vagrant virtual machine. I have configured my mod_rewrite properly according to the tutorial but once I want to go to the site I get an error reponse in chrome and getting this response ERR_EMPTY_RESPONSE. When I…
DB93
  • 610
  • 2
  • 5
  • 16
-1
votes
1 answer

Can the Bolt "Simple Forms" extension be used to send data?

My Bolt site lists a lot of events. Can I use the Simple Forms extension to email a list of events to a visitor?
-1
votes
2 answers

Loop over files in Twig

I am using Bolt CMS and want to have a table including all files of a specific directory on the server. How can this be achieved using a Twig template?
walderich
  • 500
  • 1
  • 9
  • 24
-2
votes
1 answer

Archive feature in bolt cms

I am new to bolt cms and trying to solve this last problem. I have entries content type but the client wants to archive an entry and it be moved to the archived content type. Is there a way to do this? I am going to try to find devs who work on bolt…
-2
votes
1 answer

Bolt-CMS Using extensions in page?

I read this from a recent answer to a question: After enabling the extension, just use {{ twitterfeed() }} in your templates. But, what if I only want say a contact form on one page? Putting the tag in the page's text field doesn't work. And…
Dazed
  • 1
  • 1
-2
votes
2 answers

PHP counter Twig equivalent

Hello I would like do something like that with my Twig template
-2
votes
1 answer

Bolt has impressed me thus far, but would it be a good choice to rebuild an existing web app (PlateWire)?

Directed to: Bolt and Bolt experienced developers Site in question: PlateWire Brief Description: Website where people can basically register their automobile's license plate and send virtual messages to other drivers using the license plate as an…
badmark
  • 19
  • 3
1 2 3
20
21