Search found 156 matches

by arfa
Sat Sep 13, 2025 12:22 am
Forum: General
Topic: manually restore backup to the same domain
Replies: 11
Views: 1162

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

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

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($pagesDi...
by arfa
Fri Sep 05, 2025 11:12 pm
Forum: General
Topic: manually restore backup to the same domain
Replies: 11
Views: 1162

Re: manually restore backup to the same domain

Hi, I am curious to know if you found any cause for the page.php corruption – or any sense of how the general 'mess' happened; it might be useful in future context ... as in "be sure not to... " or some such. I haven't given it a great deal of thought but figure it would be easy enough to ...
by arfa
Thu Aug 28, 2025 11:14 pm
Forum: Plugins
Topic: new: Horizontal Archive Menu
Replies: 1
Views: 35939

upgrade menu config

A good friend, who is using H.A.M., chided me over my intro above: "[extra years] can be fairly easily increased with a bit of code tweaking." and asked if it was so easy why was it not a built in option? So, here are three additional config. options... 1 - Show first year using FOUR digit...
by arfa
Sun Aug 17, 2025 1:59 am
Forum: Plugins
Topic: Building a central media library plugin - am I crazy?
Replies: 1
Views: 610

Re: Building a central media library plugin - am I crazy?

@koroner >> it breaks the session and kicks me back to the login screen. Are you going through your plugin plugin.php file? – via: public function adminController() Let me know if you need some clarification on this. AJAX is certainly an approach but needs to be set up correctly. Have a read of my: ...
by arfa
Thu Aug 07, 2025 10:33 pm
Forum: Plugins
Topic: Multimenu plugin - how to implement
Replies: 2
Views: 49715

Re: Multimenu plugin - how to implement

I wonder if you are getting the menu built and saved? There are a few buttons that need to be clicked. Give the menu a name. Edit Items – be sure to click '+ Add' and then 'save'. The item should appear at bottom. Go 'Back to List' and copy the shortcode; eg. <?php multiMenu("testMulti"); ...
by arfa
Sat Aug 02, 2025 8:51 pm
Forum: Plugins
Topic: new: Horizontal Archive Menu
Replies: 1
Views: 35939

new: Horizontal Archive Menu

As posts build up they fall off the bottom of the main page and into pagination – you get a numbered link. The plugin builds a horizontal menu divided into years, with optional months as a sub-menu, providing a top level view of all posts (not static or sticky) – by title. New posts are automaticall...
by arfa
Tue Jul 29, 2025 10:37 pm
Forum: Plugins
Topic: .com plugins page errors
Replies: 1
Views: 15804

Apologies

I am pretty sure that this is my bad. My plugin has been merged into the master and, as I look down the bottom of the plugin page, there is a download link (with more awful errors [shame]) ... to my plugin. On checking my plugin metadata.json I see that I dropped the multi-language segments BUT fail...
by arfa
Tue Jul 22, 2025 2:58 am
Forum: General
Topic: ajax finally sorted? plz check me
Replies: 0
Views: 2525

ajax finally sorted? plz check me

I have been poking about with this for a while now (see: https://forum.bludit.org/viewtopic.php?t=3048). I thought to post separately as I am more confident about a solution and this may get lost as an addendum to the other post. As I say, please check this and let me know if you spot anything in er...