Search found 540 matches

by diego
Tue Jan 16, 2024 2:21 am
Forum: General
Topic: I Like Bludit. <3
Replies: 3
Views: 139534

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: 19186

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: 17983

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: 20821

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: 35384

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: 35384

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 ...
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: 35384

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 R...
by diego
Fri Jun 11, 2021 6:44 pm
Forum: General
Topic: Bludit 4.0.0 Alpha
Replies: 8
Views: 12652

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 solut...
by diego
Wed Jun 09, 2021 8:54 pm
Forum: General
Topic: Bludit 4.0.0 Alpha
Replies: 8
Views: 12652

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
by diego
Tue Jun 08, 2021 9:09 am
Forum: General
Topic: Bludit 4.0.0 Alpha
Replies: 8
Views: 12652

Re: Bludit 4.0.0 Alpha

Hi,
can you tell me the browser and web server do you use ?

Also, if you know how to check via browser inspector the logs would be helpful.

Thanks