somebody can help me plz i m french and i tried to explain you my problems
i want to put something here
---------------------
TOTO
Administrator
Registered: Dec 2001
Location: BELGIUM
Posts: 5003
HERE I WANT TO PUT "Starting Threads"
----------------------------------------------------
i make a this on postbit template
<tr>
<td bgcolor="{firstaltcolor}"><normalfont><b>Start Threads :</b></normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>$startthread </normalfont></td>
</tr>
but i don t know where i put this code
Code:
// START THREADS
$startcounting = $DB_site->query_first("Select COUNT(postuserid) AS startcounting from thread WHERE postusername='$userinfo[username]' AND open!='10'");
$startthread=$startcounting[startcounting];
if($startthread == 0) { $pourcent = 0; } else { $pourcent = sprintf("%.2f",(($startcounting[startcounting] / $userinfo[posts])*100)); }
// END START THREADS
I tried to put on showthreads.php ( don t work )
to admin/fonction.php ( don't work )
i have the 2.21 of vb
Thanks