Prashant Walke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] User LogsHi,
I have noted your point and try to implement in next future version.
Thanks.
If you like plugin please leave us a rating on WordPress.org
- This reply was modified 6 years, 8 months ago by Prashant Walke.
Hi,
As of now this feature not available in current version. I have noted your point and try to implement in next version.
Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] Logout RedirectThanks for your suggestion. I have noted your point and will try to implement comming releaase.
Can you please share your changes or share zip file on walke.prashant28@gmail.com so that i can add in plugin which help you to prevent loose your changes.
Forum: Plugins
In reply to: [WP User - Custom Registration Forms, Login and User Profile] Logout RedirectHi,
Yes, This is possible.
As of now Custom logout url for each form feature not available in plugin. On logout it redirect to same page.
We have noted your point and add we will try to add this feature in next version.
Might be we can release suggested feature in next week.
If you want this feature now then you can buy our premium version and we will add this feature without ant additional customization charge.Your suggestion always welcome. We will try to implemented most useful feature in free version.
- This reply was modified 6 years, 11 months ago by Prashant Walke.
Insted of following code
(wp-content/plugins/wp-database-backup/includes/admin/admin_header_notification.php:15 )if (function_exists(‘curl_init’)) { // if cURL is available, use it…
$ch = curl_init($notifier_file_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);
$notifier_data = curl_exec($ch);
curl_close($ch);
} else {
@$notifier_data = file_get_contents($notifier_file_url); // …if not, use the common file_get_contents()
}You can change it to
@$notifier_data = file_get_contents($notifier_file_url);
Please try this. If still facing issue then let me know.
Hi,
We have released WP User 6.1 version.
With this release,Added Setting – Hide Blogs link on My Profile
For hide Blog on My Profile
Go to Dashboard => WP User => General => Disable Blogs LinkIn previous version only option available for hide posts from user profiles.
Thanks for detail explanation. I will reproduce this issue on local server and update you ASAP.
Hi,
Thanks for your kind of words.
Hide Blogs/Post tab option available in plugin.
For hide Blog please
Go to Dashboard => WP User => General => Disable PostsCheck the checbox and save settings.
If you like plugin feature and support then can you please add review and rating for plugin on https://wordpress.org/support/plugin/wp-user/reviews/
Please feel free to contact me in case of any query.
Thanks for informing. We will try to reproduce issue and resolve issue ASAP.
Hi,
As of now approve profile edit containt feature not available in free and pro version. For this need customization. If you are intrested in customization then raise ticket on https://wpuserplus.com/support
Hi,
As of now WP Database Backup plugin does not have support for setting the destination to be a sub folder of a bucket.
I have noted your point and try to implement.
Forum: Plugins
In reply to: [WP All Backup] Pro version not workHi,
Can you please raise ticket our support forum with site details so that we can check exact issue and resolve.Forum: Plugins
In reply to: [WP All Backup] Pro version not workHi,
It seems due to backup size it may occurs issue.
Can you please increase max execution time for server and check.
How ever we will trying to reproduced issue on test server and resolve it.
Thanks for your interest in WP Database Backup.
WordPress needs certain features to create and modify files. WordPress allows us to upload and remove themes and plugins and even edit scripts and styles from the administrative back end.
First, we need to adjust the file and folder ownerships of our WordPress files. We’ll have to make sure of the following:
That your user account is the owner of all WordPress files and folders,
That your user account and the Web server’s user account belong to the same group.
The Difference Between 644 And 755
644 :
The owner’s privileges are “read” (4) + “write” (2) = 6
The owner’s group privileges are “read” (4) = 4
Everyone else’s privileges are “read” (4) = 4This means that
if we own the script, we may read and modify it;
everyone else may only read it.As we can see, 644 is a good permission mode for our PHP script. We can make changes to it, and our Web server can read it.
755:
The owner’s privileges are “read” (4) + “write” (2) + “execute” (1) = 7
The owner’s group privileges are “read” (4) + “execute” (1) = 5
Everyone else’s privileges are “read” (4) + “execute” (1) = 5This means that
anyone may get a list of file names in our folder;
anyone may create, modify and delete any file in our folder;
anyone may access the files in our folder.A lot of different server configurations are out there. Different configurations need different sets of permission modes for WordPress to work correctly and securely.
Standard server configuration:
You have a user account.
Your Web server runs as another user account.
Permissions For A Shared Server backup folder : 644Shared server configuration:
You have a user account.
Other people who use the server have user accounts and might share the same group with your user account.
Your Web server runs as the owner of your WordPress files.
Permissions For A Shared Server backup folder : 755If you run WordPress on Standard server then set 644 permissions and
If you run WordPress on Shared server then set 755 permissionsHi,
Can you please raise ticket on https://wpuserplus.com/support/ with your site details so that we can check exact issue.