shawfactor
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Archived Post Status] Where is the Documentation?The improved documentation is on the plugin page itself
It should answer most questions you have. If there is something you are wondering about though please let me know here and I’ll add additional faq items
Forum: Plugins
In reply to: [LH Add Media From Url] It worked for 1 day and then it stopped working.That button has nothing to do with my plugin, my plugin does not change the classic or the block editor at all.
the upload form and bookmarklet created by my plugin can be found under the menu Media->Add from URL as per the installation instructions.
Forum: Plugins
In reply to: [ActivityPub] Fatal error in blog-json.phpSeems to be, I’ve not seen the error in my logs, many thanks
Forum: Plugins
In reply to: [LH Archived Post Status] Save draft disappearsI’m confused. There is no such thing as a save draft dropdown. Once the plugin is active there should be both a:
- A status drop-down that should contain all the potential statuses e.g. publish, private, draft, pending, archive
- A save button with which you can save whatever changes you’ve made (including a change of post status.
The above is the expected behaviour. If this is not the case I’m happy to investigate (noting I’m not seeing any problem ms on my own sites).
if this is the behaviour though there is no issue.Forum: Plugins
In reply to: [LH Archived Post Status] Program page gets archived when I deploy to liveResolving this for good order but I’ll still monitor the thread and reopen if appropriate
Forum: Reviews
In reply to: [LH Archived Post Status] Bulk ArchiveNo worries. Maybe upgrade to 5 stars….
Forum: Reviews
In reply to: [LH Archived Post Status] Bulk ArchiveSelect the posts you want archived.
then select bulk edit, then the change (eg archiving the post) that you apply at the top will be applied to all of selected posts
This is the standard way of bulk exiting things in WordPress and my plugin should support that for archiving in bulk
If you don’t understand what I’m on about just google “how to bulk.edit in wordpress” and watch one of the YouTube video.
Forum: Reviews
In reply to: [LH Archived Post Status] Bulk ArchiveIt supports bulk edit in the standard way. You can toggle the number of items per page in WordPress list tables in the top right so archiving large numbers of posts is trivial
Forum: Plugins
In reply to: [LH Archived Post Status] Bulk archive on all pages simultaneouslyYou can toggle th number of items on each page, just go to the top right and change it to a much higher number eg 100 per pafe
this will make it a lot less pages to action.
I’m rssomving this for good order but will still monitor the thread and reopen if appropriate
Forum: Plugins
In reply to: [LH Archived Post Status] Bulk archive on all pages simultaneouslyI’m not sure what you mean? Bulk edit should be supported (from memory) but bulk edit only works on one page at a time
Forum: Plugins
In reply to: [ActivityPub] Fatal error in blog-json.phpVery hard to tell as I am debug logging fall a fatal errors, as my startup is in beta
here is the stack trace:
[01-Jan-2023 02:34:02 UTC] PHP Fatal error: Uncaught ArgumentCountError: trim() expects at least 1 argument, 0 given in /***/public_html/wp-content/plugins/activitypub/templates/blog-json.php:41
Stack trace:0 /***/public_html/wp-content/plugins/activitypub/templates/blog-json.php(41): trim()
1 /****/public_html/wp-includes/template-loader.php(106): include(‘/home/melbour9/…’)
2 /****/public_html/wp-blog-header.php(19): require_once(‘/home/melbour9/…’)
3 /****/public_html/index.php(17): require(‘/home/melbour9/…’)
4 {main}
thrown in /****/public_html/wp-content/plugins/activitypub/templates/blog-json.php on line 41
Glad to hear it will be fixed
Forum: Plugins
In reply to: [LH Page Links To] Does it migrate my settings from Page Links To plugin?My plugin has no settings so there no settings that can be migrated (this is deliberate as I believe in the WordPress “decisions not options” philosophy.
my plugin also uses a different meta field to store the redirect url and there is no migration procesa in the installation. Although I may add this as a feature in the future
resolving this for good order. Noting I will still monitor the thread and reopen if appropriate
Forum: Plugins
In reply to: [The Events Calendar] fixe for prime_term_cache()The use case should not be relevant given unregisteting taxonomies is standard WordPress functionslitu
however I share the post category taxonomy across multiple post types including events. This is advantageous as it allows me to relate cpts across different post types. The means event categories are redundant so I unregister them.
Forum: Plugins
In reply to: [LH Archived Post Status] Program page gets archived when I deploy to liveIt is possible there is an archive date set on the cpt and when you deploy to prod a cron runs chbshibg the post status.
given woocommerce is the plugin overriding the template in this circumstance (when it here is no logical reason why it should) this should be considered a bug and your developers should fix it.