Search found 540 matches

by diego
Mon May 31, 2021 6:35 pm
Forum: General
Topic: Concern about the potential size of /databases/pages.php
Replies: 2
Views: 4128

Re: Concern about the potential size of /databases/pages.php

Hi,
the size for pages.php is more for metadata, but in your case, you have a valid point about the custom fields, I can check a better solution for custom fields and store them in separated files as you mentioned, for Bludit v4.

Regarding corrupt data, you can use some plugin for backup or if you ...
by diego
Wed Apr 28, 2021 9:36 am
Forum: Allgemeines
Topic: Probleme mit Docker Installation
Replies: 1
Views: 5158

Re: Probleme mit Docker Installation

Hi,
what is the error? the issue is with Docker compose and not from the Docker image for Bludit.
by diego
Mon Mar 29, 2021 4:07 pm
Forum: General
Topic: new bludit logo design
Replies: 27
Views: 718367

Re: new bludit logo design


@diego Are you looking to stick with a dog idea? If not, I have some others that seem to look okay.


Hi, please share them, I like the idea of the dog because provides a character or avatar to the system but could be anything.

Also remember, the favicon is important because some logos are ...
by diego
Thu Mar 11, 2021 6:35 pm
Forum: Plugins
Topic: Search plugin - how to sort results
Replies: 1
Views: 4498

Re: Search plugin - how to sort results

Hi,
should be ordered by date.

I will take a look.
by diego
Sun Jan 31, 2021 1:13 pm
Forum: General
Topic: Navigation Previous Next
Replies: 11
Views: 35307

Re: Navigation Previous Next

Hi,
yes, I'm doing the same, probably some bug.

Check this theme and these lines.
https://github.com/dignajar/gris/blob/m ... hp#L62-L74

I will try to reproduce the issue.
by diego
Sat Jan 23, 2021 10:35 pm
Forum: General
Topic: Easy way to add a Dark Mode Theme Switch [Tip]
Replies: 4
Views: 17241

Re: Easy way to add a Dark Mode Theme Switch [Tip]

Looks good, I will take a look deeper
by diego
Thu Jan 21, 2021 1:51 pm
Forum: General
Topic: new bludit logo design
Replies: 27
Views: 718367

Re: new bludit logo design

Hi, yes the first one is really good, but how looks like in small version like 32px x 32px I'm thinking in the favicon.
by diego
Mon Jan 18, 2021 9:56 am
Forum: General
Topic: Blank Page when editing a Page
Replies: 8
Views: 8560

Re: Blank Page when editing a Page

Hi,
I was checking and the filter module is enabled by default.

https://www.php.net/manual/en/filter.installation.php

Maybe in your installation is disabled ?
by diego
Wed Jan 13, 2021 5:16 pm
Forum: General
Topic: URL Filter
Replies: 6
Views: 7788

Re: URL Filter

Hi,
any of the filters works for you ?
by diego
Mon Jan 11, 2021 12:56 pm
Forum: General
Topic: What is the Limit of Database?
Replies: 1
Views: 4870

Re: What is the Limit of Database?

Hi,
there is no limitation in file size, the only issue could be the memory of your server, but I tried for 10.000 pages, and works fine in a raspberry pi which has 4GB of ram.

The page.php is just metadata of the pages, the content of the page is in another file per page and is not loaded until ...