WP User Manager
Forum Replies Created
-
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Logged in user profileThanks for that, can you drop me a line here so I can get some more details to troubleshoot please.
This isn’t currently possible but I’ll add that to the next version ??https://github.com/WPUserManager/wp-user-manager/issues/38
- This reply was modified 5 years, 6 months ago by WP User Manager.
??
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Logged in user profile> Permalinks set to https://thephotofund.com/profile/username
Can you send a link to a screenshot of where that is configured.
> I am not using default permalink for post and pages.
Can you send a link to a screenshot of the permalink settings?
Thanks for your kind words!
You would need to customize the account template. You can read more about template customization here https://docs.wpusermanager.com/article/121-templates-customization and here’s an example https://docs.wpusermanager.com/article/122-example-template-customization
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Get user avatar urlIt would be a WordPress function to get the URL of the image
get_avatar_url
– https://developer.www.ads-software.com/reference/functions/get_avatar_url/Or you could use
get_avatar
to get the whole img element – https://developer.www.ads-software.com/reference/functions/get_avatar/Both functions need to have the User ID passed as the only parameter.
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Logged in user profileThanks for the kind words!
Have you got a page with the
[wpum_profile]
shortcode, and have selected that page in the “Profile Page’ on the Users > Settings > General settings page?Apologies for that! Can you contact me via https://wpusermanager.com/contacts/ and I can send you a link to a working zip ??
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Excluded usernames listThanks for the bug report, I’ll get that fixed in the next version ??
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Pagination ProblemsThis is the support forum specifically for the WP User Manager plugin
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Pagination ProblemsI’m not sure if this is an issue with the WP User Manager plugin. Does the issue go away if you deactivate the plugin?
If you check your permalink settings in Settings > Permalinks, what have you got selected and what is the URL?
I would recommend using a plugin like Admin Columns to perform that customisation https://www.ads-software.com/plugins/codepress-admin-columns/
Forum: Plugins
In reply to: [WP User Manager reCAPTCHA Lite] Choosing the type of reCAPTCHAIt uses v2 Checkbox ??
Can check if the directory /home/divzero3/public_html/Warriors.gg/wp-content/plugins/wpum-username-length/vendor exists?
What version of WP User Manager and WP User Manager Username Length are you running?
What is the fatal error? If you can’t see the error message, can you try editing your wp-config.php file to replace this line –
define( ‘WP_DEBUG’, false );
With these lines –
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);This means that any errors are logged to `/wp-content/debug.log’, because some errors are not visible on screen.
More details about that at https://codex.www.ads-software.com/Editing_wp-config.php#Debug
Can you then retry the process and send me the debug.log file that should be created.