Msg2me - Comsenz Official International Support by Volunteers

 Forgot password?
 Register Now!
View: 1610|Reply: 4

DX1 Custom Ranks in forum

  [Copy link]

16

主题

0

Friends

50

Money

Category Moderator

Rank: 7Rank: 7Rank: 7

Last login
9-3-2012
Post time: 2-7-2010 00:00
|Show all posts
Last Edited by fireblade on 5-7-2010 13:59

Before                                                        After
before.jpg
          after.jpg


CustomRank.rar (13.24 KB, Downloads: 23, Price: 10 Gold)

first extract this file to /static/images/common
or if you using custom templates put in /template/(template name)/images
better put both...

1. Open   /source/function/function_forumlist.php

2.Find
  1. function showstars($num) {
  2.         global $_G;
  3.         $alt = 'alt="Rank: '.$num.'"';
  4.         if(empty($_G['setting']['starthreshold'])) {
  5.                 for($i = 0; $i < $num; $i++) {
  6.                         echo '<img src="'.IMGDIR.'/star_level1.gif" '.$alt.' />';
  7.                 }
  8.         } else {
  9.                 for($i = 3; $i > 0; $i--) {
  10.                         $numlevel = intval($num / pow($_G['setting']['starthreshold'], ($i - 1)));
  11.                         $num = ($num % pow($_G['setting']['starthreshold'], ($i - 1)));
  12.                         for($j = 0; $j < $numlevel; $j++) {
  13.                                 echo '<img src="'.IMGDIR.'/star_level'.$i.'.gif" '.$alt.' />';
  14.                         }
  15.                 }
  16.         }
  17. }
Copy the Code
3.Replace with
  1. function showstars($num) {
  2.          $alt = 'alt="Rank: '.$num.'"';
  3.                         echo '<img src="'.IMGDIR.'/'.$num.'.gif" '.$alt.' />';
  4. }
Copy the Code
Have 1 people ratedGold Pack Reason
Coldcut + 20 Thx!

Total score: Gold + 20   View Rating Log

69

主题

16

Friends

2995

Money

Super Moderator

Rank: 8Rank: 8

Last login
10-2-2012

Starfleet Pin Instructor Phaser Tricorder

Post time: 2-7-2010 01:48
|Show all posts
Nice idea!
Reply

Use magic Report

1

主题

13

Friends

318

Money

Middle School Student

Rank: 3Rank: 3

Last login
3-9-2010
Post time: 2-7-2010 07:43
|Show all posts
i like it, looks good
Reply

Use magic Report

21

主题

22

Friends

3849

Money

Super Moderator

<?php echo "Discuz!>

Rank: 8Rank: 8

Last login
4-3-2012
Post time: 13-8-2010 04:33
|Show all posts
Thanks for this one...
Reply

Use magic Report

2

主题

0

Friends

0

Money

Preschool Kid

Rank: 1

Last login
23-2-2011
Post time: 9-2-2011 16:46
|Show all posts
nice i wonder if we can use it without replace the original one?
Reply

Use magic Report

Msg2me Introduction : English | 简体中文 | Český | Translate it!
Google Pagerank Powered by  MyPagerank.Net chat with me |

Powered by Discuz! X2.5

MultiLingual Version

To Top