Kunena
   
Welcome, Guest
Please Login or Register.    Lost Password?
Bookmark and Share

RANK NAME and NUMBER OF POSTS
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: RANK NAME and NUMBER OF POSTS
#27619
RANK NAME and NUMBER OF POSTS 6 Months, 2 Weeks ago  
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!
kerios83
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#27622
Re: RANK NAME and NUMBER OF POSTS 6 Months, 2 Weeks ago  
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;
Matias
Kunena!
Kunena Developer
Posts: 2779
graph
User Offline Click here to see the profile of this user
matias.griese Location: Turku, Finland Birthday: 02/10
The administrator has disabled public write access.
Reviews on the Joomla Extension Directory are always appreciated.
 
#27796
Re:RANK NAME and NUMBER OF POSTS 6 Months, 1 Week ago  
Ty for reply i will check this.
kerios83
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#28871
Re:RANK NAME and NUMBER OF POSTS 5 Months, 4 Weeks ago  
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 !
kerios83
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#28995
Re:RANK NAME and NUMBER OF POSTS 5 Months, 3 Weeks ago  
can i make the rank name not appear only for 'special' user like admin, moderator etc??
dauf
Junior Boarder
Posts: 48
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#28996
Re:RANK NAME and NUMBER OF POSTS 5 Months, 3 Weeks ago  
can i make the rank name not appear only for 'special' user like admin, moderator etc??
dauf
Junior Boarder
Posts: 48
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#39547
Re:RANK NAME and NUMBER OF POSTS 1 Month ago  
kerios83 wrote:
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 !


Thanks a lot, that worked great!
itos
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1