Eng Muhamed
2008-08-31, 06:49 PM
هاك تقييم الموضوع بطريقة رائعة واحترافية Threads rating
http://img214.imageshack.us/img214/7311/tratevidcd5.gif (http://www.adlan.org/soft/redirector.php?url=http%3A%2F%2Fimg214.imageshack.us%2Fimg21 4%2F7311%2Ftratevidcd5.gif)
ملاحظة
ابحث في ملف threadrate.php
عن :
$xml->add_tag('voteavg', process_replacement_vars("$vbphrase[rating]: <img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_$thread[rating].gif\" alt=\"" . construct_phrase($vbphrase['thread_rating_x_votes_y_average'], $thread['votenum'], $thread['voteavg']) . "\" border=\"0\" />"));
استبدلها ب:
$currate = ($thread['voteavg']*25 . px);
$xml->add_tag('voteavg', process_replacement_vars("<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td align=\"right\" width=\"45%\" nowrap=\"nowrap\"><div><strong>$vbphrase[trate_currate]</strong></div></td><td align=\"left\" width=\"55%\" nowrap=\"nowrap\"><ul class=\"star-rating\" title=\"" . construct_phrase($vbphrase['thread_rating_x_votes_y_average'], $thread['votenum'], $thread['voteavg']) . "\"><li class=\"current-rating\" style=\"width:$currate;\"></li></td></tr></table>"));
ثم ارفع الملفات على مسار المنتدى
وقم بإستيراد المنتج
http://img214.imageshack.us/img214/7311/tratevidcd5.gif (http://www.adlan.org/soft/redirector.php?url=http%3A%2F%2Fimg214.imageshack.us%2Fimg21 4%2F7311%2Ftratevidcd5.gif)
ملاحظة
ابحث في ملف threadrate.php
عن :
$xml->add_tag('voteavg', process_replacement_vars("$vbphrase[rating]: <img class=\"inlineimg\" src=\"$stylevar[imgdir_rating]/rating_$thread[rating].gif\" alt=\"" . construct_phrase($vbphrase['thread_rating_x_votes_y_average'], $thread['votenum'], $thread['voteavg']) . "\" border=\"0\" />"));
استبدلها ب:
$currate = ($thread['voteavg']*25 . px);
$xml->add_tag('voteavg', process_replacement_vars("<table cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td align=\"right\" width=\"45%\" nowrap=\"nowrap\"><div><strong>$vbphrase[trate_currate]</strong></div></td><td align=\"left\" width=\"55%\" nowrap=\"nowrap\"><ul class=\"star-rating\" title=\"" . construct_phrase($vbphrase['thread_rating_x_votes_y_average'], $thread['votenum'], $thread['voteavg']) . "\"><li class=\"current-rating\" style=\"width:$currate;\"></li></td></tr></table>"));
ثم ارفع الملفات على مسار المنتدى
وقم بإستيراد المنتج