Viruthagiri
@viruthagiri on WordPress.org, @giri on Slack
- Member Since: May 1st, 2011
-
Posted a reply to Plugin could not be activated because it triggered a fatal error., on the site WordPress.org Forums:
You are welcome. -
Posted a reply to Plugin could not be activated because it triggered a fatal error., on the site WordPress.org Forums:
I think I fixed the bug. Could you download the latest version from here and… -
Posted a reply to Plugin could not be activated because it triggered a fatal error., on the site WordPress.org Forums:
Hi there, Few of our site users seems like having this issue. No idea why… -
Posted a reply to Customize Forms, on the site WordPress.org Forums:
You are welcome :) -
Posted a reply to Customize Forms, on the site WordPress.org Forums:
You are welcome. -
Posted a reply to Customize Forms, on the site WordPress.org Forums:
I have no idea whats going on in your site. I need your site url… -
Posted a reply to Customize Forms, on the site WordPress.org Forums:
To change bg color .uwp-login, .uwp-registration, .uwp-forgot, .uwp-account { background-color: #000000; } change the value… -
Posted a reply to Customize Forms, on the site WordPress.org Forums:
It seems like those changes can be done using CSS. For css you don't have… -
Posted a reply to Translation in french, on the site WordPress.org Forums:
Yes thats right. -
Posted a reply to Translation in french, on the site WordPress.org Forums:
Your folder doesn't seem like it has userswp. Maybe you have uninstalled it. -
Posted a reply to Translation in french, on the site WordPress.org Forums:
I don't think we have french translation file. https://github.com/mistergiri/userswp/tree/master/languages -
Posted a reply to Translation in french, on the site WordPress.org Forums:
Thanks for the link paolo. I didn't know we can directly translate. -
Posted a reply to Translation in french, on the site WordPress.org Forums:
Hi there, Download this software. https://poedit.net/ Then load the language file from our languages directory.… -
Posted a reply to Redirect to a Dynamic Home?, on the site WordPress.org Forums:
You are welcome :) -
Posted a reply to Remove ‘Account’ and ‘Profile’ links from ‘Change Password’ Form, on the site WordPress.org Forums:
You are welcome :) -
Posted a reply to Remove ‘Account’ and ‘Profile’ links from ‘Change Password’ Form, on the site WordPress.org Forums:
Use this plugin. https://wordpress.org/plugins/simple-custom-css/ Merely using display:none will not automatically trigger a penalty. The key… -
Posted a reply to Redirect to a Dynamic Home?, on the site WordPress.org Forums:
Login widget available in Appearance > Widgets section. Look for a widget called "UsersWP >… -
Posted a reply to User registration made easy! A Great Plugin!, on the site WordPress.org Forums:
Thanks for the review :) -
Posted a reply to Redirect to a Dynamic Home?, on the site WordPress.org Forums:
Have you tried UsersWP login widget? -
Posted a reply to Remove ‘Account’ and ‘Profile’ links from ‘Change Password’ Form, on the site WordPress.org Forums:
You can add css to hide it. .uwp-changepsw { display: none; } -
Posted a reply to Email verification does not works, on the site WordPress.org Forums:
@dibbyo456 That is a known problem in some hosts. I written a doc about how… -
Posted a reply to Two Factor Authentication, on the site WordPress.org Forums:
Hi Arijit, Its not possible to make UsersWP support all plugins. However I'm happy to… -
Posted a reply to Awesome Pugin <3, on the site WordPress.org Forums:
Thank you :) -
Posted a reply to Move register fields, on the site WordPress.org Forums:
Seems like you already found the solution. I see last name first in your form.… -
Posted a reply to Email Notification, on the site WordPress.org Forums:
You can also remove the compliments notification with this one line. remove_action( 'bp_compliments_start_compliment', 'bp_compliments_notifications_add_on_compliment' );… -
Posted a reply to Email Notification, on the site WordPress.org Forums:
Hi Maria, BuddyPress compliments has plenty of action and filter you can use to modify… -
Posted a reply to UsersWP plugin confermation register, on the site WordPress.org Forums:
Our next version has lot of code refactoring and bug fixes. So its better you… -
Posted a reply to UsersWP plugin confermation register, on the site WordPress.org Forums:
Hi there, Thanks for reporting. I added a tags. So it will display links in… -
Posted a reply to UsersWP plugin confermation register, on the site WordPress.org Forums:
Which email client are you using? It is clickable in gmail. https://www.dropbox.com/s/2dg1859zi6t3lyr/Screenshot%202017-08-17%2022.42.49.png?dl=0 -
Posted a reply to Great Plugin, on the site WordPress.org Forums:
Thanks for the review :) -
Posted a reply to Forgot password email, on the site WordPress.org Forums:
You are welcome. Please leave a plugin review if you can :) Thanks -
Posted a reply to Forgot password email, on the site WordPress.org Forums:
File: userswp/includes/class-forms.php You will see a method called generate_forgot_message. Just search for generate_forgot_message in that… -
Posted a reply to Error: Something went wrong when sending email. Please contact site admin., on the site WordPress.org Forums:
Yes, admggp is right. UsersWP requires username at the moment. Thanks -
Posted a reply to Forgot password email, on the site WordPress.org Forums:
Hi Markus, You are right. Please replace this line $message .= site_url("reset?key=$key&login=" . rawurlencode($user_data->user_login), 'login')… -
Posted a reply to Forgot password email, on the site WordPress.org Forums:
Thanks Markus. I'm looking into it -
Posted a reply to CSS Not Working, on the site WordPress.org Forums:
Hi Yes, You need to set the page in UsersWP General setting as paolo mentioned.… -
Posted a reply to Error: Something went wrong when sending email. Please contact site admin., on the site WordPress.org Forums:
Hi I need your admin credentials and ftp details to look into your issue. Its… -
Posted a reply to Error: Something went wrong when sending email. Please contact site admin., on the site WordPress.org Forums:
Hi, It seems like there is a problem with your site mail functionality. Try enabling… -
Posted a reply to email sent no formatting, on the site WordPress.org Forums:
@magland Thanks for the links. I didn't know about those apis. I'll make it to… -
Posted a reply to How to remove the message function, on the site WordPress.org Forums:
You are welcome -
Posted a reply to Google redirect problem, on the site WordPress.org Forums:
You are welcome -
Posted a reply to Google redirect problem, on the site WordPress.org Forums:
That issue is not related to this plugin. We don't use any google links in… -
Posted a reply to How to remove the message function, on the site WordPress.org Forums:
Hi, You can use css to hide the message box. -
Posted a reply to Buddypress Compliments- Paid Compliments?, on the site WordPress.org Forums:
Payment gateways are complicated feature. And thats way beyond the scope of this project. Please… -
Posted a reply to Sending a compliment programatically, on the site WordPress.org Forums:
Yes thats the code I was talking about. Post ID is being used only in… -
Posted a reply to Sending a compliment programatically, on the site WordPress.org Forums:
Yes its possible with this function. https://github.com/mistergiri/buddypress-compliments/blob/master/includes/bp-compliments-actions.php#L58 But you need some programming skills. If you… -
Posted a reply to Cannot see a send compliment button., on the site WordPress.org Forums:
I'm glad, you figured it out. :) -
Posted a reply to Possible to redirect notifications to only compliment that was sent?, on the site WordPress.org Forums:
@stellagame Have you tried the development version? https://github.com/mistergiri/buddypress-compliments -
Posted a reply to email sent no formatting, on the site WordPress.org Forums:
You are welcome. -
Posted a reply to email sent no formatting, on the site WordPress.org Forums:
Oh and one more thing. Don't forget to remove my account from your site. I…
Plugins
-
Advanced Custom Fields (ACF)
-
Amazon Product in a Post Plugin
-
Autocompleter
-
CubePoints
-
Debug Queries
-
Debug This
-
External Links
-
Link Manager
-
Login Logout Menu
-
OptionTree
-
Peter's Post Notes
-
Post Forking
-
Post Tiles
-
Responsive Video Embeds
-
WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin
-
Yoast SEO