Forum Replies Created
-
AuthorPosts
-
KhaledMember
If you can not make it work, let us deploy a pre-activated version for you.
KhaledMemberIt depends on the Linux distribution you are using, the version of php and the way you install it with Apache web server. Php.ini may be here:
/etc/php.ini
Or here:
/etc/php/php.ini
/etc/php5/php.iniOr here:
/usr/bin/php5/bin/php.ini
Or
/etc/php5/apache2/php.ini
KhaledMemberMost probably allow_url_fopen is disable on your host.
You need to allow
allow_url_fopen = on
in your php.ini config file. Some hosts disallow it.
Thanks.
KhaledMemberThanks for purchasing User Meta Pro.
What it saying by red error box?
KhaledMemberHello, normal ‘get_avatar’ function should work. we have share the same function for both front-end and back-end. Please check are there any other plugin in your system are overwrite ‘get_avatar’ filter.
Ty
KhaledMemberHello,
You don’t have the mcrypt library installed.
See http://www.php.net/manual/en/mcrypt.setup.php for more information.
If you are on shared hosting, you can ask your provider to install it.—
Make sure libmcrypt.dll and mcrypt.dll is in your path.
Also make sure you have the following line in php.ini:
extension=php_mcrypt.dllThanks.
KhaledMemberWith version 1.1.2rc2/1.1.2rc3, what was occurring when you tried to import?
Thanks.
KhaledMemberWith version 1.1.1, user import feature is not available. Please use version 1.1.2rc3 to import users.
Thanks.
KhaledMemberHello,
Which version of user-meta-pro you are using now? could you please post the url here.Thanks.
KhaledMemberHello,
Please follow those steps to import users from csv file:
1. CSV File format:
First row of CSV file will treat as Field Name.
Field will separate with comma (,) and Enclosed with the double quotation (” “).e.g:
“username”, “email”, “first_name”, “country”
“Jack”, “jack@domain.com”, “Jack”, “USA”2. Upload CSV:
Upload your csv from User Meta >> User Import.3.
After uploaded csv file, there will be a new screen, you can see all of your csv file header fields at left of the screen. Merge csv file’s field with WordPress fields. In case of extra field (e.g. country), select “Custom Field” from Assigning Field. Configure other settings as you need and hit Import button.Thanks.
KhaledMemberHello,
Email after profile updated isn’t yet supported by User Meta Pro. It may be available by next version.Thanks.
KhaledMemberHello,
From version 1.1.2rc3 “Front Profile” link has moved to under Username column.
(You have a Profile link beside Edit | Delete)KhaledMemberHello,
Please download the version 1.1.2rc3 again and re-install it.
Thanks.
KhaledMemberHello,
Please download the version 1.1.2rc3 again and re-install it.
Thanks.
-
AuthorPosts