umplugins
Forum Replies Created
-
What are you using to make the transfer? Manual? DesktopServer?
Can I get a link?
Best,
Steven
[Signature removed by moderator per forum rules.]Hi Rombey,
Can you provide a link? Or has this issue been resolved?
Best,
Steven
[Signature removed by moderator per forum rules.]Under General Settings -> Membership
Do you have that box ticked to ‘Anyone Can Register’?
Best,
Steven
[Signature removed by moderator per forum rules.]Hi,
From a little look inside the templates, I compiled this list of variables.
{account_activation_link}
{user_account_link}
{login_url}
{site_url}
{site_name}
{admin_email}
{email}
{username}
{display_name}
{password}
{password_reset_link}Am I on the right page? Did this help?
Best,
Steven
[Signature removed by moderator per forum rules.]Hi Derek,
Have you tried WPAllImport? I use WPAllImport, WPAllExport and the User Addon with Ultimate Member for member extraction.
Best,
Steven
[Signature removed by moderator per forum rules.]Hi,
From what I am told, at present, each user can only have one role in the context of ultimate member. Is that what you were asking?
Best,
Steven
[Signature removed by moderator per forum rules.]This requires that you edit the profile template by moving the position of lines of code. If you know php (or even if you don’t), it can be easily done.
Create a new template and using profile.php, move:
<?php do_action('um_profile_navbar', $args ); ?>
above
<?php do_action('um_profile_header_cover_area', $args ); ?>
<?php do_action('um_profile_header', $args ); ?>
Let me know if you need any more help!
Best,
Steven
[Signature removed by moderator per forum rules.]Hello,
I am running Version 1.3.50 of Ultimate Member without issues.
I checked the console and you are not giving off any errors. You seem to be running the DIVI theme by Elegant Themes. If you switch themes, does it then work?
Best,
Steven
[Signature removed by moderator per forum rules.]Hi,
One thing to know that the activation email is going to gmail spam folder. Just a heads up. ??
On to your question… It is adding an index.php before user for some reason. So to solve the problem you must figure out why that is being added.
I was able to register and noticed that once I remove it, it will go straight to the profile like normal. Have you tried a different theme than Gridsby by ModernThemes?
Best,
Steven
[Signature removed by moderator per forum rules.]