Reputation system + images
#5
I have problem (again?)
When I put it where you said i have an error that says:
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /var/www/web35/html/forum/global.php on line 69
My code looks: (line 69 is marked)
// REPUTACJA PLUS START
if($mybb->user['reputation'] == 0)
{
echo "<img src='images/repbit_bal.gif'>"
} <- LINE 69
else if($mybb->user['reputation'] >= 1)
{
echo "<img src='images/repbit_pos.gif'>"
}
else if($mybb->user['reputation'] >= 10)
{
echo "<img src='images/repbit_pos.gif'><img src='images/repbit_pos.gif'>"
} 
Reply


Messages In This Thread
Reputation system + images - by kacperoo - 2007-08-27, 11:45 AM
RE: Reputation system + images - by LeX- - 2007-08-27, 03:02 PM
RE: Reputation system + images - by kacperoo - 2007-08-28, 07:21 AM
RE: Reputation system + images - by LeX- - 2007-08-28, 03:01 PM
RE: Reputation system + images - by kacperoo - 2007-08-29, 07:19 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)