Parašė Deiviux.eu· 2009 Rugp. 29 19:08:28
#1
Padariau kad nario įvertinimą atvaizduotų user_info_panel, esu tarkim news.php tai rodo ° Vid. Įvertinimas: Nėra ir taip visur, nebent jeigu nueinu į savo profilį iš šalies pažiūrėti tada rodo:
° Vid. Įvertinimas: 10 t.y normaliai. Gal galite pasakyti kaip padaryti kad normaliai rodytų, va user_info_panel kodas:
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (isNum($_POST['rating']) && !dbcount("(*)","user_ratings","rate_user = '".$userdata['user_id']."' AND rate_subject = '$lookup'") && iMEMBER) {
$result = dbquery("INSERT INTO ".$db_prefix."user_ratings (rate_user,rate_subject,rate_opt,rate_date,rate_ip) VALUES ('".$userdata['user_id']."','$lookup','".$_POST['rating']."','".time()."','".$_SERVER['REMOTE_ADDR']."');");
if ($result) redirect(FUSION_SELF."?lookup=$lookup");
} else {
}
$v = 0;
$result = dbquery("SELECT * FROM ".$db_prefix."user_ratings WHERE rate_subject = '$lookup'");
while ($datax = dbarray($result)) $v = $v+$datax['rate_opt'];
$res = $v;
$vert = (dbrows($result) != 0 ? round($res/dbrows($result),2) : "Nėra");
$rdata = dbarray(dbquery("SELECT * FROM ".$db_prefix."user_ratings WHERE rate_subject = '$lookup' ORDER BY rate_date DESC LIMIT 1"));
if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }
if (file_exists(INFUSIONS."user_info_panel/locale/".$settings['locale'].".php")) {
include INFUSIONS."user_info_panel/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."user_info_panel/locale/English.php";
}
if (!dbcount("(*)","user_ratings","rate_user = '".$userdata['user_id']."' AND rate_subject = '$lookup'")) {
}
if (iMEMBER) {
openside($userdata['user_name']);
$msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
if ($msg_count) echo "<b><a href='".BASEDIR."messages.php?folder=inbox' class='side'><center>Turi naujų pranešimų</a></b></center><br>\n";
/*echo"<center><b>".$userdata['user_name']."</b>, ".$locale['on129']."<br>[<b>";
echo"<a href='".BASEDIR."messages.php?folder=inbox' class='side'>";
//echo dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_folder='0'");
echo "".sprintf($locale['on132'], $msg_count).($msg_count == 1 ? $locale['on134'] : $locale['on135'])."</a></b>] ".$locale['on130']."";
// Get folder size restrictions (room for future option to restrict number of pm's for a specific user)
$limit = dbarray(dbquery("SELECT * FROM ".$db_prefix."messages_options WHERE user_id='0'"));
$limit_inbox = $limit['pm_inbox'];
// Set display of top bar
if ($limit_inbox != "0") { $inbox_display = " <span class='small'>".$locale['on133']." [<b>".$limit_inbox."</b>]</span>"; } else { $inbox_display = " (".$cnt_inbox.")"; }
echo " <b><a href='".BASEDIR."messages.php?folder=inbox'>".$locale['on131']."</a></b>, <b>".$inbox_display."</b></center>";
// popup on new PM mod by Ragsman
if (!isset($_COOKIE['fusion_privmessages'])) {
$_COOKIE['fusion_privmessages']=0;}
if ($_COOKIE['fusion_privmessages'] > $msg_count){
$cookievalue=$msg_count;
setcookie("fusion_privmessages", "$cookievalue", time() + 3600, "/", "", "0");
}
if ($_COOKIE['fusion_privmessages'] < $msg_count){
echo "<script>window.open('".BASEDIR."privmessages.php','PrivateMessages','toolbar=0,scrollbars=0,menubar=0,resizable=0,width=340,height=230')</script>";
$cookievalue=$msg_count;
setcookie("fusion_privmessages", "$cookievalue", time() + 3600, "/", "", "0");
}
// end popup on new pm*/
if ($userdata['user_avatar'] != "") {
echo "<hr><center><img border='0' alt='".$locale['on106']."' title='".$locale['on106']."' src='".BASEDIR."images/avatars/".$userdata['user_avatar']."'></center><hr>\n";
} else {
echo "<br><center><img border='0' alt='".$locale['on107']."' title='".$locale['on107']."' src='".INFUSIONS."user_info_panel/images/noimage.gif'></center><br><hr>\n";
}
echo "<span class='small'>°</span> <a class='side'>Vid. Įvertinimas: $vert</a><br>";
echo "<span class='small'>°</span> <a href='".BASEDIR."edit_profile.php' class='side'>Redaguoti profilį</a><br>";
echo "<span class='small'>°</span> <a href='".BASEDIR."profile.php?lookup=".$userdata['user_id']."' class='side'>Mano Profilis</a><br>\n";
echo "<span class='small'>°</span> <a href='".BASEDIR."messages.php' class='side'>Asmeninės žinutės</a><br>\n";
if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
echo "° <a href='".ADMIN."index.php".$aidlink."' class='side'>".$locale['083']."</a><br>\n";
}
echo "<span class='small'>°</span> <a href='".BASEDIR."setuser.php?logout=yes' class='side'>Atsijungti</a><br>\n";
} else {
openside("Prisijungimas");
echo "<div align='center'>".(isset($loginerror) ? $loginerror : "")."<form name='loginform' method='post' action='".FUSION_SELF."'>".$locale['on123']."<br>";
echo "<input type='text' name='user_name' class='textbox' style='width:100px'><br>".$locale['on124']."<br>";
echo "<input type='password' name='user_pass' class='textbox' style='width:100px'><br>\n";
echo "<input type='checkbox' name='remember_me' value='y' title='".$locale['on125']."' style='vertical-align:middle;'>";
echo "<input type='submit' name='login' value='".$locale['on126']."' class='button'><br></form><br>\n";
echo "<a href='".BASEDIR."lostpassword.php'><b>Slaptažodžio priminimas</b></a>\n<a href='".BASEDIR."register.php'><b>Registracija</b></a>";
}
closeside();
?>
O ČIA PROFILE.PHP KURIAME ORGINALIAI ATVAIZDUOJA ĮVERTINAMĄ, BANDŽIAU PADARYTI KAD IR USER_INFO_PANEL RODYTŲ
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
if (!isset($lookup) || !isNum($lookup)) {
fallback("index.php");
} else {
$result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_id='$lookup'");
if (dbrows($result)) { $data = dbarray($result); } else { redirect("index.php"); }
}
if (!isset($group_id) && !isset($_GET['view'])) {
if (isset($_POST['rate'])) {
if (isNum($_POST['rating']) && !dbcount("(*)","user_ratings","rate_user = '".$userdata['user_id']."' AND rate_subject = '$lookup'") && iMEMBER) {
$result = dbquery("INSERT INTO ".$db_prefix."user_ratings (rate_user,rate_subject,rate_opt,rate_date,rate_ip) VALUES ('".$userdata['user_id']."','$lookup','".$_POST['rating']."','".time()."','".$_SERVER['REMOTE_ADDR']."');");
if ($result) redirect(FUSION_SELF."?lookup=$lookup");
} else {
fallback("http://www.google.lt/");
}
}
opentable($locale['420']);
echo "<table align='center' cellpadding='0' cellspacing='1' width='400' class='tbl-border'>
<tr>
<td colspan='3'>
<table align='center' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='tbl2'><b>".$data['user_name']."</b>
</td>
<td align='right' class='tbl2'>".getuserlevel($data['user_level'])."</td>
</tr>
</table>
</td>
<tr>
<td align='center' width='160' rowspan='5' class='tbl2'>\n";
$v = 0;
$result = dbquery("SELECT * FROM ".$db_prefix."user_ratings WHERE rate_subject = '$lookup'");
while ($datax = dbarray($result)) $v = $v+$datax['rate_opt'];
$res = $v;
$vert = (dbrows($result) != 0 ? round($res/dbrows($result),2) : "Nėra");
$rdata = dbarray(dbquery("SELECT * FROM ".$db_prefix."user_ratings WHERE rate_subject = '$lookup' ORDER BY rate_date DESC LIMIT 1"));
echo "Vidutinis įvertinimas: $vert<br>\n";
if (iMEMBER) {
if (!dbcount("(*)","user_ratings","rate_user = '".$userdata['user_id']."' AND rate_subject = '$lookup'")) {
echo " <form method='post' action='".FUSION_SELF."?lookup=$lookup'>\n<select name='rating' class='textbox'>\n";
for ($i = 1; $i < 11; $i++) echo "<option value='$i'>$i</option>\n";
echo "</select> <input name='rate' type='submit' value='Įvertinti' class='textbox'>\n</form>\n";
}
}
echo ($data['user_avatar'] ? "<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$locale['u017']."'>" : $locale['u046'])."</td>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u009']."</b></td>
<td class='tbl1'>".($data['user_location'] ? $data['user_location'] : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['u010']."</b></td>
<td class='tbl2'>";
if ($data['user_birthdate'] != "0000-00-00") {
$months = explode("|", $locale['months']);
$user_birthdate = explode("-", $data['user_birthdate']);
echo $months[number_format($user_birthdate['1'])]." ".number_format($user_birthdate['2'])." ".$user_birthdate['0'];
} else {
echo $locale['u048'];
}
echo "</td>
</tr>
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u021']."</b></td>
<td class='tbl1'><a href='skype:".str_replace(" ", "+", $data['user_aim'])."?chat'><img src='http://mystatus.skype.com/smallicon/".$data['user_aim']."' style='border: none;' width='16' height='16' /></a></td>
</tr>
<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['u011']."</b></td>
<td class='tbl2'>".($data['user_icq'] ? $data['user_icq'] : $locale['u048'])."</td>
</tr>
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u012']."</b></td>
<td class='tbl1'>".($data['user_msn'] ? $data['user_msn'] : $locale['u048'])."</td>
</tr>
<tr>
<td align='center' class='tbl1'>\n";
if ($data['user_hide_email'] != "1" || iADMIN) {
echo "[<a href='mailto:".str_replace("@","@",$data['user_email'])."' title='".str_replace("@","@",$data['user_email'])."'>E-Mail</a>]\n";
}
if ($data['user_web']) {
$urlprefix = !strstr($data['user_web'], "http://") ? "http://" : "";
echo "[<a href='".$urlprefix.$data['user_web']."' title='".$urlprefix.$data['user_web']."' target='_blank'>WWW</a>]\n";
}
if (iMEMBER && $data['user_id'] != $userdata['user_id']) {
echo "[<a href='messages.php?msg_send=".$data['user_id']."' title='Siųsti AŽ'>Siųsti AŽ</a>]\n";
}
echo "</td>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['u013']."</b></td>
<td class='tbl2'>".($data['user_yahoo'] ? $data['user_yahoo'] : $locale['u048'])."</td>
</tr>
</table>\n";
tablebreak();
echo "<table align='center' cellpadding='0' cellspacing='1' width='400' class='tbl-border'>
<tr>
<td class='tbl2' colspan='2'><b>".$locale['422']."</b></td>
</tr>
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u040']."</b></td>
<td class='tbl1'>".showdate("longdate", $data['user_joined'])."</td>
</tr>
<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['u044']."</b></td>
<td class='tbl2'>".($data['user_lastvisit'] != 0 ? showdate("longdate", $data['user_lastvisit']) : $locale['u049'])."</td>
</tr>
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u041']."</b></td>
<td class='tbl1'>".number_format(dbcount("(shout_id)", "shoutbox", "shout_name='".$data['user_id']."'"))."</td>
</tr>
<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['u042']."</b></td>
<td class='tbl2'>".number_format(dbcount("(comment_id)", "comments", "comment_name='".$data['user_id']."'"))."</td>
</tr>
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>".$locale['u043']."</b></td>
<td class='tbl1'>".number_format($data['user_posts'])."</td>
</tr>\n";
$c = dbcount("(comment_id)","comments","comment_name = '".$data['user_id']."'");
$s = dbcount("(shout_id)","shoutbox","shout_name = '".$data['user_id']."'");
$pvid = $data['user_posts'] != 0 ? round($data['user_posts']/((time()-$data['user_joined'])/86400),2) : 0;
$cvid = $c != 0 ? round($c/((time()-$data['user_joined'])/86400),2) : 0;
$svid = $s != 0 ? round($s/((time()-$data['user_joined'])/86400),2) : 0;
echo "<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>Žinučių per parą forume:</b></td>
<td class='tbl2'>".($pvid > $data['user_posts'] ? $data['user_posts'] : $pvid)."</td>
</tr>
<tr>
<td width='1%' class='tbl1' style='white-space:nowrap'><b>Komentarų per parą:</b></td>
<td class='tbl1'>".($cvid > $c ? $c : $cvid)."</td>
</tr>
<tr>
<td width='1%' class='tbl2' style='white-space:nowrap'><b>Žinučių šaukykloje per parą:</b></td>
<td class='tbl2'>".($svid > $s ? $s : $svid)."</td>
</tr>
</table>\n";
if ($data['user_groups']) {
tablebreak();
echo "<table align='center' cellpadding='0' cellspacing='1' width='400' class='tbl-border'>\n";
echo "<tr>\n<td class='tbl2'><b>".$locale['423']."</b></td>\n\n</tr>\n<tr>\n<td class='tbl1'>\n";
$user_groups = (strpos($data['user_groups'], ".") == 0 ? explode(".", substr($data['user_groups'], 1)) : explode(".", $data['user_groups']));
for ($i = 0;$i < count($user_groups);$i++) {
echo "<a href='".FUSION_SELF."?group_id=".$user_groups[$i]."'>".getgroupname($user_groups[$i])."</a>";
if ($i != (count($user_groups)-1)) { echo ",\n"; } else { echo "\n"; }
}
echo "</td>\n</tr>\n</table>\n";
}
closetable();
} else {
if (isset($group_id)) {
if (!isNum($group_id)) fallback("index.php");
$result = dbquery("SELECT * FROM ".$db_prefix."user_groups WHERE group_id='$group_id'");
if (dbrows($result)) {
$data = dbarray($result);
$result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_groups REGEXP('^\\\.{$group_id}$|\\\.{$group_id}\\\.|\\\.{$group_id}$') ORDER BY user_level DESC, user_name");
opentable($locale['410']);
echo "<table align='center' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>
<tr>
<td align='center' colspan='2' class='tbl1'><b>".$data['group_name']."</b> (".sprintf((dbrows($result)==1?$locale['411']:$locale['412']), dbrows($result)).")</td>
</tr>
<tr>
<td class='tbl2'><b>".$locale['401']."</b></td>
<td align='center' width='1%' class='tbl2' style='white-space:nowrap'><b>".$locale['402']."</b></td>
</tr>\n";
while ($data = dbarray($result)) {
$cell_color = ($i % 2 == 0 ? "tbl1" : "tbl2"); $i++;
echo "<tr>\n<td class='$cell_color'>\n<a href='profile.php?lookup=".$data['user_id']."'>".$data['user_name']."</a></td>\n";
echo "<td align='center' width='1%' class='$cell_color' style='white-space:nowrap'>".getuserlevel($data['user_level'])."</td>\n</tr>";
}
echo "</table>\n";
} else {
fallback(BASEDIR."index.php");
}
}
}
/*if (isset($_GET['view'])) {
$view = $_GET['view'];
if ($view == "last_comments") {
opentable("Naujausi vartotojo komentarai");
$result = dbquery("SELECT * FROM ".$db_prefix."comments WHERE comment_name = '".$data['user_id']."' ORDER BY comment_datestamp DESC LIMIT 0,10");
if (dbrows($result)) {
while ($datac = dbarray($result)) {
if ($datac['comment_type'] == "U") {
$place = BASEDIR."profile.php?lookup=".$datac['comment_item_id'];
} elseif ($datac['comment_type'] == "N") {
$place = BASEDIR."news.php?readmore=".$datac['comment_item_id'];
} elseif ($datac['comment_type'] == "A") {
$place = BASEDIR."readarticle.php?article_id=".$datac['comment_item_id'];
} elseif ($datac['comment_type'] == "P") {
$place = BASEDIR."photogallery.php?photo_id=".$datac['comment_item_id'];
}
echo "<table width='100%' style='border:1px solid #000;'>
<tr>
<td><img src='".THEME."images/bullet.gif'> ".ucfirst(showdate("longdate",$datac['comment_datestamp']))." - <a href='$place'>Eiti į komentaro vietą</a>".(iADMIN ? " - <b>IP:</b> ".$datac['comment_ip']."\n" : "")."
</tr>
<tr>
<td>".($datac['comment_smileys'] == 1 ? parseubb(parsesmileys($datac['comment_message'])) : parseubb($datac['comment_message']))."</td>
</tr>
".(iADMIN ? "<tr>
<td><a href='".ADMIN."comments.php$aidlink&step=edit&comment_id=".$datac['comment_id']."&ctype=".$datac['comment_type']."&cid=".$datac['comment_item_id']."'>Taisyti</a> - <a href='".ADMIN."comments.php$aidlink&step=delete&comment_id=".$datac['comment_id']."&ctype=".$datac['comment_type']."&cid=".$datac['comment_item_id']."'>Trinti</a></td>
</tr>" : "")."
</table><br>\n";
}
} else {
echo "<center>Šis vartotojas komentarų dar neparašė</center>\n";
}
closetable();
} elseif ($view == "last_posts") {
$result = dbquery("SELECT * FROM ".$db_prefix."posts WHERE post_author = '".$data['user_id']."' ORDER BY post_datestamp DESC LIMIT 0,5");
opentable("Paskutiniai forumo pranešimai");
if (dbrows($result)) {
while ($pdata = dbarray($result)) {
echo "<table width='100%' style='border:1px solid #000;'>
<tr>
<td><img src='".THEME."images/bullet.gif'> ".ucfirst(showdate("longdate",$pdata['post_datestamp']))." - <a href='".FORUM."viewthread.php?forum_id=".$pdata['forum_id']."&thread_id=".$pdata['thread_id']."&pid=".$pdata['post_id']."#post_".$dpata['post_id']."'>Eiti į žinutės vietą</a>".(iADMIN ? " - <b>IP:</b> ".$pdata['post_ip']."\n" : "")."</td>
</tr>
<tr>
<td>".($pdata['post_smileys'] == 1 ? nl2br(parsesmileys(parseubb($pdata['post_message']))) : nl2br(parseubb($pdata['post_message'])))."</td>
</tr>".(iADMIN ? "<tr>
<td><a href='".FORUM."post.php?action=edit&forum=".$pdata['forum_id']."&thread_id=".$pdata['thread_id']."&post_id=".$pdata['post_id']."'>Taisyti</a></td>
</tr>\n" : "")."</table><br>\n";
}
} else {
echo "<center>Šis vartotojas pranešimų forume dar neparašė</center>\n";
}
closetable();
} elseif ($view == "last_shouts") {
$result = dbquery("SELECT * FROM ".$db_prefix."shoutbox WHERE shout_name = '".$data['user_id']."' ORDER BY shout_datestamp DESC LIMIT 0,10");
opentable("Paskutiniai šaukyklos pranešimai");
if (dbrows($result)) {
while ($sdata = dbarray($result)) {
echo "<table width='100%' style='border:1px solid #000;'>
<tr>
<td><img src='".THEME."images/bullet.gif'> ".ucfirst(showdate("longdate",$sdata['shout_datestamp'])).(iADMIN ? " - <b>IP:</b> ".$sdata['shout_ip']."\n" : "")."</td>
</tr>
<tr>
<td>".parsesmileys($sdata['shout_message'])."</td>
</tr>".(iADMIN ? "<tr>
<td><a href='".ADMIN."shoutbox.php$aidlink&action=edit&shout_id=".$sdata['shout_id']."'>Taisyti</a> - <a href='".ADMIN."shoutbox.php$aidlink&action=delete&shout_id=".$sdata['shout_id']."'>Trinti</a></td>
</tr>" : "")."
</table><br>\n";
}
} else {
echo "<center>Šis vartotojas šaukykloje žinučių dar neparašė</center>\n";
}
closetable();
}
}
*/
if (isset($_GET['lookup']) && !isset($_GET['view'])) {
include INCLUDES."comments_include.php";
showcomments("U","users","user_id",$_GET['lookup'],FUSION_SELF."?lookup=".$_GET['lookup']);
}
require_once "side_right.php";
require_once "footer.php";
?>