HATA : Rep puani veremezsiniz.
bilgisi olan..
NOT : sarnirim phpbbseoyu 4.2 ye yuselttikten sonra oldu.. ne alakaysa
Sitemiz sadece phpBB 3.0 sürümüne destek vermektedir. Konu açmadan, ileti yazmadan önce lütfen site kuralları sayfamıza göz atınız.


Simuzer yazdı:/viewtopic.php dosyasının 1050-1100 satırları arasında yer alan kodları koyarsan bi bakalım.
// user reputation points
'hidereputation' => $row['user_hide_reputation'],
'reputation_text' => $row['user_reputation'],
// end user reputation points
'allow_pm' => $row['user_allow_pm'],
'avatar' => ($user->optionget('viewavatars')) ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], $row['user_avatar_width'], $row['user_avatar_height']) : '',
'age' => '',
'rank_title' => '',
'rank_image' => '',
'rank_image_src' => '',
'username' => $row['username'],
'user_colour' => $row['user_colour'],
'online' => false,
'profile' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=viewprofile&u=$poster_id"),
'www' => $row['user_website'],
'aim' => ($row['user_aim'] && $auth->acl_get('u_sendim')) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=contact&action=aim&u=$poster_id") : '',
'msn' => ($row['user_msnm'] && $auth->acl_get('u_sendim')) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=contact&action=msnm&u=$poster_id") : '',
'yim' => ($row['user_yim']) ? 'http://edit.yahoo.com/config/send_webmesg?.target=' . urlencode($row['user_yim']) . '&.src=pg' : '',
'jabber' => ($row['user_jabber'] && $auth->acl_get('u_sendim')) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=contact&action=jabber&u=$poster_id") : '',
'search' => ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", 'search_author=' . urlencode($row['username']) .'&showresults=posts') : '',
);
get_user_rank($row['user_rank'], $row['user_posts'], $user_cache[$poster_id]['rank_title'], $user_cache[$poster_id]['rank_image'], $user_cache[$poster_id]['rank_image_src']);
// user reputation points
if ($config['rp_enable'] && !$user_cache[$poster_id]['hidereputation'])
{
$user->add_lang('mods/reputation_mod');
if (!empty($row['user_reputation']))
{
if ($row['user_reputation'] > 0)
{
$block_img = '<img src="images/reputation/pos.gif" title="' . $user->lang['RP_TOTAL_POINTS'] . ": " . $row['user_reputation'] . '" />';
}
else if ($row['user_reputation'] < 0)
{
$block_img = '<img src="images/reputation/neg.gif" title="' . $user->lang['RP_TOTAL_POINTS'] . ": " . $row['user_reputation'] . '" />';
$row['user_reputation'] = ($row['user_reputation'] * -1);
}
$repeat = (intval($row['user_reputation'] / $config['rp_block_per_points']) - 1);
if ($repeat > $config['rp_max_blocks'])
{
$repeat = ($config['rp_max_blocks'] - 1);
}
$rp_img = ($repeat > 0) ? str_repeat($block_img, $repeat) . $block_img : $block_img;
$user_cache[$poster_id]['reputation'] = $rp_img; $repeat = (intval($row['user_reputation'] / $config['rp_block_per_points']) - 1);@$repeat = (intval($row['user_reputation'] / $config['rp_block_per_points']) - 1);

Genel Hata
Language file reputation_mod.php couldn't be opened.
Lütfen site yöneticisine ya da webmaster’a bildirin: info@gizemsehri.com

Eklenti Tanıtımları, Duyurular, Güncellemeler
Bu forumu görüntüleyenler: Google [Bot] ve 0 misafir