Questions tagged [kirby]

Kirby is a file-based CMS built using PHP. Its contents are organized in folders and write in plain text files with Markdown formatting.

Kirby is a file-based CMS built using PHP. Its contents are organized in folders and write in plain text files with Markdown formatting.

Kirby 3 was released in january 2019.

Highlights:

  1. Quick Setup
  2. Flexible content structre
  3. It requires no database
  4. Flexible API inspired by jQuery
  5. Markdown Syntax

Requirements:

Web server

Any of the following:

  • Apache 2
  • Nginx
  • LiteSpeed
  • Caddy

PHP

  • PHP 7.1+
  • mbstring extension
  • curl extension
  • ctype extension
  • gdlib extension

Useful links:

Resources

84 questions
0
votes
1 answer

Kirby CMS - help understanding chaining and objects

We're working with the php-based CMS Kirby but are having trouble understanding where we can (and can't) use chaining (we're pretty green when it comes to php). We have a product section like this: |_Shop |_Sheets |_Sheet one |_Sheet two …
CMSCSS
  • 2,076
  • 9
  • 28
  • 49
0
votes
1 answer

php variable with site wide scope

I'm using Kirby CMS and creating a little snippet which limits by posts by what number they are, and what date they are. A way to create a 'autopost' system basically. $today = new DateTime("now"); //Declare today $startdate = new…
suryanaga
  • 3,728
  • 11
  • 36
  • 47
0
votes
2 answers

Chheckbox form submission

I'm struggling to send multiple checkbox entries through a form. I'm using kirby CMS and the contact form plugin. This is my code if anyone can shed any light on this.

Project Needs

Chris Martin
  • 33
  • 2
  • 10
0
votes
2 answers

PHP (Kirby): redirect gallery to subfolder

Hi I've been working with Kirby. I'm a complete beginner in PHP but managed to get a lot done. Just need some help with the gallery. On the homepage a single image is displayed as thumbnail:
0
votes
3 answers

Bootstrap accordion for nested navigation tree in Kirby

I have a pretty complex nested accordion tree navigation "working" @ http://www.medlargroup.com the test site for a client. It appears to work correctly only it is not collapsed by default and so is incredibly long. I attempted to put the various…
0
votes
1 answer

Using PHPLinq - Kirby db mimicking

I have an array or arrays. Around 500 primaries with 6 lines each. Here are the first 2 examples: Array ( [0] => Array ( [Stock book code] => a-04 [Date] => 1962 [Work Title] => River Barge [height] => 0 …
0
votes
1 answer

Create lightbox on Kirby CMS for blog post

I have a blog settled up on Kirby CMS. I have images attached on blog posts, the style for img contains max-width: 100%, every image has a URL to itself... I'd like to open these links as a lightbox instead of a page. Problem is that I can't use PHP…
Phillip Gruneich
  • 120
  • 2
  • 10
0
votes
3 answers

Can PHP echo the address of the DIRECTORY containing an image or file?

SHORT VERSION OF MY QUESTION: Is there a way using PHP to echo the URL of the directory containing an image? LONG VERSION: Hello all, I am working on a simple CMS (using Kirby in case it's relevant) and I've got almost everything working except for…
ornmnt
  • 355
  • 2
  • 6
  • 17
-4
votes
2 answers

Fatal error: Call to a member function url() on a non-object on line 8

I am new to PHP, currently getting error saying Fatal error: Call to a member function url() on a non-object on line 8 Below is the code I am trying pages()->children()->visible(); $image_url =…
Moorby123
  • 81
  • 1
  • 10
1 2 3 4 5
6