TheVoidTLMB
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] How to federate posts written Pre-ActivityPubI just searched for that URL in my Mastodon instance, and it shows up there as a post just fine.
Forum: Plugins
In reply to: [ActivityPub] Fediverse reply not showing on blog pageOops, sorted. I had looked for the comment in “Pending”, but I hadn’t looked in Spam. But there I was. All fixed now.
Forum: Plugins
In reply to: [ActivityPub] Import Mastodon (Beta)“At some point we could maybe add a category selector in the first step? I’m sure there are folks who feel as strongly that there shouldn’t be a category at all :-)” – Konstantin
“…yes, I did mean optional re-categorising. That would be cool – and maybe adding tags too? Although perhaps both is overkill.” – Void
@obenland I know you’re busy with other things, but a small bump for this request. I have 3 Mastodon archives I’m waiting to import, and it’d be really nice to add multiple Categories of (say) OldInstanceName, Mastodon and Microblog to each of them, to help me search for old posts a little more easily. (Having thought about it, now I don’t think I’d want to add tags too.)Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneSince I’ve had the same problem on my subdomain offgrid.tlmb.net, first I checked to see which plugins they share, and apart from Classic Editor and Activity Pub, that’s only WP Super Cache and No Self Ping. NSP was fairly newly installed on the subdomain, so first step is to try deactivating WP Super Cache 2.0.1 on tlmb.net/blog , make a new post…
No image sent from https://tlmb.net/blog/wild-rose/
Deactivate No Self Ping 1.2 on tlmb.net/blog , make a new post…
No image sent from https://tlmb.net/blog/seeds-maybe/
Deactivate Include Mastodon Feed 1.13.1 on tlmb.net/blog , make a new post…
No image sent from https://tlmb.net/blog/lavender/
Deactivate Responsive Lightbox & Gallery 2.5.1 on tlmb.net/blog , make a new post…
No image sent from https://tlmb.net/blog/red-rose/
Deactivate SpiceBox 2.4.1 on tlmb.net/blog , make a new post…
No image sent from https://tlmb.net/blog/flight/
Deactivate TablePress 3.1.1 on tlmb.net/blog , make a new post…
No image sent from https://tlmb.net/blog/moth-maybe/
No more plugins left to deactivate. :-/Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneInteresting, because I’ve found that adding the wp reactions code has previously *added* < p > tags into my Classic Editor code view, when I had not put them in. But looking at some older posts without the wp reactions code, I see there are < p > tags there, so maybe it’s just a case of them being *shown* in CEditor or not?
I will investigate re the other plugins as soon as I have time, and get back to you. Thanks.Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected one(Just updated to APub v 6.0, btw)
Okay, I think I have found what’s causing the issue! I tried to figure out if I’d been doing anything different since noticing the problem, and… I think it’s the code for fediverse reactions.< !-- wp:activitypub/reactions /-- >
(Spaces added to allow me to paste here.)
I’ve just made two near-identical blog entries, one with that code, and one without. The one with the code did not have its image sent to the fediverse, the one without that code did have its image sent to the fediverse.
https://tlmb.net/blog/hoverfly/ https://social.vivaldi.net/@thevoidtlmb@tlmb.net/114642046135363723
https://tlmb.net/blog/rose/ https://social.vivaldi.net/@thevoidtlmb@tlmb.net/114642055025929516Sorry for not figuring this out sooner. So, is there any way I can use the Reactions code/”block” in Classic Editor, to avoid it clashing with pushing out an image? (Thanks for your patience in investigating so far!)
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected one(Here’s the last post that *did* send the image out to the fediverse:
https://tlmb.net/blog/quartet/
https://social.vivaldi.net/@thevoidtlmb@tlmb.net/113579064864476852 )Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneIt was 1, yes. I’ve changed it to 4 now. (The post in question only has 1 image attached though.) But
https://tlmb.net/blog/big-elbows/?activityPub
is merely re-loading the page for me, not giving me the AP info. Hmm…Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneNo. I use Classic Editor’s Add Media button to select an image from the Media Library. In the attachment setting there, I either choose full size or Med or Large, and choose “Link to: Media File”, then I click the “Insert into post” button.
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneHeh, okay. I’m happy to make some test posts on my blog if that will help. Let me know what to include/exclude if you like.
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneThat gave me an error, but then I noticed the missing semicolon before the end quote mark. 🙂 So…
wp eval "var_dump( wp_get_upload_dir()['baseurl'] );"
gives mestring(40) "https://tlmb.net/blog/wp-content/uploads"
Is that useful?Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneeverything in WordPress is a post
Okay :-). The image attachment has an ID of 3773. The post (blog entry) it is featured in has an ID of 3763.
Can you maybe check if it is a valid ID in thewp_posttable?
You mean in the wp admin “All Posts” list? There is no post there with ID of 3773.Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneWhereas the ID of the post it’s attached to seems to be 3763, so I don’t know why that is. I don’t seem to have a post with ID 3773.
Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneOkay, but putting a closing ” on the end…
wp eval "var_dump( attachment_url_to_postid( 'https://tlmb.net/blog/wp-content/uploads/2025/04/BigElbowsUniversityChallenge.jpg' ) );"
…gives meint(3773)Forum: Plugins
In reply to: [ActivityPub] Media attachment is not the expected oneI’m new to the CLI, just set up my SSH. Okay, that one just gives me no response, just a prompt and a cursor.
>