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

More
15 years 4 months ago #79263 by Alistair
I wondered which options I have if I wanted to delete the online/offline regtanled box which appears below the avatar on the top right corner of 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.

More
15 years 4 months ago #79313 by sozzled
There are a couple of ways that you can do this. You could hack the Kunena source code - but I would strongly recommend against doing that because then you will have to do this every time that you want to upgrade and you don't want to do that, do you? Read Online status in avatar .

You could, instead, change the Kunena template CSS, like this:

#Kunena .kbuttononline-no span.online-no {
background-position: 0 -400px;
display: none;
}

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #79348 by Alistair

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.

More
15 years 4 months ago #79430 by sozzled

Alistair wrote: I had to go with the code hack as there's no such string in the template css

There is! It's in the Kunena CSS template file . Where are you looking?

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.

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #79468 by Alistair
Sorry mate, I'd like to tell you you're right, but I just can't find that string, not in the default ex nor in the default ex pink, doing a simple search for "buttononline" in the kunena.forum.css I assure you NOTHING comes up, should I post the file?

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago - 15 years 4 months ago #79515 by xillibit

sozzled wrote:

Alistair wrote: I had to go with the code hack as there's no such string in the template css

There is! It's in the Kunena CSS template file . Where are you looking?

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.

The user is using K1.5 is the reason why it don't find this CSS part which is available in K1.6

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.
Last edit: 15 years 4 months ago by xillibit.

Please Log in or Create an account to join the conversation.

Time to create page: 0.283 seconds