Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
12 years 8 months ago #1 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
12 years 8 months ago - 12 years 8 months ago #2 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: 12 years 8 months ago by sozzled.

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

More
12 years 8 months ago #3 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
12 years 8 months ago #4 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
12 years 8 months ago #5 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
12 years 8 months ago #6 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.

More
12 years 8 months ago #7 by CheechDogg
Replied by CheechDogg on topic Re: rank text
Did it work for you my friend?

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
12 years 8 months ago #8 by soundlover
Replied by soundlover on topic Re: rank text
Didn't work. But I edited the default kunena template. I need to edit the template I am using right?

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

More
12 years 8 months ago - 12 years 8 months ago #9 by CheechDogg
Replied by CheechDogg on topic Re: rank text
yes just go to the directory i posted...

components/com_kunena/template/default/view/profile.vertical.php

the file is: ( profile.vertical.php )


You can replace this file :



File Attachment:

File Name: profile.vertical.zip
File Size:1 KB

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
Attachments:
Last edit: 12 years 8 months ago by CheechDogg.

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

More
12 years 8 months ago #10 by CheechDogg
Replied by CheechDogg on topic Re: rank text
Let me know if it works.....just go to your template and go to the (view) directory and replace it

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

Time to create page: 0.415 seconds