- Posts: 55
- Thank you received: 3
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
Please read
Before you ask for help with template issues ...
Question RANK NAME and NUMBER OF POSTS
16 years 8 months ago #27619
by kerios83
RANK NAME and NUMBER OF POSTS was created by kerios83
Hi i got a little problem with RANK NAME and NUMBER OF POSTS. I want the RANK NAME to disappear (im using default_ex kunena template) but when i change code in css div.viewcover {like... display:none;} NUMBER OF POSTS also disappear and that is something i dont want.
Is there any solution to get rid of RANK NAME (but keept it's image !) and propertly display a NUMBER OF POSTS.
I prefer css code change cause im don't know any php
ahhhh i using kunena 1.5.3 now i see there is a new version so im gona update it immediately but i think in 1.5.15 i will have still the same problem, corect me if im wrong.
Kunena ROX!
Is there any solution to get rid of RANK NAME (but keept it's image !) and propertly display a NUMBER OF POSTS.
I prefer css code change cause im don't know any php
ahhhh i using kunena 1.5.3 now i see there is a new version so im gona update it immediately but i think in 1.5.15 i will have still the same problem, corect me if im wrong.
Kunena ROX!
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27622
by Matias
Replied by Matias on topic Re: RANK NAME and NUMBER OF POSTS
Rank can be found from components/com_kunena/template/default_ex/message.php around line 224. Just comment it out like this:
Code:
// echo $msg_userrank;
Please Log in or Create an account to join the conversation.
16 years 8 months ago #27796
by kerios83
Replied by kerios83 on topic Re:RANK NAME and NUMBER OF POSTS
Ty for reply i will check this.
Please Log in or Create an account to join the conversation.
16 years 7 months ago #28871
by kerios83
Replied by kerios83 on topic Re:RANK NAME and NUMBER OF POSTS
Yep it works ! If want to get rid of user rank but not user rank image u need to delete:
<div class = "viewcover">
<?php
if (isset($msg_userrank)) {
echo $msg_userrank;
}
?>
</div>
in components/com_kunena/template/YOUR KUMENA TEMPLATE/message.php around line 224.
THX matias !
<div class = "viewcover">
<?php
if (isset($msg_userrank)) {
echo $msg_userrank;
}
?>
</div>
in components/com_kunena/template/YOUR KUMENA TEMPLATE/message.php around line 224.
THX matias !
Please Log in or Create an account to join the conversation.
16 years 7 months ago #28995
by dauf
Replied by dauf on topic Re:RANK NAME and NUMBER OF POSTS
can i make the rank name not appear only for 'special' user like admin, moderator etc??
Please Log in or Create an account to join the conversation.
16 years 7 months ago #28996
by dauf
Replied by dauf on topic Re:RANK NAME and NUMBER OF POSTS
can i make the rank name not appear only for 'special' user like admin, moderator etc??
Please Log in or Create an account to join the conversation.
Time to create page: 0.269 seconds