Quote:
Originally Posted by Boofo
The number of people who clicked the link doesn't show up for me. Just the phrase without the number. I even changed the phrase 1 to $thanks[nb] as it should be and the number still does not show up.
|
from what i can see:
you shoudnt need to replace :
Code:
$thanks=$DB_site->query("SELECT * AS nb FROM ". TABLE_PREFIX ."thanks WHERE threadid='$thread[threadid]' ORDER BY username");
do the other steps though ....
and change the phrase line like this :
Code:
<phrase 1="$nb">$vbphrase[thanks_nb]</phrase>