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
Online display in the posts - damaïo
Online display in the posts
Sorry my bad English. I work with google translate.
-
- Registered User
- Posts: 69
- Joined: Tue Jun 02, 2020 11:40 am
- Location: Germany
Re: Online display in the posts
Hello,
Add this to the "CSS rules" field of the Damaïo Configuration extension:
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.
Add this to the "CSS rules" field of the Damaïo Configuration extension:
Code: Select all
.post .online-text {
display: none;
}
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.
-
- Registered User
- Posts: 797
- Joined: Sat Jan 07, 2012 4:16 pm
Re: Online display in the posts
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
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.
-
- Registered User
- Posts: 69
- Joined: Tue Jun 02, 2020 11:40 am
- Location: Germany