Search found 773 matches

by diego
Tue Mar 10, 2020 8:47 am
Forum: Plugins
Topic: Real World Examples for Custom Fields
Replies: 3
Views: 4356

Re: Real World Examples for Custom Fields

Hi, custom fields are for the admin panel, but you can show the content of the custom field in the theme (for the visitors). The example will add a custom field with a input text in the editor page. You can add information in this custom field such as a Youtube URL and then you can show a Youtube vi...
by diego
Tue Mar 10, 2020 8:41 am
Forum: General
Topic: Bludit on Linux
Replies: 2
Views: 2332

Re: Bludit on Linux

I'm more fan of Nginx, but you can install Apache also. Looks like this Zorin OS is based on Ubuntu, so you can install packages as Ubuntu does.

Nginx configuration:
https://docs.bludit.com/en/webservers/nginx

Apache configuration:
https://docs.bludit.com/en/webservers/apache
by diego
Tue Mar 10, 2020 8:38 am
Forum: General
Topic: Static pages wrong page object
Replies: 1
Views: 1470

Re: Static pages wrong page object

Hi,
could be a bug, or maybe you are overwriting the variable $page, can you check if you are not using the variable $page in some part of the theme?

Regards
by diego
Sun Feb 23, 2020 1:50 pm
Forum: General
Topic: Ningún tema funciona
Replies: 4
Views: 6834

Re: Ningún tema funciona

Puede que este mal configurado la URL del sitio.
Fijate en Configuracion > Avanzado > URL del sitio
by diego
Sun Feb 09, 2020 7:08 pm
Forum: General
Topic: listing posts on a static page
Replies: 20
Views: 14283

Re: listing posts on a static page

Geonx wrote: Sun Feb 09, 2020 5:01 pm Try this plugin. It shows the posts, the posts per category and the categories in a single page.

You can see a demo here.
Hi, nice plugin, have you uploaded to https://plugins.bludit.com/ ?

Here are the steps, https://github.com/bludit/plugins-repository
by diego
Sat Feb 08, 2020 8:17 pm
Forum: General
Topic: Bludit v3.11.x
Replies: 0
Views: 9231

Bludit v3.11.x

Bludit v3.11.0 "Pizza time" is here. We are pleased to announce the release of Bludit 3.11.0. The first version of 2020, this version brings improvements and bug fixes. Changelog: https://github.com/bludit/bludit/releases/tag/3.11.0a Download: https://www.bludit.com/releases/bludit-3-11-0....
by diego
Tue Feb 04, 2020 3:32 pm
Forum: General
Topic: Gris admin theme for Bludit
Replies: 2
Views: 4504

Re: Gris admin theme for Bludit

Yes is just a prototype, I will add more settings with the time.
by diego
Tue Feb 04, 2020 12:19 pm
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6367

Re: Next / Previous pages

I tried the functions and works fines. <?php if ($WHERE_AM_I=='page') { if ($page->nextKey()) { $nextPage = buildPage($page->nextKey()); echo "The title of the next page: ".$nextPage->title().'<br>'; } else { echo "There is not next page.".'<br>'; } if ($page->previousKey()) { $p...
by diego
Tue Feb 04, 2020 9:35 am
Forum: General
Topic: Next / Previous pages
Replies: 9
Views: 6367

Re: Next / Previous pages

Hi,
maybe there is a bug on the function next and prev pages, I will check.
Have you tried to print the values or make a small example, I mean create 4 pages and check if the values returned is correct?
by diego
Wed Jan 29, 2020 9:34 pm
Forum: General
Topic: Gris admin theme for Bludit
Replies: 2
Views: 4504

Gris admin theme for Bludit

I've been working on my website (https://varlogdiego.com) and I made a new theme for the admin and for the website. The interesting part of the project is the admin theme. Here some features: - Markdown support. - Markdown editor, thanks to EasyMDE. - Integrated with highlight.js. - Quick view for e...