Search found 163 matches

by arfa
Fri Sep 05, 2025 11:12 pm
Forum: General
Topic: manually restore backup to the same domain
Replies: 11
Views: 3699

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 write a ...
by arfa
Thu Aug 28, 2025 11:14 pm
Forum: Plugins
Topic: new: Horizontal Archive Menu
Replies: 1
Views: 36997

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 digits? yes/no ...
by arfa
Sun Aug 17, 2025 1:59 am
Forum: Plugins
Topic: Building a central media library plugin - am I crazy?
Replies: 1
Views: 1094

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

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"); ?> where ...
by arfa
Sat Aug 02, 2025 8:51 pm
Forum: Plugins
Topic: new: Horizontal Archive Menu
Replies: 1
Views: 36997

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 ...
by arfa
Tue Jul 29, 2025 10:37 pm
Forum: Plugins
Topic: .com plugins page errors
Replies: 1
Views: 16533

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 ...
by arfa
Tue Jul 22, 2025 2:58 am
Forum: General
Topic: ajax finally sorted? plz check me
Replies: 0
Views: 3538

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 ...
by arfa
Sat Jul 19, 2025 1:53 am
Forum: General
Topic: Javascript for one static page only ?
Replies: 5
Views: 23686

Re: Javascript for one static page only ?

Hi Jeronath,
Great that you got it working.

Two items come to mind in reply...
keep the javascript code in the CodeHtml plugin
I am not sure what this means. I wonder if you nested the entire code in one declaration of $snipData

As to the "successive values to the variable $snipData"
the .= is ...
by arfa
Wed Jul 16, 2025 10:37 pm
Forum: General
Topic: Javascript for one static page only ?
Replies: 5
Views: 23686

Re: Javascript for one static page only ?

Hi j.,
Assuming you have the plugin installed...
Go to 'build'
give your snippet a name
paste in:

<?php
// the variable $snipData has already been declared
// you need to extent it... $snipData .= 'your code/text'
// this entire textarea, including php tags, is saved in: ./codes/your_snipName.php ...
by arfa
Tue Jul 15, 2025 10:21 pm
Forum: General
Topic: Javascript for one static page only ?
Replies: 5
Views: 23686

Re: Javascript for one static page only ?

Hi jeronath,
I am not sure how extensive the code is but you could use my https://plugins.bludit.com/plugin/addcode2page

It creates a shortcode that can be added to a single page.
You say "call a newsletter signup form" — I don't know the extent of the code but I wonder why not just insert the ...