Search Results for 'private'
-
Search Results
-
Topic: asking about some features
Hi guys.
So I want to build and educational material site. I want to upload lectures, videos and setup live video chat for questions and answers.I have few questions and i was hoping that you can help me figure out some answers.
1- I want to be able to setup a video chat room for all my students as well as private chat room to be able to talk 1 on 1. is there any plugin that does that or is it supported by buddypress.
2- I want to charge fee from students to be able to see content.
for example i want to make packages (limited & unlimited) for unlimited you get to use all features of the website: msges, chat rooms, video content. and for limited users i want them to use basic features.I hope you can help me.
Topic: Redirection after login.
Hi everyone!
I have this problem.
When they write me a private message within my intranet, then an email arrives to my email as I have a message and this is the approximate url
(https: //…/messages/view/113/)
Clicking takes me to the page (http: //…../login/)
And when I login, I will not be redirected to the previous url, but will stay in the home.Is there any solution?
Thanks!!!Hello,
The site to troubleshoot is: planetanim.fr
I have had an error for a long time and I apologize if it has already been exposed and corrected. And I apologize for my bad English.
I use buddyPress and bbPress for forums. For private forums, the bbP Private Groups plugin manages them for many reasons.
The activity of private forums is displayed in BuddyPress activity streams whether users are connected or not, whether they are members of private forums or not. And it’s problematic. I even had to wait until I could solve the problem to suspend the display of the activity stream. Which is a shame.
If you have an idea, please share it with me.
We want our members to only be able to invite other members to private groups if they know their full name or maybe their email address. We don’t want them to be able to just search by a first name for example.
Any thoughts on how to go about achieving this?
So I created a custom function where any time a user gets a tag, they automatically receive a private message. I would like to make these messages stand out a little from the other messages in a users inbox/thread by adding special styling. Would it be possible to put a border around this message? Below is the code I am using:
Thank you! Simmi
function send_message_to_student_113( $user_id, $tags_applied ) {
$tag_id = wp_fusion()->user->get_tag_id( ‘course tag 1.1.1’ );
if ( in_array( $tag_id, $tags_applied ) ) {
$args = array(
‘sender_id’ => 1,
‘thread_id’ => false,
‘recipients’ => $user_id,
‘subject’ => ‘Hello there’,
‘content’ => ‘You got a new tag! Congratulations. Please let me know if you need any help!’,
‘date_sent’ => bp_core_current_time()
);$result = messages_new_message( $args );
}
}
add_action( ‘wpf_tags_applied’, ‘send_message_to_student_113’, 10, 2 );Topic: BuddyPress Video/Audio call
Hello, Buddypress has video/audio calling options for Members registering in? Also advice me good Buddypress themes for just groups, private messaging, paid membership.
Hi there!!
What would be the best way to create a private (no-index), area not for customers but for our team.We need to create a no-index series of pages or categories in order to have some resources as pictures, videos an pdf files.
Would be BuddyPress enough to give permissions create different WP roles/users in this matter?
I would appreciate any lead in to this requirement
Thanks to all!!
Topic: Private area
Hi there community!
I’m trying to find the best way to create a private resources area for our website, not for customers but for our team. Looking arround I found this wonderful plugging that I didn’t know about.
We need to create a no-index series of pages or categories in order to have some resources as pictures, videos an pdf files four our team.
Is BuddyPress capable to do it? It would be great to have all these extra community features that we can use too.I would appreciate any lead in to this requirement
Thanks to all!!
For each group the data below is shown
Private Group / 14 members
active 1 day, 13 hours agoHow to hide this data?
PS:
WordPress 5.3.2 running sinatra child theme theme.
BuddyPress Version 5.1.2Hi, how can I disable upload image in private or public messages? Because I don’t have a lot of space available in my site and if the users send a lot of images in a little time I finish my space.
Thanks