- Posts: 12287
- Thank you received: 2535
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Change colour / add custom image to New Topic indicator
Less
More
12 years 6 months ago - 12 years 6 months ago #151433
by rich
Use a gif such as with only 2 colors and you have flashing news.
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Change colour / add custom image to New Topic indicator
I don't know.Would it be possible to do 1 New and a siren beside it ?
Use a gif such as with only 2 colors and you have flashing news.
Important! Always create a backup before you make any changes to your website!
Last edit: 12 years 6 months ago by rich. Reason: Post corrected
The topic has been locked.
12 years 6 months ago #151454
by sozzled
For example, something like
#Kunena .knewchar:after {
content: siren-image-thing
}
It should not take you too long to find the answer with bit of searching and experimentation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Change colour / add custom image to New Topic indicator
It should be possible to do this with CSS with some kind of :after pseudo class and the appropriate content rule.originalhandy wrote: Would it be possible to do 1 New and a siren beside it ?
For example, something like
#Kunena .knewchar:after {
content: siren-image-thing
}
It should not take you too long to find the answer with bit of searching and experimentation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
- originalhandy
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 46
- Thank you received: 3
12 years 5 months ago #151671
by originalhandy
Replied by originalhandy on topic Change colour / add custom image to New Topic indicator
Cool sozz ill give it a bash!
Sorry I didn't check back earlier, life got in the way. As always appreciate the support and tips here.
Sorry I didn't check back earlier, life got in the way. As always appreciate the support and tips here.
The topic has been locked.
- 9themestore
-
- Offline
- Premium Member
-
12 years 5 months ago #151672
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic Change colour / add custom image to New Topic indicator
Hi originalhandy,
This is my solution for you:
If it don't work you can PM for me to get an other solution.
Best regards,
This is my solution for you:
Code:
body #Kunena .knewchar {
background: url("the path to your image") no-repeat top left;
display: inline-block;
overflow: hidden;
text-indent: -999em; /* Hide the text */
width: ??px; /* Width of your image */
height: ??px; /* Height of your image */
}
If it don't work you can PM for me to get an other solution.
Best regards,
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
The topic has been locked.
12 years 1 month ago #156051
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Change colour / add custom image to New Topic indicator
*** Topic closed - assumed resolved - no follow-up/response from user who started this topic ***
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
Time to create page: 0.570 seconds