Rahul Gandhi
Forum Replies Created
-
Hi,
Not sure why you are not able to find the string in .po file. You can see here https://github.com/UsersWP/userswp/blob/master/languages/userswp-en_US.po#L2652 it is in .po file. If you want to know the file then here it is https://github.com/UsersWP/userswp/blob/master/includes/class-forms.php#L2280 but I don’t recommend changing the core files of the plugin as it will get overwritten on updating the plugin.
Regards,
PatrikHi,
You can translate it via .po file using Poedit software. You can get more information from here: https://userswp.io/docs/translate/
Regards,
PatrikHi,
All the above things can be done by some customization. We have provided action hooks and filters to extend or modify the functionalities of the plugin. If you look into the code then you will get an idea about the solution for the above things. You may need to get help from the developer.
Regards,
PatrikHi,
We are working on allowing the user to delete/reset the banner image which will display the placeholder image. When a user uploads a new image the old image is deleted from the server.
The banner height depends on the image uploaded and cropped by the user. If you want to limit the height of displaying an image in the profile page then you can do that via some CSS.
Regards,
PatrikHi,
You can change the width from UsersWP->General->Profile->Show Advanced->Profile banner width.
Regards,
PatrikHi,
By default, we use the max size set in php.ini and we have given setting for overriding it. You can put a higher amount in the setting to allow whatever size you want to use but there must be some limit set.
Regards,
PatrikHi,
We have already added GDPR functionality. You can enable the GDPR tickbox in the registration form by selecting a page which contains GDPR policy content in UsersWP->Register->GDPR Policy Page. This will display a checkbox on registration form which is required to submit the form. We don’t save timestamp for this as already when the user is registered it will be saved in DB by default.
Regards,
PatrikHi,
You can add the filed from the account tab in form builder. After adding custom field you will need to click on the show advanced button and you will see an option to enable “Include this field in register form”. After enabling this option navigate to register tab where you will see this field on the left side. Click on that field and it will be added to the form.
Regards,
PatrikHi,
There is no specific functionality for this but you can use the moderation add on which will not allow a user to log in or display in the list before admin approval from the backend.
Regards,
PatrikHi,
I understood your concern but this case is not possible in our plugin right now. You can do customization to do this on your site.
Regards,
PatrikHi,
You can deactivate that field from the form builder by unchecking “Is active” option. Also, let us know what error you are getting so that we can help you to fix that error. Can you provide a screenshot where you get it named “Über mich”? Make sure you are using the latest version of the plugin. If nothing works for you then you can try to uninstall the plugin and install again. But before uninstall you will need to enable from UsersWP->Uninstall->Remove Data on Uninstall? to complete uninstall.
Regards,
PatrikHi,
Do you mean you want to allow logged-in users to access the profile page of others or you want to make it password protected page which can be opened by other users only if they have a password? If you want to make it password protected then you can use default WordPress functionality which provides a page to be password protected but it will not allow logged-in users to access own profile page. You can do some customization to achieve your requirements.
Regards,
PatrikHi,
We are changing the author URL to profile URL using the default filter from WordPress so it will affect every place where the author link is used. Can you please let us know which plugin you are using for generating a sitemap? Also, I would suggest you try enabling our setting UsersWP->General->Profile->Disable author redirect to the UsersWP profile page and check if it helps to resolve your issue or not.
Regards,
PatrikHi,
UsersWP and UM plugin both save the fields for users metadata differently so importing users with the fields created on the UM plugin will not work properly. Instead, you can just make sure that each value in the first row(heading) is the same as the key in the UsersWP fields in your CSV file.
Regards,
PatrikHi,
You have tried to import and export users from UsersWP->Import/Export right? Can you please let us know if you had created all the custom fields with same key via form builder before importing users? Please provide error and steps in detail so we can get more idea about the issue.
Regards,
Patrik