Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
March 2024
Mar 03 Sun · 19:01
Forums med
Created a topic, Can you duplicate a new form to create edit version, on the site WordPress.org Forums:
Is there a way to duplicate a form to create its edit …
October 2023
Oct 25 Wed · 14:47
Forums med
Created a topic, ACFE form cached on edit screen, on the site WordPress.org Forums:
I'm creating a user profile page, and have a quirky is…
April 2021
Apr 08 Thu · 19:48
Forums med
Posted a reply to Does not work with CF7 Smart Grid Design Extension ?, on the site WordPress.org Forums:
Hi Metusalem, I seem to have the same issue (also using the same plugins) -…
November 2020
Nov 05 Thu · 15:41
Forums med
Posted a reply to fep_filter_user_name – don’t show in blocking alerts, on the site WordPress.org Forums:
Thank you so much!
Nov 05 Thu · 15:39
Forums med
Posted a reply to Add ACF user field, on the site WordPress.org Forums:
$profile_image = get_field('profile_image', 'user_'.$member->ID);
Nov 05 Thu · 10:03
Forums med
Posted a reply to Add ACF user field, on the site WordPress.org Forums:
It's not the WP avatar I'm using - it's an ACF image field.
Nov 05 Thu · 10:03
Forums med
Posted a reply to fep_filter_user_name – don’t show in blocking alerts, on the site WordPress.org Forums:
add_filter( 'fep_filter_user_name', function( $name, $id ){ if ( $name && fep_get_the_id() ) { $name =…
Nov 03 Tue · 14:43
Forums med
Created a topic, Add ACF user field, on the site WordPress.org Forums:
Sorry, one more question. I'd also like to load in an …
Nov 03 Tue · 07:04
Forums med
Posted a reply to fep_filter_user_name – don’t show in blocking alerts, on the site WordPress.org Forums:
So, in the alert box when you click to block someone, I don’t want the…
Nov 02 Mon · 11:39
Forums med
Created a topic, fep_filter_user_name – don’t show in blocking alerts, on the site WordPress.org Forums:
Hi. I've used this filter (thanks!) to amend the displ…