Search found 770 matches
- Tue Mar 14, 2023 2:44 pm
- Forum: General
- Topic: Function "password lost"
- Replies: 2
- Views: 159
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.
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.
- Tue Aug 23, 2022 12:15 pm
- Forum: General
- Topic: Alguna solución para instalar Bludit en un smartphone ?
- Replies: 2
- Views: 996
Re: Alguna solución para instalar Bludit en un smartphone ?
Hola,
podes poner un titulo y un subtitulo en tu pagina para que desaparezca ese default titulo.
Vas al panel de administracion > ajustes > general
Saludos
podes poner un titulo y un subtitulo en tu pagina para que desaparezca ese default titulo.
Vas al panel de administracion > ajustes > general
Saludos
- Wed Jul 13, 2022 6:51 pm
- Forum: General
- Topic: Página de Tags
- Replies: 2
- Views: 413
Re: Página de Tags
Hola,
Vas a necesitar desarrollar, no es tan sencillo. Te aconsejo preguntar en el foro en inglés, pero no creo que nadie se ponga a desarrollar por vos, la otra es copiar el código de algún otro theme.
Saludos
Vas a necesitar desarrollar, no es tan sencillo. Te aconsejo preguntar en el foro en inglés, pero no creo que nadie se ponga a desarrollar por vos, la otra es copiar el código de algún otro theme.
Saludos
- Sat Mar 26, 2022 12:50 am
- Forum: General
- Topic: Yoast SEO para Bludit
- Replies: 1
- Views: 492
Re: Yoast SEO para Bludit
Hola,
Bludit viene con todo tipo de estructura para SEO, que es lo que estás necesitando ?
Saludos
Bludit viene con todo tipo de estructura para SEO, que es lo que estás necesitando ?
Saludos
- Sat Jan 29, 2022 3:08 pm
- Forum: General
- Topic: Bludit is a perfect fit
- Replies: 1
- Views: 436
Re: Bludit is a perfect fit
Hi,
Thanks for the message!
Please try Bludit v4.0 beta3 and give us some feedback!
Regards
Diego
Thanks for the message!
Please try Bludit v4.0 beta3 and give us some feedback!
Regards
Diego
- Mon Dec 13, 2021 9:28 am
- Forum: General
- Topic: Number of Articles Curiosity
- Replies: 3
- Views: 639
Re: Number of Articles Curiosity
I tested with 10.000 posts and works perfectly.
- 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: 1326
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
Please follow the documentation example and then add the custom field.
https://docs.bludit.com/en/api/create-a-new-page
- 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: 1326
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 ...
- 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: 1326
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...
- Fri Jun 11, 2021 6:44 pm
- Forum: General
- Topic: Bludit 4.0.0 Alpha
- Replies: 8
- Views: 1652
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...