
01-11-2006, 06:39 PM
|
 |
|
|
Join Date: Jul 2005
Location: Glasgow, Scotland
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by CP1
is there a way to show the total number of thanks given throughout the whole forum, beside the number of threads, posts in the forum stats?
Code:
i've tried adding in index.php
$totalthanks = $db->query_read("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX ."post_thanks");
AFTER
$totalposts = 0;
and
$totalthanks = vb_number_format($totalthanks);
AFTER
$totalposts = vb_number_format($totalposts);
and in the FORUMHOME template
Thanks: $totalthanks
AFTER
$vbphrase[posts]: $totalposts
but it doesn't display the correct number,
i know its adding an extra query but that doesn't bother me too much,
any idea anyone?
|
any idea Abe1?
or can i request it for a future release?
with an on/off setting?
|