helloo trafix
i have 2 prob...
the 1 set :
As the directions stated, in root\index.php
I placed:
PHP Code:
// get total posts
$countposts=$DB_site->query_first('SELECT COUNT(*) AS posts FROM post');
$totalposts=number_format($countposts['posts']);
add after :
PHP Code:
// members choice voting announce bit
$userstatus = $DB_site->query_first("SELECT * FROM memberschoice WHERE nomname='$bbuserinfo[username]'");
if (empty($userstatus[nomname])) {
$nomination="<a href=\"memberschoice.php?s=[sessionhash]">No Nomination</a>";
} else if ($userstatus[acceptnom]=='No') {
$nomination="<b><a href=\"memberschoice.php?s=[sessionhash]"><font color=\"#ffoooo\">You have been nominated</font></a></b>";
} else {
$nomination="<a href=\"memberschoice.php?s=[sessionhash]">Nomination accepted</A>";
}
// members choice announce bit
i will add but give me an error on line 142
and i am removed this code
the 2 set prob...
i am go to - Nominations & Voting > Nominate Member
and click on the Nominate Now dont do anything's
????
plz help me