Page 1 of 2

Bludit v1.0 BETA 3

Posted: Sun Jan 17, 2016 10:34 pm
by diego
Bludit v1.0 BETA 3
Release date: 2016-01-20
Website: http://www.bludit.com
Download: https://github.com/dignajar/bludit/rele ... /1.0-beta3

DO NOT UPDATE YOUR CURRENT VERSION WITH THIS VERSION !!

Social, follow Bludit on
- Twitter: https://twitter.com/bludit
- Facebook: https://www.facebook.com/bluditcms
- Google Plus: https://plus.google.com/+Bluditcms
- Github: https://github.com/dignajar/bludit
- IRC Freenode: irc.freenode.net, channel #bludit
- Chat online on Gitter - https://gitter.im/dignajar/bludit

How to Collaborrate
- Make a Theme, or if you make a mockup I could try to port it to Bludit. http://docs.bludit.com/en/themes/theme-basics
- Make a Plugin
- Translate the plugins, http://docs.bludit.com/en/languages/translate-plugins
- Translate the themes, http://docs.bludit.com/en/languages/translate-themes
- Translate Bludit to your language
- Translate or improve the documentation, https://github.com/dignajar/bludit-documentation
- Help the users on the forum, http://forum.bludit.org
- Share Bludit with your friends
- Make a donation, to pay the hosting, domains, and future projects.

Re: Bludit v1.0 BETA 1

Posted: Mon Jan 18, 2016 5:20 pm
by kaaleth
1. Seems like theme list does not work.
2. How to implement cover function for themes?

Re: Bludit v1.0 BETA 1

Posted: Mon Jan 18, 2016 9:01 pm
by kaaleth
3. There is no possible to change language in installator mode. It shows english only.
4. Auto-tags do not work.

Seems like it is deeeeeep beta :) .

Re: Bludit v1.0 BETA 1

Posted: Tue Jan 19, 2016 3:56 am
by diego
1. Fixed, https://github.com/dignajar/bludit/issues/193
2. For the moment there aren't themes with this feature, but you can call the cover image, for example, for a post, `$Post->coverImage()` this returns the image src, or FALSE if the post doesn't have a cover image.
3. Fixed, https://github.com/dignajar/bludit/issues/194
4. First you need to have tags on your Bludit, then you can auto-complete. After write the tag you need to press the enter key.

Re: Bludit v1.0 BETA 1

Posted: Tue Jan 19, 2016 6:08 am
by kaaleth
Ok, thanks

Re: Bludit v1.0 BETA 1

Posted: Tue Jan 19, 2016 11:49 pm
by diego

Re: Bludit v1.0 BETA 2

Posted: Wed Jan 20, 2016 10:28 am
by Herk
In last Bludit v1.0
I can't see all themes I see only pure and future-imperfect./ The solution is just copy the file metadata.json from pure theme folder in theme folder/


Another problem is with images. I can't see and insert them in post.

Re: Bludit v1.0 BETA 3

Posted: Thu Jan 21, 2016 3:23 am
by diego

Re: Bludit v1.0 BETA 2

Posted: Thu Jan 21, 2016 3:23 am
by diego
Herk wrote:In last Bludit v1.0
I can't see all themes I see only pure and future-imperfect./ The solution is just copy the file metadata.json from pure theme folder in theme folder/


Another problem is with images. I can't see and insert them in post.
Could you try the last beta 3, https://github.com/dignajar/bludit/rele ... /1.0-beta3

Make a clean installation. thanks

Re: Bludit v1.0 BETA 2

Posted: Thu Jan 21, 2016 8:03 am
by Herk
diego wrote:
Herk wrote:In last Bludit v1.0
I can't see all themes I see only pure and future-imperfect./ The solution is just copy the file metadata.json from pure theme folder in theme folder/


Another problem is with images. I can't see and insert them in post.
Could you try the last beta 3, https://github.com/dignajar/bludit/rele ... /1.0-beta3

Make a clean installation. thanks
After clean installation everything works fine.
Good job !!!

I have strange problem when I try to format picture in center nothing happens with tinymce new version 4.3.3 when restore old version 4.3.1 everything is OK.
This is the records
<p><img src="13_0_o.jpg" alt="undefined" border="0" /></p> /New version 4.3.3/

<p><img style="display: block; margin-left: auto; margin-right: auto;" src="13_0_o.jpg" alt="undefined" border="0" /></p> /old 4.3.1/