damaïo

Online display in the posts - damaïo

Online display in the posts

by Bengel » Sun Mar 03, 2024 7:50 pm

Hello cabot.

Thanks for updating to 1.0.8. It turned out great!

My problem is that I use an ext. to display the online status of the users.

This works well, but what's annoying is the "normal" display when someone is online in the posts.

I would like to remove the "Online" display, but I can't find the exact location.

My question:
How can I remove the online ad in your style that is now duplicate?
See the screen.

Greeting
Bengel

Screenshot 2024-03-03 203831.png
Sorry my bad English. I work with google translate.
User avatar
Bengel
Registered User
Posts: 69
Joined: Tue Jun 02, 2020 11:40 am
Location: Germany

Re: Online display in the posts

by cabot » Mon Mar 04, 2024 9:53 am

Hello,

Add this to the "CSS rules" field of the Damaïo Configuration extension:

Code: Select all

.post .online-text {
	display: none;
}
By the way, I see that you're using the Forum Legend extension on your board. Do you know that you can adapt the display of the extension for the damaïo style?
Have a look at this topic.

Also, as you're using the damaïo configuration extension, you could declare your custom colours directly from the extension instead of modifying the style's colours.css file. This will save you having to make the changes again when you update the style.
Screenshot 2024-03-04 at 11-03-16 Damaïo style.png


:)
User avatar
cabot
Registered User
Posts: 797
Joined: Sat Jan 07, 2012 4:16 pm

Re: Online display in the posts

by Bengel » Mon Mar 04, 2024 4:13 pm

Good evening.

Thanks for the help!

Yes, I forgot at first that I could make the configuration easier with you.

It worked great, I also have the forum legend up to date.

Thank you very much.

Greeting
Bengel
Sorry my bad English. I work with google translate.
User avatar
Bengel
Registered User
Posts: 69
Joined: Tue Jun 02, 2020 11:40 am
Location: Germany