Kunena 6.0.9.1 Released
The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Solved How to change Thank You icon to green?
However the light blue of the resultant icon is very lacklustre and would be better, I feel, in a warmer colour. Maybe even orange?
And the icon itself looks more like a trashcan which is not complimentary :blink:
Can it be fixed?
Is there a piece of code I can use to achieve this?
Thanks
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
This icon is only for moderators so he can remove the thank you with it.And the icon itself looks more like a trashcan which is not complimentary
Please Log in or Create an account to join the conversation.
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
All's well except those so-called "trashcans" are still showing after the givers name.
This icon is only for moderators so he can remove the thank you with it.
I can only guess which icon you use on your page. Seems, it's a b2 icon. Try this:
Please Log in or Create an account to join the conversation.
But hey, since you pointed it out I don't see it as a registered member only, and that's the main thing. I'd still like to not see it at all as it beats me why a moderate would ever want to remove a thank you anybody made since it is hardly offensive, quite the opposite! But, I not wanting to appear too picky or unthankful so I can live with it.
I left out the bit of code so that the UNTHANKYOU is inconspicuous. All up, well done!
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Yes I know it, Kunena 5.0 shows the icons. But there are differences between Joomla templates. Some templates support b2 icons, other templates b3 or font awesome icons. Therefore I could only help you if I can see the code on your page. But it needs minimum a moderator account, to see the trash symbols.I never added a trashcan icon
Have you tried with !important ?
In principle you are right. This option makes only sense if spammers haphazard to click on thankyou buttons.I'd still like to not see it at all as it beats me why a moderate would ever want to remove a thank you anybody made since it is hardly offensive, quite the opposite!
Please Log in or Create an account to join the conversation.
If it's not too technical, what does !important do that makes such a difference?
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
Example:
your custom code is
color: green !important
default is
color: red
now will ignored the default color and it shows green color
Therefore you should use "!important" only if otherwise does not work. Better is if the code will loaded later.
Example:
color: red
color: green
First loads red then green (from top to bottom), so It shows also the green color without "!important"
Please Log in or Create an account to join the conversation.