shawfactor
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Archived Post Status] ArchiveThis is not a problem. The WordPress archives and the post status “archived” that this plugin enables are two totally different things.
There is information in the plugin faq about how you could go about displaying a listing of posts archived by this plugin.
Note I am resolving this thread for good order but will still monitor the thread (and reopen if necessary).
Forum: Plugins
In reply to: [LH Private BuddyPress] the “Activity” to be exempted from being privateI am resolving this for good order but will still monitor the thread 8and reopen if necessary)
Forum: Plugins
In reply to: [LH Private BuddyPress] the “Activity” to be exempted from being privatewoops forgot to close the function so don´t copy paste it but you get the drift.
Forum: Plugins
In reply to: [LH Private BuddyPress] the “Activity” to be exempted from being privateyes there is the filter
‘lh_private_buddypress_login_required_check’ you could use. Something like:
// open up the buddypress groups component
add_filter(‘lh_private_buddypress_login_required_check’, ‘your_check_component_function’, 15, 1);function your_check_component_function($return){
if (bp_is_activity_component()){
return false;
} else {
return $return;
}
Forum: Reviews
In reply to: [Login No Captcha reCAPTCHA] better approaches these days@bokorben My main point is there are far better alternatives than this plugin, and captchas in general (which are outmoded).
Capchas are a poor user experience, and totally unnecessary these days when JavaScript nonces are just as effective.
In addition to my main point this plugin creates a privacy problem that I personally am uncomfortable with (and IMO you should be too)
Forum: Plugins
In reply to: [LH Buddypress Multi Network] Query re overriding Group Home Page in NetworksHowdy I assume by BPGE you mean Buddypress Group Extras?
If so I’m unclear on how it would resolve the issue you have?
Anyway we are veering off the topic so I will resolve this thread (but still monitor it so feel free to post here).
If you need a solution to having some groups available globally and some not I have a solution. But if you want a user friendly way I’d charge for it (I’ll happily send you the code I have but it needs some work to make it user friendly).
If you are interested either way contact me via the contact form on my personal site
https://shawfactor.com/contact/
or email me at shawfactor dot gmail dot com
If
Forum: Plugins
In reply to: [LH Multipart Email] Not working with Gravity FormsResolving this for good order, but I will still monitor the thread and reopen if appropriate.
Forum: Reviews
In reply to: [LH User Taxonomies] Solves my problem@cmjaimet thankyou for your kind review.
Do you have a link to a working implemenation where you got rest functionality to work?
Forum: Plugins
In reply to: [LH Buddypress Multi Network] Multinetwork + BuddybossI am resolving this for good order, but will still monitor the thread ((and May reopen if appropriate)
Forum: Plugins
In reply to: [LH Buddypress Multi Network] Query re overriding Group Home Page in Networksto illustate my point aboe the same issue exists for specifric templates with post id or slugs on multisite.
Forum: Plugins
In reply to: [LH Buddypress Multi Network] Query re overriding Group Home Page in Networksah I finally had a a think abut this.
What you want is more of a limitation of wordpress than any issue with buddypress or even my plugin.
Howveever everything in both is filterable and you could filter bp_get_buddypress_template like buddypress does here and get a solution by for instance including the blog id in the template file that is called:
But in tersm of writing the actual code, to get the exact solution you need that would be a bigger task.
Forum: Plugins
In reply to: [LH User Taxonomies] REST access to user TaxonomyAs an alterantive I suggest buddypress. Its member types functionality is based on taxonomies and does incorporate rest support.
I´m going to resolve for now. This is functionality I will get too eventually but for now I have other priorities.
Forum: Plugins
In reply to: [LH User Taxonomies] REST access to user Taxonomy@dsjohnson honestly not an area I have looked into and from what you say my plugin does not cover this functionality. WordPress keeps adding functionality for taxonomies on the posts/pages/cpt side but does not officially support user taxonomies. My plugin tries to fill the gap and I´ve added some functionality recenntly, but the gap also grows.
If you need this enhancement please contact me directly via my website or on shawfactor dot gmail dot com as i´d need to look at this as paid work (although optionally I´d happily publish the resulting enhancement back to the main plugin).
Forum: Plugins
In reply to: [LH Buddypress Multi Network] Multinetwork + BuddybossMy plugin should work with buddyboss, but given it is a fork of buddypress (and imo an unethical one) I cannot guarantee it, but a client of mine uses my plugin and budyboss and it seems to work fine. Can you please let me know if it works on buddyboss or not? Note this is for my curiousity, I´m can´t do plugin support for buddyboss as buddyboss is a fork and could head in its own direction and given I don´t use it can´t test the plugin against buddyboss
Re global members, well the user table is always global in multisite and my plugin works by making each user a member on each site if they are active and have a role on that site. So in a sense my plugin should already work for your needs
Re have some global groups I can´t see how it is possible. The groups table is either global (vanilla buddypress) or per site (multiblog with my plugin). I do run a sort of hybrid approach on my setup but what I do is run a global groups table but assign groups to sites using custom code.
Forum: Plugins
In reply to: [LH Buddypress Multi Network] Query re overriding Group Home Page in NetworksHowdy
I´ll need to test this, but I will probably put this on hold until this bug in buddypress 7.0 is addressed as it effects multiblog and groups.https://buddypress.trac.wordpress.org/ticket/8411
how quickly do you need an answer, as I´d prefer to delay my testing until the above bug is addressed?
Thankyou for the earlier kind review btw
pete