kranzl
Forum Replies Created
-
Hi,
I would like to add a filter function to encode email adresses on the front page.When I hack it into your plugin souce file um-filters-fields.php it works:
function um_profile_field_filter_hook__( $value, $data, $type = ” ) {
…
if ( !is_array( $value ) ) {
if ( is_email( $value ) )
$value = ‘<\A…>’.eae_encode_emails($value).'</\A>’;I tried then to do it the clean way and add the filter but don’t succeed:
function my_profile_field( $value, $data ) {
return eae_encode_emails($value);
}
add_filter( ‘um_profile_field_filter_hook__user_email’, array( $this, ‘my_profile_field’), 10, 2 );Hi,
can you please tell me in which field this can be found now?
So far I have used:$WP_role=get_user_meta($userid->ID, ‘role’, true);
Thx,
AxelCould anyone please provide me with some tips how I can troubleshoot this?
Hi,
I have checked permissions. I can upload pictures with the media library without any problems.
I don’t get memory error messages.
Upload file size is not a problem either.
Uploads section resettet.
mod_security not enabled in apache – is there an equivalent in nginx which is running infront?Checked again and still not working – hwo can I troubleshoot this?
ThxHi Slava,
thx a lot for the fix. Are there any plany to integrate this option into WP Mail SMTP by WPForms?
ThxDuring import I get the following errors:
Notice: Undefined index: submitted in …/ultimate-member/core/um-actions-register.php on line 144Notice: Undefined index: custom_fields in …/ultimate-member/core/um-actions-profile.php on line 64