Search found 39 matches
- Thu Aug 08, 2024 12:31 pm
- Forum: General
- Topic: Startpage with one post per category
- Replies: 2
- Views: 1598
Startpage with one post per category
Hi alls;
in order to tweak my blog a bit, I wonder whether I can set up a start page which doesn't display much more than just the most current post in each category I use, plus the most recent post that has no category assigned... is that possible? Where to start if so?
Thanks very much,
Kristian
in order to tweak my blog a bit, I wonder whether I can set up a start page which doesn't display much more than just the most current post in each category I use, plus the most recent post that has no category assigned... is that possible? Where to start if so?
Thanks very much,
Kristian
- Tue Apr 23, 2024 9:20 pm
- Forum: Allgemein
- Topic: Bludit Update
- Replies: 4
- Views: 5651
Re: Bludit Update
Naja, wenn Du viel Änderungen an Themes oder Plugins vorgenommen hast, wirst Du die irgendwie übernehmen müssen. Ich hab selbst für mein "laufendes" Bludit lokal ein git-Repo, in dem ich meine Änderungen einigermaßen plausibel zu committen versuche, damit ich zumindest einen Überblick habe...
- Tue Apr 23, 2024 9:14 pm
- Forum: General
- Topic: Random slowdowns during login or posting content?
- Replies: 7
- Views: 6401
Re: Random slowdowns during login or posting content?
_Finally_ it seems I managed to get rid of this. After a lot of tweaking and playing, I started with something probably obvious and deactivated installed plugins. Insight: Removing RSS Feed Extended helped speeding things up a little bit. Disabling Time Machine X effectively eliminated all the probl...
- Fri Apr 19, 2024 6:10 am
- Forum: General
- Topic: Random slowdowns during login or posting content?
- Replies: 7
- Views: 6401
Re: Random slowdowns during login or posting content?
And again... could this somehow relate to amount of posts in the system? I don't still know how to get hold of this, especially considering it doesn't really reproduce, it just happens way too often.... .
- Tue Apr 16, 2024 8:08 am
- Forum: General
- Topic: Handling calendar / date in pages?
- Replies: 4
- Views: 3494
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...
- Thu Apr 11, 2024 7:31 am
- Forum: General
- Topic: Random slowdowns during login or posting content?
- Replies: 7
- Views: 6401
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...
- Thu Apr 11, 2024 7:29 am
- Forum: General
- Topic: Handling calendar / date in pages?
- Replies: 4
- Views: 3494
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...
- Tue Apr 09, 2024 7:27 am
- Forum: General
- Topic: Handling calendar / date in pages?
- Replies: 4
- Views: 3494
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...
- Mon Mar 25, 2024 10:09 am
- Forum: General
- Topic: Random slowdowns during login or posting content?
- Replies: 7
- Views: 6401
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...)
- Wed Feb 28, 2024 7:18 am
- Forum: General
- Topic: Random slowdowns during login or posting content?
- Replies: 7
- Views: 6401
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...?
- PHP is 8.0.30.
- memory_limit: 128M
- max_execution_time: 30
- max_input_time: 60
Should any of these be changed...?