Search found 144 matches

by Jay
Thu Oct 24, 2024 9:46 pm
Forum: General
Topic: Display bug, duplicated footer and sidebar !
Replies: 4
Views: 65343

Re: Display bug, duplicated footer and sidebar !

your problem cannot be solved remotely without access to your bludit instance, nor duplicated without all the data, extensions, and so on.
It's more of guessing what went wrong.

Just try to debug every possible part to narrow the possibilities of experiencing this "bug".
On your production ...
by Jay
Mon Sep 09, 2024 1:30 am
Forum: General
Topic: Password Recovery Nibbleblog
Replies: 2
Views: 5923

Re: Password Recovery Nibbleblog

pass recovery from bludit won't work, as nibble utilises obsolete(?) crypt() password method during installation or password change.
probably the recovery method that sends data through e-mail is also obsolete or not anymore supported by the webhost - assuming there is such method in admin login ...
by Jay
Fri Aug 23, 2024 1:18 am
Forum: General
Topic: Mirroring the documentation
Replies: 9
Views: 14544

Re: Mirroring the documentation

web.archive.org ;)
by Jay
Sat Aug 17, 2024 1:03 am
Forum: General
Topic: menu with direct link to pages
Replies: 2
Views: 5781

Re: menu with direct link to pages

try the MultiMenu plugin

otherwise you would need to do a bit of trickery with additional template file
by Jay
Fri Jul 26, 2024 2:56 pm
Forum: General
Topic: pagination
Replies: 11
Views: 22043

Re: pagination

Check available bludit's themes. I remember some of them had numbered pagination instead of basing only on default prev/next, thus you could check their sourcecode.
by Jay
Wed Jul 24, 2024 2:06 am
Forum: General
Topic: site migration / copy
Replies: 5
Views: 10431

Re: site migration / copy


Most of my development is offline; I am off-grid quite a lot.


Developing on a windows localhost environment tends to be very problematic.
Basically you should put up a webdev env as close to the production env you will install the website at the end.
One of the basic things you'd need to do ...
by Jay
Wed Jul 24, 2024 1:40 am
Forum: General
Topic: Latest release unavailable
Replies: 4
Views: 8747

Re: Latest release unavailable

nietak
LRAM wrote: Tue Jul 23, 2024 8:17 pm Impossible to download the v3.15.0
why won't you download v3.16 from github?
by Jay
Wed Jul 24, 2024 1:33 am
Forum: General
Topic: independent/standalone pages
Replies: 12
Views: 42821

Re: independent/standalone pages


>> insert a "hidden" string...
I am not sure what this means. I am sure it will be obvious if you could give me an example please?


Template is one of the input fields in page's options, see attached screenshot.


I think Jay was talking about adding a custom field. You can do so in /admin ...
by Jay
Sun Jul 21, 2024 9:49 pm
Forum: General
Topic: independent/standalone pages
Replies: 12
Views: 42821

Re: independent/standalone pages

you quite overcomplicate the workflow
I'd go the simplest way possible, create a static page, and use one of its options field.
Lets insert a "hidden" string in pages options->advanced->template field, so that we won't include such pages in generated menu.

For blogx template we only need to add 2 ...
by Jay
Sun Jul 21, 2024 5:39 pm
Forum: General
Topic: independent/standalone pages
Replies: 12
Views: 42821

Re: independent/standalone pages

If you want to have static pages available to be edited with bludit, and not automatically displayed anywhere on your website, your only problem to solve lay in functions responsible for displaying links to static pages, like menu functions.

Either create your own function for listing static pages ...