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

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 How to display rank images only (without text)?

More
14 years 9 months ago #103505 by Castor-Designs
Hey there.
I'm using the rank system of Kunena. Since the rank text is already in my rank image, i don't want to display the rank title AND the rank image. I just want to display the rank IMAGE.
How does this work?
Thank you for your help.

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

More
14 years 9 months ago - 14 years 9 months ago #103532 by sozzled
I can't imagine why, but here's the answer:
Code:
#Kunena ul.kpost-profile li.kpost-userrank-img img { display: none; }
Add these lines to the end of your Joomla site template CSS file.
Last edit: 14 years 9 months ago by sozzled.

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

More
14 years 9 months ago #103564 by Castor-Designs

sozzled wrote: I can't imagine why, but here's the answer:

Code:
#Kunena ul.kpost-profile li.kpost-userrank-img img { display: none; }
Add these lines to the end of your Joomla site template CSS file.

Well okay that's for EVERY rang, in fact i just want it for some ranks. I mean I could also edit the template itself to not display rank text. Anyway thanks for that.

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

More
14 years 9 months ago #104121 by soundlover
Replied by soundlover on topic rank text
Anyone can tell me if its possible to remove the rank text or disable it? So that you only have the uploaded rank image?

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

More
14 years 9 months ago #104135 by CheechDogg
Replied by CheechDogg on topic Re: rank text
Soundlove,

Find the following file, components/com_kunena/template/default/view/profile.vertical.php

On line 36 look for the following:


Replace:

<?php if ($this->userranktitle) : ?>
<li class="kpost-userrank">
<?php echo $this->escape($this->userranktitle) ?>
</li>

With:

<?php if ($this->userranktitle) : ?>
<li class="kpost-userrank">
<?php echo $this->escape//($this->userranktitle) ?>
</li>

That will lave out the Rank tittle for you.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
The following user(s) said Thank You: soundlover

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

More
14 years 9 months ago #104136 by soundlover
Replied by soundlover on topic Re: rank text
Thank you very much. :cheer: It seems free things like Kunena give help while paid ones don't bother.

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

Time to create page: 0.227 seconds