#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
Disable online/offl...
 
Share:
Share
Tweet
Share
Notifications
Clear all

[Solved] Disable online/offline members status

    Last Post
RSS

fawp
Posts: 112
 fawp
Beta Tester
Topic starter
July 2, 2021 10:13 am
(@fawp)
Estimable Member
Joined: 3 years ago

Hi support

 

I followed the advice given in this thread to disable members being shown online/offline but it does not work for me.

 

I have added the code below to "Custom CSS Code:" in the Styles menu

#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name i {
   display: none;
}

 

Then I cleared all caches, went on main page and pressed CTRL+F5 twice, but the dot is still showing?

I have also checked that the code is included in colors.css.

 

Can you advise? I'm on wpForo 1.9.7

 

Thanks

9 Replies
Tutrix
Posts: 631
 Tutrix
Beta Tester
July 2, 2021 12:14 pm
(@tutrix)
Honorable Member
Joined: 2 years ago

@fawp

 

online

.wpfcl-8 {
display: none;
}

offline

.wpfcl-0 {
display: none;
}

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

fawp liked
8 Replies
fawp
 fawp
Beta Tester
(@fawp)
Joined: 3 years ago

Estimable Member
Posts: 112
July 2, 2021 12:40 pm
Reply toTutrixTutrix

@tutrix yes it works! Thank you so much 👍

Tutrix liked
fawp
 fawp
Beta Tester
(@fawp)
Joined: 3 years ago

Estimable Member
Posts: 112
August 23, 2021 4:15 pm
Reply toTutrixTutrix

Hi @tutrix 

 

I had not realized: by using the CSS code above, if you have Font Awesome icons on your forum front page they will disappear (attached pic of which icons I'm talking about).

 

To retain the icons on the forum frontpage I tried the following CSS code

.wpfsx .wpfcl-8 {
display: none;
}

.wpfsx .wpfcl-0 {
display: none;
}

This code does retain the icons on your frontpage, however it does not allow both the offline and the online icon to be switched off together, meaning it will only work if I use the code separately.

 

So if I use

.wpfsx .wpfcl-8 {
display: none;
}

 I will retain Font Awesome icons on frontpage, get rid of online icons, but not offline icons.

 

If I use

.wpfsx .wpfcl-0 {
display: none;
}

I will retain Font Awesome icons on frontpage, get rid of offline icons, but not online icons.

 

But if I use the combined code, both the offline and online icons will show up, meaning, the combined code won't achieve the objective.

 

Are you able to reproduce the above?

 

Thanks

 faw-icons-lost.png
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1440
August 26, 2021 9:03 am
Reply tofawpfawp
Tutrix

Hi @fawp,

Please give us your forum URL.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

fawp
 fawp
Beta Tester
(@fawp)
Joined: 3 years ago

Estimable Member
Posts: 112
August 26, 2021 3:46 pm
Reply toChrisChris
fawp
Tutrix

@chris I am working on a localhost.

Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1440
August 27, 2021 10:38 am
Reply tofawpfawp
Chris
fawp
Tutrix

@fawp,

Try this codes

.wpfsx .wpfcl-0 {
display: none !important;
}

.wpfsx .wpfcl-8 {
display: none !important;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

fawp
 fawp
Beta Tester
(@fawp)
Joined: 3 years ago

Estimable Member
Posts: 112
August 28, 2021 3:02 pm
Reply toChrisChris
fawp
Chris
fawp
Tutrix

Hi @chris 

 

Thanks, I had already tried adding the !important bit to the code above, it did not make a difference unfortunately.

Chris liked
Tutrix
 Tutrix
Beta Tester
(@tutrix)
Joined: 2 years ago

Honorable Member
Posts: 631
August 28, 2021 3:18 pm
Reply tofawpfawp
Chris
fawp
Chris
Tutrix

@fawp 

try this code

#wpforo #wpforo-wrap .wpfsx.wpfcl-0 {
   display: none !important;
}

#wpforo #wpforo-wrap .wpfsx.wpfcl-8 {
   display: none !important;
}

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

fawp liked
fawp
 fawp
Beta Tester
(@fawp)
Joined: 3 years ago

Estimable Member
Posts: 112
August 30, 2021 8:49 am
Reply toTutrixTutrix
fawp
Chris
fawp
Tutrix

@tutrix with this code the forum FAW icons are still in place and you can't see either online or offline icons being displayed next to users in the forum.

 

I think this works. Many thanks for your help as always 👍 

Chris liked
  All forum topics
  Previous Topic
Next Topic  

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Suggestion How to make new user to get approve manually before creating post and profile.

    By Adhyansh21, 6 hours ago

  • Posts deleted in database still show up on front-end

    By nylex, 8 hours ago

  • Not all links are automatically added with the "nofollow" attribute

    By st7878, 11 hours ago

  • Editors assign users to groups

    By mike_netinfo, 13 hours ago

  • Set password link opens forum login page instead of set password page

    By JanJan, 13 hours ago

  • User banned for using icons?

    By JanJan, 13 hours ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • editor33
  • menu33
  • spam32
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2190)

Recent Posts

  • RE: Not all links are automatically added with the "nofollow" attribute

    @dimalifragis It won't conflict with the wpForo Embeds ...

    By st7878, 34 mins ago

  • RE: How to make new user to get approve manually before creating post and profile.

    Thanks again

    By Adhyansh21, 3 hours ago

  • RE: Posts deleted in database still show up on front-end

    Ok then, wait until someone from wpForo support will he...

    By dimalifragis, 6 hours ago

  • RE: Set password link opens forum login page instead of set password page

    Hi @janjan, Go to Dashboard > Forums > Settings...

    By Chris, 10 hours ago

  • RE: Editors assign users to groups

    Hi @mike_netinfo, Only administrators can change user...

    By Chris, 11 hours ago

  • RE: Font Awesome Icons

    @seancallahan, It's better if you revert all your cha...

    By Chris, 11 hours ago

  • RE: Is there a way to add safety features?

    Hi @seancallahan, It's not recommended to install the...

    By Robert, 12 hours ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,931 Topics
50.2 K Posts
8 Online
47.9 K Members

Latest Post: Not all links are automatically added with the "nofollow" attribute Our newest member: Slot And Love - How They Are T... Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation