Search found 46 matches

by lightmat
Sat Sep 04, 2021 3:42 pm
Forum: General
Topic: What kind of JSON format does bludit use?
Replies: 4
Views: 1539

Re: What kind of JSON format does bludit use?

Edi wrote: Sat Sep 04, 2021 3:27 pm
CarmeloLabadie wrote: Fri Sep 03, 2021 8:11 am What kind of JSON format does bludit use?
I do not understand your question. JSON is a data format:

https://en.wikipedia.org/wiki/JSON

Install Bludit and inspect the files. ;)
Edi i think he means like this:
https://www.codeandweb.com/babeledit/do ... #flat-json
by lightmat
Fri Sep 03, 2021 4:33 pm
Forum: General
Topic: What kind of JSON format does bludit use?
Replies: 4
Views: 1539

Re: What kind of JSON format does bludit use?

Flat is actually wrong. It is "plaintext keys", sorry about that.
by lightmat
Thu Apr 22, 2021 7:17 pm
Forum: General
Topic: Bludit file permissions
Replies: 7
Views: 2481

Re: Bludit file permissions

No Problem :)
by lightmat
Thu Apr 22, 2021 11:28 am
Forum: General
Topic: Bludit file permissions
Replies: 7
Views: 2481

Re: Bludit file permissions

You need to tell a little about your setup. Is your website hosted? Is it your own server where you host at home? Which server are you talking about? (Apache, Nginx, other ..?) I would prefer that if it is a production server that directories are set to 755 and files are set to 644 Both server user...
by lightmat
Thu Apr 22, 2021 11:27 am
Forum: General
Topic: Bludit file permissions
Replies: 7
Views: 2481

Re: Bludit file permissions

My other website had all the blog files set to 777 also. I changed the ownership of everything in "/bl-content" from "web web" to "me web" and now I can't upload any files using Bludit. In order to change the file permissions I first had to change the ownership from &q...
by lightmat
Wed Apr 21, 2021 10:54 pm
Forum: General
Topic: Bludit file permissions
Replies: 7
Views: 2481

Re: Bludit file permissions

You need to tell a little about your setup. Is your website hosted? Is it your own server where you host at home? Which server are you talking about? (Apache, Nginx, other ..?) I would prefer that if it is a production server that directories are set to 755 and files are set to 644 Both server user ...
by lightmat
Mon Apr 05, 2021 1:23 pm
Forum: Themes
Topic: Plugin hooks in theme
Replies: 3
Views: 1812

Re: Plugin hooks in theme

All plugins have different functionality, so the different plugins are designed to appear in a specific place in the theme. e.g. sitehead, sidebar, footer, etc. This is what hooks are for, to hook into the place in the theme where it should appear. See the code in various plugins, then you will see ...
by lightmat
Tue Mar 16, 2021 8:17 pm
Forum: General
Topic: How to make a bigger paragraph?
Replies: 5
Views: 1640

Re: How to make a bigger paragraph?

It sounds like paragraphs are not being imported. You can see in the code editor if paragraph tags are included <p> ... </p> Plain text, you must insert in Tiny's text editor, then it automatically adds paragraph tags, it does not do that when you insert plain text in the code editor. In Tiny's text...
by lightmat
Sat Feb 27, 2021 11:10 pm
Forum: General
Topic: How to set Date and time format?
Replies: 3
Views: 1351

Re: How to set Date and time format?

No problem, you are welcome