- Posts: 27
- Thank you received: 2
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)?
- Castor-Designs
-
Topic Author
- Offline
- Junior Member
-
Less
More
14 years 9 months ago #103505
by Castor-Designs
How to display rank images only (without text)? was created 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.
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.
14 years 9 months ago - 14 years 9 months ago #103532
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to display rank images only (without text)?
I can't imagine why, but here's the answer:
Add these lines to the end of your Joomla site template CSS file.
Code:
#Kunena ul.kpost-profile li.kpost-userrank-img img {
display: none;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 9 months ago by sozzled.
Please Log in or Create an account to join the conversation.
- Castor-Designs
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 2
14 years 9 months ago #103564
by Castor-Designs
Replied by Castor-Designs on topic Aw: Re: How to display rank images only (without text)?
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.sozzled wrote: I can't imagine why, but here's the answer:
Add these lines to the end of your Joomla site template CSS file.Code:#Kunena ul.kpost-profile li.kpost-userrank-img img { display: none; }
Please Log in or Create an account to join the conversation.
- soundlover
-
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 1
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.
- CheechDogg
-
- Offline
- Premium Member
-
14 years 9 months ago #104135
by CheechDogg
Find me on Facebook.
CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3
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.
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.
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.
- soundlover
-
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 1
14 years 9 months ago #104136
by soundlover
Replied by soundlover on topic Re: rank text
Thank you very much.
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.253 seconds