Clea
Forum Replies Created
-
Hi Nithin,
Please find the link to the form here: https://www.i46.cz/risk-assessment/
As the form is still being created, I would suggest that you do the following to replicate my issue:
– select hardware components in the first section
– then skip to “Hardware: Data Collection” selection where you should select at least one data type (e.g: Non-sensitive system data),
– in the following section, input at least two answers in the repeater field (e.g: “temperature” in the first field and “device uptime” in the second field – do NOT click on “add field” after “device uptime”) and then go to the next section.
– in the next section select “Data breaches (e.g: due to physical theft of the hardware product)” which reveals four new widgets,
– scroll to the last one ” Input in the field below the data most vulnerable to data breaches at the hardware level. For reminder, you had selected that your hardware collects the following types of data:?temperature,,,,” <— here device uptime should be displayed but is not. This is the issue I am having.
You can access the form export here: https://drive.google.com/file/d/1O-DY0pz-eFb49i0POyEj08zalG7W-NkX/view?usp=sharingThank you.
Clea
Thanks for the reply. I posted it on WordPress support forum as I thought it might be useful for other people to know.
Then, while it is not possible as of now, do you have plans to enable embedding unlisted lives in the future ?
It is a pity that this limitation was not mentioned on your website; you may want to show a warning about that.
Kind regards,
CleaThank you for the feedback !
Your suggestion does require to purchase the premium Buddyboss addon though.
I’ll trust that the trick works and will go ahead and purchase the premium addon.Kind regards,
CleaThank you for your feedback !
However, despite changing the recipe and having the user do the action, the automation is not being triggered.
I have recorded a video that shows that I have created an automation based on total_friend_count reaching 3.
I show that in the database, the count for user 355 (Lea) goes to 2 then, after accepting an invitation, reaches 3 (friends), and hence should trigger the automation but does not.Could you kindly look at the recording and let me know where I might have made a mistake ?
Thank you ??
Thanks for the tip ! I am using a child theme so it should be fine ??
Kind regards,
Clea
Hi,
Thanks for the reply !
Just to let you know, I have been able to edit the registration email using code found there (I prefer not to add another plugin if I can find a simple code to add to functions.php) :
https://www.ads-software.com/support/topic/customizing-email-function/Here it is :
add_filter( 'wp_new_user_notification_email', 'edit_user_notification_email', 10, 3 ); function edit_user_notification_email( $wp_new_user_notification_email, $user, $blogname ){ $new_subject_txt = __( 'Information about username and password'); $new_msg_txt = __( 'Hello and welcome to Our website!'). "\r\n"; $new_msg_txt .=__( 'You have been assigned an education on our e-learning platform.'). "\r\n\r\n"; $new_msg_txt .= sprintf(__('Your username is: %s'), $user->user_email ) . "\r\n"; $key = get_password_reset_key( $user ); if ( is_wp_error( $key ) ) { return; } $new_msg_txt .= __( 'To set your password, visit the following address:' ) . "\r\n"; $new_msg_txt .= network_site_url( "wp-login.php?action=rp&key=$key&login=" . rawurlencode( $user->user_login ), 'login' ) . "\r\n\r\n"; $new_msg_txt .= __( 'For questions or problems with entering a password, contact our support.'); $wp_new_user_notification_email['subject'] = $new_subject_txt; $wp_new_user_notification_email['message'] = $new_msg_txt; return $wp_new_user_notification_email; }
Kind regards,
Clea
- This reply was modified 4 years, 3 months ago by Clea.
Forum: Plugins
In reply to: [Heateor Social Login WordPress] Social login and Buddypress compatThank you for the reply !
Looking forward to future updates then.
Kind regards,
CleaHi guys,
Looking forward to your response.
Regards,
CleaThanks for the quick reply.
I just submitted a query through the plugin’s form.Kind regards,
cleaHi Yani,
Thank you for the quick feedback.
It triggers the “uncommon download” security issue, and the files are renamed : Unconfirmed 411649.crdownload in my download folder, instead of the regular mywebsite.com-20200223-111851-lkdrcs.wpressForum: Plugins
In reply to: [BuddyPress Xprofile Custom Field Types] Select2 not workingHi Brajesh,
Thanks a lot for your reply ??
I will take a look at it and update you on how it went.Kind regards,
Clea