Welcome, Guest
Username Password: Remember me
Joomla!Day USA West | October 1-3, 2010

RANK NAME and NUMBER OF POSTS
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: RANK NAME and NUMBER OF POSTS

RANK NAME and NUMBER OF POSTS 1 year ago #1

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
  • OFFLINE
  • Junior Boarder
  • Posts: 25

Re: RANK NAME and NUMBER OF POSTS 1 year ago #2

Rank can be found from components/com_kunena/template/default_ex/message.php around line 224. Just comment it out like this:

// echo $msg_userrank;
  • Matias
  • OFFLINE
  • Kunena Developer
  • Kunena!
  • Posts: 3709
Reviews on the Joomla Extension Directory are always appreciated.

Re:RANK NAME and NUMBER OF POSTS 1 year ago #3

Ty for reply i will check this.
  • kerios83
  • OFFLINE
  • Junior Boarder
  • Posts: 25

Re:RANK NAME and NUMBER OF POSTS 11 months, 3 weeks ago #4

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
  • OFFLINE
  • Junior Boarder
  • Posts: 25

Re:RANK NAME and NUMBER OF POSTS 11 months, 3 weeks ago #5

can i make the rank name not appear only for 'special' user like admin, moderator etc??
  • dauf
  • OFFLINE
  • Junior Boarder
  • Posts: 55

Re:RANK NAME and NUMBER OF POSTS 11 months, 3 weeks ago #6

can i make the rank name not appear only for 'special' user like admin, moderator etc??
  • dauf
  • OFFLINE
  • Junior Boarder
  • Posts: 55

Re:RANK NAME and NUMBER OF POSTS 6 months, 3 weeks ago #7

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
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Page:
  • 1
Time to create page: 0.37 seconds