Jam
Forum Replies Created
-
Yep the “Upgrade” message is no longer because I already reinstall the plugin.
Yes, I used your Profile Photo Plugin https://prntscr.com/26rydtq …
Nevermind. To fix the issue, I just deactivate and removed the plugin. I just reinstall and configure the settings again. I’m not sure if this is related to the issue https://prntscr.com/26ruuuc. Though it says “successfully” after clicking run but in reality, it doesn’t. The error message was still there.
Anyway, just have another concern. Why everytime I update or change password, the profile image goes blank? I mean it likes it remove the profile image automatically https://www.loom.com/share/387c135eb3bc4e9d8dc25c63c8694ad0
Best Regards,
I used [ultimatemember_account] to display profile, yes I mean Account form tab…
Well, even Update Account form won’t update/save after done some changes (like firstname, lastname, etc)…Nevermind. My only concern is above this comment.
- This reply was modified 2 years, 9 months ago by Jam.
@tuideadigital I just copied the template files and paste it to child theme (currently I used child theme). I edited the file layout-new.php https://prntscr.com/26pobq9 and change the value input hidden name=”recipients[]” (it can be set many users as you want but I set only one to send to admin user as “default user”)
I also added hooks to make that work:
add_filter( 'bp_better_messages_current_template', 'overwrite_bp_better_messages_template', 10, 2 ); function overwrite_bp_better_messages_template( $path_to_template, $template ){ if( $template === 'layout-new.php' ) { $path_to_template = get_stylesheet_directory() . '/bp-template/layout-new.php'; } return $path_to_template; }
Yes @wordplus I’ve tried that but in page1 and page2 show the same. Basically, I would like to set the page1 the receiver as support user. In page2, I would like to set the receiver as admin user. That means page1 should only display only who users message support user. While page2, it should display only who users message admin user…
Is that possible? or adding some parameter in shortcode?
Thanks!
Yeah I just recheck and found it. Thanks!
This works too! Thanks @champsupertramp as always!
I tested this code and it works! Thanks @champsupertramp
Sorry for late response @wordplus
Yeah it works now. Just to give an idea if someone might encounter this error, I just change get_template_directory() to get_stylesheet_directory().
I just mark this resolved now.
Forum: Plugins
In reply to: [The Events Calendar] Import Events from Google Calendar eventOkay thanks for this info @geoffbel !
Forum: Plugins
In reply to: [LiteSpeed Cache] Site UI brokenHello @qtwrk
I just sent the report. Here’s the report number: OLAWXZGY
Where I can check your response If incase you have some updates that connects to report number?Regards,
JamOkay this should work. Thanks! great as always!
Hello @champsupertramp
Yes that is correct
Hello @champsupertramp
It works! This is what I need! Problem solved. Thank you for your big help, your the best! Very much appreciated.
Best Regards,