Ok so how would I do this? Do I edit out that code in the 3.0 version? I tried that and it giving me errors.
Cam on.
PHP Code:
global $post_thanks_cash, $post_thanks_done, $db;
if (empty($post_thanks_done))
{
$act = 1;
while ($thanks = $db->fetch_array($post_thanks_cashe))
{
$post_thanks_cash[$act][userid] = "$thanks[userid]";
$post_thanks_cash[$act][username] = "$thanks[username]";
$post_thanks_cash[$act][date] = "$thanks[date]";
$post_thanks_cash[$act][postid] = "$thanks[postid]";
$act ++;
}