Welcome, Guest
Username Password: Remember me
Keyword
  • Page:
  • 1

TOPIC: RANK NAME and NUMBER OF POSTS

RANK NAME and NUMBER OF POSTS 2 years, 5 months 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: 55
The topic has been locked.

Re: RANK NAME and NUMBER OF POSTS 2 years, 5 months 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: 5417
No, I'm not reading my private messages. Please use forum to get support and email for private matters.
Reviews on the Joomla Extension Directory are always appreciated.
The topic has been locked.

Re:RANK NAME and NUMBER OF POSTS 2 years, 5 months ago #3

Ty for reply i will check this.
  • kerios83
  • OFFLINE
  • Junior Boarder
  • Posts: 55
The topic has been locked.

Re:RANK NAME and NUMBER OF POSTS 2 years, 4 months 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: 55
The topic has been locked.

Re:RANK NAME and NUMBER OF POSTS 2 years, 4 months ago #5

can i make the rank name not appear only for 'special' user like admin, moderator etc??
  • dauf
  • OFFLINE
  • Junior Boarder
  • Posts: 51
The topic has been locked.

Re:RANK NAME and NUMBER OF POSTS 2 years, 4 months ago #6

can i make the rank name not appear only for 'special' user like admin, moderator etc??
  • dauf
  • OFFLINE
  • Junior Boarder
  • Posts: 51
The topic has been locked.

Re:RANK NAME and NUMBER OF POSTS 2 years 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
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.45 seconds