Search found 35 matches

by kr428
Tue Apr 16, 2024 8:08 am
Forum: General
Topic: Handling calendar / date in pages?
Replies: 4
Views: 46

Re: Handling calendar / date in pages?

Ah, ok, so I basically have to iterate across all pages and compare dates with "today"? Won't that fall over performance-wise if the site gets a bit ... bigger? Or am I getting something wrong here? From a database point of view, what I'm looking for is something like "give me all pag...
by kr428
Thu Apr 11, 2024 7:31 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 4
Views: 320

Re: Random slowdowns during login or posting content?

Catching up on that: Any further ideas here...? Ranging between 17 and 60s for a login (and at times submitting a post too) isn't all too pleasant. Not sure it worsened with the instance growing (currently containing approximately 2.5k posts). Too, maybe unrelated, I noticed I'm like permanently &qu...
by kr428
Thu Apr 11, 2024 7:29 am
Forum: General
Topic: Handling calendar / date in pages?
Replies: 4
Views: 46

Re: Handling calendar / date in pages?

Hi Kristian, To show how many minutes and days are past, you can use the php-code below: //..// I hope it's helpfull! Misteric Thanks, definitely so. :) However, there's one thing missing to my mental model at the moment: Say, I'd like to display all posts of "April 11" on some earlier ye...
by kr428
Tue Apr 09, 2024 7:27 am
Forum: General
Topic: Handling calendar / date in pages?
Replies: 4
Views: 46

Handling calendar / date in pages?

Folks; as I haven't found good starters here, are there any recommendations on how to make best use of dates in bludit? Like, in example, I'd enjoy adding a "this day <xx> years ago" section, or limit my starting page only to posts from the last <n> days. Is that something that can be achi...
by kr428
Mon Mar 25, 2024 10:09 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 4
Views: 320

Re: Random slowdowns during login or posting content?

(Meanwhile, I drastically increased memory limits which seems to have _somehow_ improved the situation, but still, sometimes, logins take way too long to be enjoyable...)
by kr428
Wed Feb 28, 2024 7:18 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 4
Views: 320

Re: Random slowdowns during login or posting content?

Thanks bunches for your feedback. Here we are:

- PHP is 8.0.30.
- memory_limit: 128M
- max_execution_time: 30
- max_input_time: 60

Should any of these be changed...?
by kr428
Mon Feb 19, 2024 10:15 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 4
Views: 320

Random slowdowns during login or posting content?

Folks; unsure where to start digging into this, I experience one of my Bludit blogs (containing a bit more than 2000 short posts) turning rather slow when trying to log in and/or posting new content. Sometimes, too, login takes two attempts, unsure whether the first one times out or quietly fails. R...
by kr428
Wed Jan 10, 2024 12:52 pm
Forum: Plugins
Topic: Bluesky crossposter
Replies: 0
Views: 172590

Bluesky crossposter

Alls;
anyone knows / has around already some sort of solution to crosspost Bludit entries to Bluesky? Would be interested to see that work... :)
Thanks,
Kristian
by kr428
Wed Jan 10, 2024 12:51 pm
Forum: Allgemein
Topic: Unterstützt Bludit activitypub ?
Replies: 10
Views: 257055

Re: Unterstützt Bludit activitypub ?

Ich hab mal ne kleine Frage, bin seit gut Halben Jahr in dem Netzwerk Mastodon aktiv und da gibt es ein Protokoll namens ActivityPub, was wohl der heisse Shit zur Zeit ist. Darum wollte ich fragen, ob Bludit dieses Protokoll unterstützt oder es geplant ist dieses zutun ? Kommt darauf an, was Du wil...
by kr428
Mon Nov 06, 2023 9:21 am
Forum: General
Topic: Customized RSS feeds?
Replies: 3
Views: 16679

Re: Customized RSS feeds?

I think I found it (without having the change applied yet but it seems straightforward). For the history, I'm about to modify the createXML method in plugin.php of the RSS plugin and extend foreach ($list as $pageKey) { try { // Create the page object from the page key $page = new Page($pageKey); $x...