صفحة 1 من 1
??? ??????
مرسل: الأحد مارس 07, 2010 10:55 pm
بواسطة محمود الديب
??????? ?????
??? ???? ?? ??????? ?? ???? ??? ?????? ?? ??????? ???? ? ?????
http://www.phpbbarabia.com/community/vi ... 44&t=37117
??? ??????
مرسل: الأحد مارس 07, 2010 11:49 pm
بواسطة Garebooo
?? ???? ?
??? ??????
مرسل: الأحد مارس 07, 2010 11:59 pm
بواسطة محمود الديب
?? ????? ??? ????? ????? ??? ?????? ( ??????? )
????? ??????? ?? ??? functions_display
???? ??
كود: تحديد الكل
$last_post_subject = $row['forum_last_post_subject'];
???? ?????
كود: تحديد الكل
//for NV ALTT
if ($config['altt_active'] && (!$row['forum_password'] || $config['altt_ignore_password']) && ($auth->acl_get('f_read', $row['nv_permission_forum_id']) || $config['altt_ignore_rights']))
{
$altt_link_name = ($config['altt_link_name']) ? $row['topic_title'] : $row['forum_last_post_subject'];
$altt_link_name_short = (utf8_strlen(htmlspecialchars_decode($altt_link_name)) > $config['altt_char_limit'] + 3 )? htmlspecialchars((utf8_substr(htmlspecialchars_decode($altt_link_name), 0, $config['altt_char_limit']) . '...')) : ($altt_link_name);
$altt_style_bold = $config['altt_style_bold'];
$altt_style_italic = $config['altt_style_italic'];
$altt_style_adv = $config['altt_style_adv'];
$altt_style_adv2 = $config['altt_style_adv2'];
switch ($config['altt_link_url'])
{
case 1:
$altt_link_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&t=' . $row['topic_id']);
break;
case 2:
$altt_link_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&t=' . $row['topic_id'] . '&view=unread') . '#unread';
break;
default:
$altt_link_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&p=' . $row['forum_last_post_id']) . '#p' . $row['forum_last_post_id'];
break;
}
}
else
{
$altt_link_name_short = $altt_link_name = $altt_style_bold = $altt_style_italic = $altt_style_adv = $altt_style_adv2 = $altt_link_url = '';
}
?????? ????? ?????? ?? $last_post_subject = $row['forum_last_post_subject'];
?? ????? ?????? ??? ?? ????
??? ??????
مرسل: الاثنين مارس 08, 2010 12:03 am
بواسطة Garebooo
???? ????? ????? ?? ????? ????? ????
????? ??? ??????? ? ???? ?????? ?? ??? ???????