Search found 31 matches

by kr428
Mon Mar 25, 2024 10:09 am
Forum: General
Topic: Random slowdowns during login or posting content?
Replies: 3
Views: 230

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: 3
Views: 230

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: 3
Views: 230

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: 158872

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: 235468

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: 14502

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...
by kr428
Mon Nov 06, 2023 8:59 am
Forum: General
Topic: Crossposting to Diaspora* ?
Replies: 0
Views: 105456

Crossposting to Diaspora* ?

Folks; title says it all I guess: Anyone has managed to get a Bludit blog to crosspost to a Diaspora* pod? Still do have some contacts out there....
Thanks and best,
Kristian
by kr428
Mon Oct 30, 2023 10:44 am
Forum: General
Topic: Customized RSS feeds?
Replies: 3
Views: 14502

Customized RSS feeds?

Folks; are there any recommendations on how to best provide customized rss feeds with bludit? Especially, I'd like to add keywords as # tags to each post, for certain integration ideas for which this is missing at the moment. Where to start? Is that something I can even achieve out of the box? Thank...
by kr428
Mon Sep 04, 2023 12:21 pm
Forum: General
Topic: Customize automatic title generation?
Replies: 4
Views: 10009

Re: Customize automatic title generation?

Ok, thanks all. So, would it suffice to, say, pre-populate the "title" input field with something meaningful while creating a new post...?
by kr428
Mon Sep 04, 2023 8:41 am
Forum: Themes
Topic: Page access count in custom theme?
Replies: 1
Views: 19553

Re: Page access count in custom theme?

Answering myself, it seems I managed to fixed this by adding

<?php Theme::plugins('siteBodyBegin'); ?>
<?php Theme::plugins('siteBodyEnd); ?>

to the template. :idea: