Search Results for 'private'
-
Search Results
-
Today, I tried to install BuddyPress the first time. But I still too stupid to get to running.
First, I tried the actual stable version 5.2.0 without luck. After this, I tried it with 6.0.0RC2 with the same result.
My problem is: I don’t find out, how to create new topics or manage groups.
Is there any special URL doing this?
WordPress: 4.9.13
PHP: 7.3.x
Database: MariaDB 10.4.11
Theme: Hueman 3.5.3In BuddyPress 5.2, the pages for Members, Activity, Activation and Registering were created automatically. In BP 6 not and the Repair Tool does not create them automatically.
All of these pages are empty for me.
But inside the AdminBar, I see the “0” and I can use the several private pages.
How can I configure the groups, where I can open topics and how do I do this?
Sorry, but it seems I’m too stupid for BP… 🙁
We’re trying to only allow group messaging via CometChat so that only members of a group can message each other. All our groups are private.
Does anyone know if this is possible?
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!!