Search found 541 matches

by diego
Mon Jan 05, 2026 10:29 pm
Forum: General
Topic: Pro Version download
Replies: 5
Views: 3297

Re: Pro Version download


I do realise my request comes over the holiday period but it must be a 2 minute job to email the link to me please. Please make this an important task.


Hi, when you became Patreon you will see the posts with the Pro version.

Here the link
https://www.patreon.com/posts/111283629?utm_campaign ...
by diego
Tue Jan 16, 2024 2:21 am
Forum: General
Topic: I Like Bludit. <3
Replies: 3
Views: 143595

Re: I Like Bludit. <3

Yes will be really fast, the database is per post. You can have 100k posts and will be fast as a blog with 1 post.
by diego
Tue Mar 14, 2023 2:44 pm
Forum: General
Topic: Function "password lost"
Replies: 2
Views: 21879

Re: Function "password lost"

To recover the password you can follow this documentation article.
https://docs.bludit.com/en/security/password-recovery

Bludits does not come with an email sender, so it is not possible to recover the password like other sites with the "forget password" function.
by diego
Sat Jan 29, 2022 3:08 pm
Forum: General
Topic: Bludit is a perfect fit
Replies: 1
Views: 20627

Re: Bludit is a perfect fit

Hi,

Thanks for the message!

Please try Bludit v4.0 beta3 and give us some feedback!

Regards
Diego
by diego
Mon Dec 13, 2021 9:28 am
Forum: General
Topic: Number of Articles Curiosity
Replies: 3
Views: 23471

Re: Number of Articles Curiosity

I tested with 10.000 posts and works perfectly.
by diego
Sun Sep 12, 2021 4:48 pm
Forum: General
Topic: How to set custom field values when creating new page via API ?
Replies: 5
Views: 41366

Re: How to set custom field values when creating new page via API ?

Notice to create a page via API you need to use the method POST and send the parameters via POST.

Please follow the documentation example and then add the custom field.

https://docs.bludit.com/en/api/create-a-new-page
by diego
Sun Sep 12, 2021 4:44 pm
Forum: General
Topic: How to set custom field values when creating new page via API ?
Replies: 5
Views: 41366

Re: How to set custom field values when creating new page via API ?

I don't know your code, I mean how do you encode to JSON, I can show you an example I just did with curl command.

Admin panel > Settings > Custom field

{
"subtitle": {
"type": "string",
"placeholder": "Subtitle for the page"
}
}


Curl to the API with the custom subtitle

curl 'http ...
by diego
Sun Sep 12, 2021 1:04 pm
Forum: General
Topic: How to set custom field values when creating new page via API ?
Replies: 5
Views: 41366

Re: How to set custom field values when creating new page via API ?

Hi,
yes you can send the custom field through the API, but first, you need to define the custom fields in Admin panel > Settings > Custom fields.

Here is the part of the code for the page creation and the custom fields.
https://github.com/bludit/bludit/blob/master/bl-kernel/pages.class.php#L68-L78 ...
by diego
Fri Jun 11, 2021 6:44 pm
Forum: General
Topic: Bludit 4.0.0 Alpha
Replies: 8
Views: 17840

Re: Bludit 4.0.0 Alpha

I found an issue when the installation is inside a folder and I release a new version.

https://github.com/bludit/bludit/releases/tag/4.0.0-alpha4

Regarding the changes, yes is the only way to do the comparison, I'm doing changes all the time, and is an Alpha version is not defined as the final ...
by diego
Wed Jun 09, 2021 8:54 pm
Forum: General
Topic: Bludit 4.0.0 Alpha
Replies: 8
Views: 17840

Re: Bludit 4.0.0 Alpha

Hi,
I found some bugs and release Alpha 3.
Can you test it ?

https://github.com/bludit/bludit/releas ... 0.0-alpha3