Notifications
Clear all

Online - Status privacy

6 Posts
3 Users
0 Likes
1,032 Views
Posts: 12
Customer
Topic starter
(@murat-pulice)
Member
Joined: 4 years ago
Hello,

I use Buddypress and wpDisquz. I need a selection in the Buddypress user profile to activate or deactivate the Online-Status. The user should be able to change his online status himself. Is that possible?

Wpdisquz onle Status
 

 

5 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @murat-pulice,

This doesn't have any relation with the wpDiscuz. You should contact the Buddypress plugin support and ask them this question.

Reply
Posts: 12
Customer
Topic starter
(@murat-pulice)
Member
Joined: 4 years ago

Hi, ok i understand.thanks.
I have another question: I just want to have a green dot as Online status without any text.
Who do i do that?

 
wpDiscuz On   Status
Reply
1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5872

@murat-pulice,

Please navigate to Dashboard > Comments > Settings > Addons > Online Users admin page, find the "Online status label" and "Offline status label" options and remove the values from those fields.

Then if you need to remove the borders, navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS code" textarea.

#wpcomm .wc-comment .wou-status-online, #wpcomm .wou-status-offline{
border:none;
}

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

 

Reply
Posts: 12
Customer
Topic starter
(@murat-pulice)
Member
Joined: 4 years ago

ok i did that. but the dot is not central. can you move that a litle bit higher?

wpDiscuz On   Status 1

 

Reply
1 Reply
Elvina
(@elvina)
Joined: 5 years ago

Support
Posts: 1403

@murat-pulice,

Please navigate to Dashboard > Comments > Settings > Styling admin page put the following CSS code in the "Custom CSS code" textarea:

.wou-status i {   
margin: 8px 0 !important;
}
@media screen and (max-width: 800px){
.wou-status i {
margin-bottom: 0px !important;
margin-left: 5px !important;
}}
 
Reply
Share:
Scroll to top