Replies
Hi,
I am sorry but I am not sure I understood your last reply.Please clarify if that strategy works for you?
Regards
Brajesh- Brajesh Singh on February 2, 2019 at 4:48 am in reply to: Buddypress blog activity notification #20646
Hi Tosin,
I am sorry for the delayed reply. This is beyond our support and falls in custom development category. I won’t be able to assist much with it.There is something that you can check and modify to accomplish this on your own though.
https://buddydev.com/plugins/bp-notify-post-author-blog-comment/
Regards
Brajesh - Brajesh Singh on February 2, 2019 at 4:36 am in reply to: [Resolved] BP Member Type Pro – XProfile conditionals fields #20645
Hi Joss,
Thank you.I am glad it worked.
Just to be sure, the member type names are the name that you assign while creating the member type. Clarifying it for anyone else having same issue.
Here is a screenshot showing it
https://i.imgur.com/LW4c8nn.png
and another one.
https://i.imgur.com/dDs0asf.png
Regards
Brajesh - Brajesh Singh on February 2, 2019 at 4:30 am in reply to: [Resolved] Hook to activate at the timing of receiving the message #20644
Glad it is working 🙂
A few advice’s for future
1. You do not need to append empty spaces like ”. $some_value as it is not needed in notification_new_array.2. instead of checking for $notification_current_txt !==”” you can simply do if( ! $notification_current_txt )
That ill take care of empty array.Best regards
Brajesh Hi Steve,
Thank you.It’s strange. I am aware of issues on activity page due to changing of the allowed file types but haven’t heard about this on single gallery earlier.
Please allow me the weekend to explore it more and get back to you by Monday.
Thank you
BrajeshHi abuabrar,
Welcome to BuddyDev.At the moment we don’t have a way to import from a folder. but if the folder is accessible over web(Inside your web root), you can import individual files by posting url.
In the settings we have option if you want to keep a link to remote file or import it as local, you may use that for now.
Please let me know if that works for you.
Regards
Brajesh- Brajesh Singh on February 1, 2019 at 10:37 am in reply to: [Resolved] Hook to activate at the timing of receiving the message #20633
Hi maimaimemain,
Thank you. I had looked at the code and assisted you(with a few time working with Buddyress, you will be able to do it easily yourself. Nothing special on my part 🙂 )1. If you need thread id, my suggestion is hook to
messages_message_after_saveThen, you can access thread id like
$thread_id = $message->thread_id;Also, ‘update_user_meta()’ works with individual users. You should loop on the user ids and then update for each user.
Regards
Brajesh - Brajesh Singh on February 1, 2019 at 10:32 am in reply to: [Resolved] BP Member Type Pro – XProfile conditionals fields #20632
Hi Joss,
Thank you for the link. It helped understand the issue.Please use the valus “partageur” and “gardien” while setting the condition. This is the member type name.
Since the lable was used, It is not working. Please give it a try.
Regards
Brajesh - Brajesh Singh on February 1, 2019 at 7:30 am in reply to: [Resolved] BuddyPress Member Types Pro associating user roles #20629This reply has been marked as private.
- Brajesh Singh on February 1, 2019 at 7:29 am in reply to: [Resolved] Hook to activate at the timing of receiving the message #20628
Hi ,
You are welcome.Try this one
$recipients_ids = wp_list_pluck( $message->recipients, 'user_id' );It should give an array of user ids.
About the thread:- In BuddyPress, it is possible to have multiple people involved in a common message. It is accomplished via thread. All messages have a thread id(think of it as a topic id) which BuddyPress uses to relate the replies.
Regards
Brajesh