Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
3 - 1 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

News and Rating in text
by ghia on 2008/8/27 9:25:15

Would it be nicer if the rating showed you excellent, interesting, boring or AAA, B- or ... in stead of 7.22, 5.65 etc.
If you want the display of the rating with a textual description in stead of a number, you can use this modification in modules\news\class\class.newsstory.php .
Change

le="color: #000000"><?php $story['rating'] = number_format($this->rating(), 2);

to

le="color: #000000"><?php if ($this->rating() > 8) { $story['rating'] = 'Excellent'; } else if ($this->rating() > 5) { $story['rating'] = 'Interesting'; } else if ($this->rating() > 2) { $story['rating'] = 'Boring'; } else if ($this->rating() > 0) { $story['rating'] = 'Skip'; } else { $story['rating'] = 'Be the first!'; }


The texts and divisions are of course easy to adapt to your desire. (The equations have to be done in descending order.)

Who's Online

193 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits