Search found 163 matches

by arfa
Mon Jan 12, 2026 6:49 pm
Forum: Plugins
Topic: issues with Remote Content plugin
Replies: 2
Views: 3148

Re: issues with Remote Content plugin

I was interested reading of a 'remote content' plugin and looked for it on the plugins page but found nothing. So, first question – can you make your question more clear? The code you share does not tell me what you are doing... but it may well be obvious to others :)
by arfa
Tue Jan 06, 2026 2:16 am
Forum: Plugins
Topic: Horizontal Menu - new year fix
Replies: 0
Views: 3241

Horizontal Menu - new year fix

Not quite a millennium bug but with the roll over to a new year if there is no post for 2026 then the first main menu item shows as '25 – not 2026 (assuming you have a 4 digit first-year set).

Far from a major change and old installs will still work fine but I have adjusted to allow for this. You ...
by arfa
Thu Jan 01, 2026 2:47 am
Forum: General
Topic: change Items per page dynamically
Replies: 3
Views: 3092

Re: change Items per page dynamically

has to be hard coded.
Where?

Or did you mean set in admin?

- ak
by arfa
Tue Dec 30, 2025 3:51 am
Forum: General
Topic: change Items per page dynamically
Replies: 3
Views: 3092

Re: change Items per page dynamically

Thanks Edi. Yes, I was imagining to code on the home.php page but am not sure what the code would be. I have checked documentation but didn't see any thing.

Is there a {?} key or hook into 'items per page'?

cheers - Kusalo
by arfa
Mon Dec 29, 2025 11:32 am
Forum: General
Topic: change Items per page dynamically
Replies: 3
Views: 3092

change Items per page dynamically

Is there anyway to reset 'Items per page' as the page is written? Using pagination I have one setup for the first load of posts writing 5 items. The second load I would like to write 6 items on the page.

Any leads would be appreciated. thx - Kusalo
by arfa
Fri Oct 10, 2025 10:52 pm
Forum: General
Topic: How can I see the error file?
Replies: 2
Views: 2878

Re: How can I see the error file?

I replied to your post in 'plugins'

If indeed it is the plugin that is throwing the error then just remove it. All the files are in bl-plugins/addCode2Page

If you can't access admin then just delete the plugin folder with FTP.

If the plugin is causing a problem then I would appreciate any more ...
by arfa
Fri Oct 10, 2025 9:22 pm
Forum: Plugins
Topic: addCode2Page: random quote
Replies: 2
Views: 59174

Re: addCode2Page: random quote

as the author I am sorry to hear you are having issues.

>> updated the plugin from the archive
There have been no updates. Do you mean you activated the plugin? For the first time? Or did you add a snippet? The 'random quote' snippet? Other? As much detail on just what you did can help refine the ...
by arfa
Sat Sep 13, 2025 12:22 am
Forum: General
Topic: manually restore backup to the same domain
Replies: 11
Views: 17524

Re: manually restore backup to the same domain

>> I managed to solve it!
Was that using the code? or what?

And I wonder if you have any clearer sense of the cause?

ak
by arfa
Fri Sep 12, 2025 12:14 am
Forum: General
Topic: manually restore backup to the same domain
Replies: 11
Views: 17524

Re: manually restore backup to the same domain

It is always a guess to know how much to assume regarding anyone's code experience.

I presume you have FTP access?
Create a local file - say 'newPages.php' and add the code to it. Perhaps create a .txt file and later rename it?
upload that file to yourdirectory. You mentioned a subdomain? Upload to ...
by arfa
Tue Sep 09, 2025 3:44 am
Forum: General
Topic: manually restore backup to the same domain
Replies: 11
Views: 17524

Re: manually restore backup to the same domain

hi Lodria,

A kids project – I am happy to support that.

Assuming that your page index.txt files are in order you can use this script to rebuild pages.php
<?php
$pagesDir = __DIR__ . '/bl-content/pages';
$outputFile = __DIR__ . '/bl-content/databases/pages.php';
$pages = [];

foreach (scandir ...