Search found 133 matches

by Jay
Sat Jun 12, 2021 3:05 pm
Forum: General
Topic: Bludit v4 - Alpha version
Replies: 32
Views: 200639

Re: Bludit v4 - Alpha version

Diego, is the current stage of development only a bug hunt/fix or are you going to implement more features not listed in https://blog.bludit.com/bludit-4-road-map ? btw. what will be the best method to migrate from 3.13? I was thinking about launching a fresh install under a subdomain, move everythi...
by Jay
Mon Mar 08, 2021 11:07 pm
Forum: Plugins
Topic: Simple stats plus plugins
Replies: 5
Views: 4097

Re: Simple stats plus plugins

The plugin works also with v.7.0. but it throws many notices and warnings with enabled error reporting on php version below 7.3 I'm not sure if new functions are working as supposed because I see only same stats like in earlier version. I've posted some time ago those issues on dev's github board y...
by Jay
Mon Mar 08, 2021 8:38 pm
Forum: Plugins
Topic: Simple stats plus plugins
Replies: 5
Views: 4097

Re: Simple stats plus plugins

probably it works only on php >=7.3
by Jay
Thu Feb 04, 2021 8:55 pm
Forum: General
Topic: Template static page and posts
Replies: 2
Views: 5158

Re: Template static page and posts

The functionality of separate templates for posts and static pages is sorely lacking. Will this feature be implemented? this basic "feature" needs elementary php knowledge as it's "implemented" on template level since beginning. Just check what type of page is being visited, and...
by Jay
Wed Jan 27, 2021 5:24 pm
Forum: General
Topic: How can I re-upload old site content in migration to 3.13.1
Replies: 3
Views: 5530

Re: How can I re-upload old site content in migration to 3.13.1

Try with using 1-3 versions between your old 3.0 and latest 3.13
there has been couple major updates so that the latest version might not get crucial data from pages db, as this data simply doesn't exist.

That's mine last idea without doing it manually or semi-automatically through API.
by Jay
Sat Jan 23, 2021 12:51 pm
Forum: General
Topic: How can I re-upload old site content in migration to 3.13.1
Replies: 3
Views: 5530

Re: How can I re-upload old site content in migration to 3.13.1

Try with builtin' backup option.
Make one in old instance, copy the .zip to your new bludit instance to /content/workspaces/backup directory and restore this backup from administration panel.
by Jay
Sun Jan 03, 2021 3:29 pm
Forum: Themes
Topic: Thumbnails not working in blog X
Replies: 5
Views: 3773

Re: Thumbnails not working in blog X

I will drop blogX and take Blekathlon which manages the thumbnails correctly. You need to remember that once the thumb is generated for uploaded image, changing thumb settings in bludit option will not automatically convert all existing thumbnails. You need to reupload the image so that changed blu...
by Jay
Sun Jan 03, 2021 3:23 pm
Forum: General
Topic: Static Pages in Navigation Bar
Replies: 5
Views: 5307

Re: Static Pages in Navigation Bar

Hi Guys, any hints/tips how to get this working in the Bluma Template? The code works fine with the BlogX template, but I can not get it working with the Bluma theme. This is basically a snippet I prepared, and posted some time ago, as the default menu snippet shown in docs stopped working in lates...
by Jay
Sat Jan 02, 2021 3:55 pm
Forum: General
Topic: publish .pdf of .doc files
Replies: 17
Views: 14633

Re: publish .pdf of .doc files

Any idea why this wouldn't work? Is .gpx just not possible to support? gpx is a xml based format so try adding also mimetypes for xml files text/xml application/xml not sure if application/octet-stream would also come in handy This is only an idea, I don't have currently possibilities to test it. C...
by Jay
Sat Dec 19, 2020 2:20 am
Forum: General
Topic: Static Pages in Navigation Bar
Replies: 5
Views: 5307

Re: Static Pages in Navigation Bar

Blogx generates menu using $staticPage variable, thus all nested static pages will be shown in menu.
Check the print navigation bar section in docs
https://docs.bludit.com/en/dev-snippets ... d-subpages

and use the snippet without the children part in conditional code