Phil
Forum Replies Created
-
Forum: Plugins
In reply to: [Torro Forms] WPML compatibilityHi π
Ok I went to understand that the form shortcode is different by lang π
It’s not very friendly … shortcode would be the same also in this case every user can participate at the same survey in each language π
By chance and thank you of the limit variable in the mycred shortcode the user is awarded once πit’s like we are duplicating the form for each language instead of one survey translated ^^
Forum: Plugins
In reply to: [Torro Forms] MyCred compatibilityHi!
Ok I found somes solutions
Using the mycred_give shortcode with limit=1 allow to award with points for participating in survey
I found the shortcode for the results charts in the redirection textarea ππ
Another question, how can I delete a result entrie from an user ?
Hi!
ok …
https://es.wordpress.org/plugins/wpmandrill/ This plugin hasnβt been updated in over 2 years. ^^
https://es.wordpress.org/plugins/postman-smtp/ outside of the repository ^^
https://wordpress.org/plugins/wp-smtp/ This plugin hasnβt been updated in over 3 years. ^^
https://es.wordpress.org/plugins/easy-wp-smtp/ Not secure plugin without Google OAuth 2.0 Client ID. function π
https://es.wordpress.org/plugins/webriti-smtp-mail/ This plugin hasnβt been updated in over 2 years. ^^ Not secure plugin without Google OAuth 2.0 Client ID. function π
https://es.wordpress.org/plugins/mailgun/ limited to 10,000/month :-/
https://es.wordpress.org/plugins/sendgrid-email-delivery-simplified/ limited to 100/day :-/As you see … your plugin is not so compatible :-/
https://wordpress.org/plugins/gmail-smtp/ is the best free way to send unlimited mail with the secure Google OAuth 2.0 Client ID π
Hope you will find time to update your plugin and add the ability to use shortcode in the footer ;). For now I can’t use it :-/
What a pity :-/Tks
Regards
Philup ^_^
I really need to use shortcode at least in the footer please πOk but I need to translate the footer ^^
At this time seem like I can’t use shortcode in the footer area π
It’s an option you can add in the plugin ?Tks
RegardsThank you π Seems to work yes π
little modification for WPML compatibility :
add_filter( ‘authenticate’, ‘one_session_per_user’, 30, 3 );
function one_session_per_user( $user, $username, $password ) {
if ( is_wp_error( $user ) ) {
return $user;
}$sessions = WP_Session_Tokens::get_instance( $user->ID );
$all_sessions = $sessions->get_all();
if ( count( $all_sessions ) ) {
$user = new WP_Error( ‘already_signed_in’, __( ‘ERROR: User already logged in.’,’login_limit’ ) );
}return $user;
}thanks again (y)
ok thank you for your quick answer but I really need to block the possibility for users to have several session open at the same time automaticaly.
- This reply was modified 8 years, 9 months ago by Phil.
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA] Error JS in Chrome ConsoleAny news ?
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA for WooCommerce] Undefined indexThere more JS error …
Sounds like the owner is not active anymore …
I’m going to search another solid option … :-/Hi!
Same problem here, the progress bar stuck at βText 0 of xx processedβ ^^
Ok cool π
Instead of allowing HTML you can modify your script to add the WPML rule for translation :
https://wpml.org/forums/topic/translating-child-theme/π
Can’t wait for the next update so π
Tks
PhilForum: Plugins
In reply to: [WP Email Template] WPML compatibility ?up ^^
Forum: Plugins
In reply to: [User Shortcodes Plus] Notice :(ok thank you π
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] WPML friendly ?FYI is translatable … only if you switch in WPML settings :
WPML Translation Editor -> to -> Native WooCommerce product editing screen
πForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] WPML friendly ?Great I will try it so π
You should say that in your plugin description πThanks !