- Posts: 77
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question Deleting/Hiding the offline/online under the avatar which appears in each post
I take the opportunity to wish you all a very cool 2011!
Please Log in or Create an account to join the conversation.
You could, instead, change the Kunena template CSS, like this:
#Kunena .kbuttononline-no span.online-no {
background-position: 0 -400px;
display: none;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
sozzled wrote: #Kunena .kbuttononline-no span.online-no {
I had to go with the code hack as there's no such string in the template css
What about the online indication below the avatar on each profile (once you click profile, bottom of the avatar top left corner)?
Please Log in or Create an account to join the conversation.
There is! It's in the Kunena CSS template file . Where are you looking?Alistair wrote: I had to go with the code hack as there's no such string in the template css
If you make the change to the Kunena template CSS, as I wrote earlier, you will also hide the online status from the user profile display. I repeat, I would strongly discourage you from hacking Kunena source code.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The user is using K1.5 is the reason why it don't find this CSS part which is available in K1.6sozzled wrote:
There is! It's in the Kunena CSS template file . Where are you looking?Alistair wrote: I had to go with the code hack as there's no such string in the template css
If you make the change to the Kunena template CSS, as I wrote earlier, you will also hide the online status from the user profile display. I repeat, I would strongly discourage you from hacking Kunena source code.
So, look with firebug (firefox extension) if you can found something
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.