TinyPortal

General => Chit chat => Topic started by: SleePy on February 08, 2006, 01:38:50 AM

Title: Need a little help
Post by: SleePy on February 08, 2006, 01:38:50 AM
I got Permission from Oldiesmann to update his "Topic Ratings" mod
I would like to see if you guys could look it over and see if i made any typos or anything.
It installed just fine on my Test servers but my real forums for some reason i can't modify the board to add the permission to Rate Topics. but all my test forums work fine.. go figure...
http://lordsofclantribe.com/SleePys/Topic_Rating_RC2_beta.tar.gz

Thanks.

--Edit--
I found this going though my error log.
8: Undefined index: rating
File: /home/*****/public_html/forums/Sources/MessageIndex.php
Line: 307, 306, 305

sure enough i go to that area and its part of the mod.

I see nothing wrong with the code to make it do that.
'rating' => array(
'empty' => $row['rating'] == -1,
'whole' => (int) ($row['rating'] / 2),
'half' => $row['rating'] % 2
),