صفحة 4 من 5

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الخميس ديسمبر 04, 2008 3:34 am
بواسطة abdalmajed
????? ???? ????? ???? ??? ????? + ????? ???????? ?????? ??
??? ??? ??? ?? ???? ????? ???? ?????????
??????? ????? ???? ?? ??? ??? ???? ??? ?????? ?? ?????????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الجمعة ديسمبر 05, 2008 2:55 pm
بواسطة abdalmajed
???? ?? 3 ???? ?? ????????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: السبت ديسمبر 06, 2008 10:12 pm
بواسطة saanina
????? ????????? :
????? ?????? ..

??? ????? ????? ??? ?????? :

??? : functions_display.php
???? ??

كود: تحديد الكل

function display_forums
??????? ???? ???? ???? ??

كود: تحديد الكل

global $phpbb_root_path, $phpEx, $config;
????? ??

كود: تحديد الكل

	global $phpbb_root_path, $phpEx, $config ,$cache;
???? ??

كود: تحديد الكل

$sql = 'SELECT t.topic_id, p.topic_id, t.topic_title, p.post_id, p.post_time
??? ???? ?????

كود: تحديد الكل

,p.icon_id
???? ??

كود: تحديد الكل

result = $db->sql_query($sql);
??? ?????

كود: تحديد الكل

if(empty($icons)) $icons = $cache->obtain_icons();
???? ??

كود: تحديد الكل

$last_topic_title = $row['2']['topic_title'];
??? ?????

كود: تحديد الكل

$icon_is = (!empty($row['2']['icon_id'])) ? '<img src="'. $phpbb_root_path . 
$config['icons_path'] . '/' . $icons[$row['2']['icon_id']]['img'].'"width="' .
$icons[$row['2']['icon_id']]['width'].'" height="'.$icons['2'][$row['icon_id']]['height'].'" /> ' : '';
???? ??

كود: تحديد الكل

$last_topic_title_substr = ( utf8_strlen($last_topic_title) > 30 )? (utf8_substr($last_topic_title,0,25) . '...') : ($last_topic_title);
??? ?????

كود: تحديد الكل

 $last_topic_title_substr = $icon_is . $last_topic_title_substr;
??? ?? ??? ?? ???? ????? ???? ??? ???? ?? ????? ?????

كود: تحديد الكل

                             $last_post_title = '0'; // values: 0 and 1 //if 0 it'll take last TOPIC title
                             if ($last_post_title == '0')
                             {
                                $sql = 'SELECT t.topic_id, p.topic_id, t.topic_title, p.post_id, p.post_time,p.icon_id
                                        FROM ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' p
                                        WHERE t.topic_id = p.topic_id
                                        AND   p.post_id = '.$row['forum_last_post_id'].'
                                        ORDER BY p.post_time DESC';
                                $result = $db->sql_query($sql);
                                if(empty($icons)) $icons = $cache->obtain_icons();
								while ($row['2'] = $db->sql_fetchrow($result))
                                {
										$icon_is = (!empty($row['2']['icon_id'])) ? '<img src="'. $phpbb_root_path . 
										$config['icons_path'] . '/' . $icons[$row['2']['icon_id']]['img'].'"width="' .
										$icons[$row['2']['icon_id']]['width'].'" height="'.$icons['2'][$row['icon_id']]['height'].'" /> ' : '';
                                        $last_topic_title = $row['2']['topic_title'];
                                        $last_topic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 't=' . $row['2']['topic_id']);
                                }
                                $last_topic_title_substr = ( utf8_strlen($last_topic_title) > 30 )? (utf8_substr($last_topic_title,0,25) . '...') : ($last_topic_title);
                                $last_topic_title_substr = $icon_is . ' ' . $last_topic_title_substr;
                             }
                             else
                             {
                                $last_post_subject_substr = ( utf8_strlen($row['forum_last_post_subject']) > 30 )? (utf8_substr($row['forum_last_post_subject'],0,25) . '...') : ($row['forum_last_post_subject']);
                             }

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأحد ديسمبر 07, 2008 2:41 pm
بواسطة abdalmajed
???? ??????? ???? ???? ?? ???

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأحد ديسمبر 07, 2008 2:42 pm
بواسطة abdalmajed
????? ?? ???? ???? ????? ???? ???????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأحد ديسمبر 07, 2008 2:55 pm
بواسطة abdalmajed
?????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأحد ديسمبر 07, 2008 2:56 pm
بواسطة abdalmajed
?????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأحد ديسمبر 07, 2008 4:25 pm
بواسطة abdalmajed
??? ?????? ???? ???????? ???? ???? ?????
qwq.GIF
qwq.GIF (5.75 KiB) تمت المشاهدة 11567 مرةً
?? ???? ?? ???? ?? ??????? ?? ???? html ?? ??????? forumlist_body.html

كود: تحديد الكل

               <p class="topicdetails"><a href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SUBSTR}</a><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SUBSTR}</a></p>

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأحد ديسمبر 07, 2008 7:40 pm
بواسطة saanina
abdalmajed
?? ??????? ?? ??? ?? ????????
????? ??? , ???? ???? ????? ????????? ..

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: السبت ديسمبر 13, 2008 2:40 pm
بواسطة عادل الشرافي
??? saanina ???? ????????? ???? ???? ?? ????? ???? ??? ??? IE7 ???? ??? ??? ???? abdalmajed
??? ?? ??

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الثلاثاء ديسمبر 16, 2008 12:11 pm
بواسطة abdalmajed
?? ???? ?? ????? ??? ???? ??????? ???? ??????? ???? ???? ???? ?? ????? ???
??????? ??? ???? ????? ??? ????? <p class="topicdetails"><a href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SUBSTR}</a><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SUBSTR}</a></p>

????? ??? ???????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الثلاثاء ديسمبر 16, 2008 7:23 pm
بواسطة saanina
??? ???? ????? ?????? ??????? ?????

كود: تحديد الكل

 $last_topic_title_substr = $icon_is . $last_topic_title_substr;
??

كود: تحديد الكل

 $last_topic_title_substr = $icon_is . ' ' . $last_topic_title_substr;

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأربعاء ديسمبر 17, 2008 1:38 pm
بواسطة abdalmajed
???? saanina ?????? ???????? ???? ????? ?? ???? ?? ????????
??? ???? ??? NV advanced last topic titles 1.2.4 ???? ??? ??? ???? ????
????? ??? ???? ?????? ???? ???? ??
??? ??? ????? ????? ??????? ????? ?? ?? ??? ??? ???? ???? ???????? ???? ??
?? ???? ????? ??? ?????? forumlist_body.html

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأربعاء ديسمبر 17, 2008 7:42 pm
بواسطة saanina
??? ???? ????? ??? ?????? ????
??? ?????? ?????? ??? ????? ???? ??? ???????? ?????? ?? ???? ???? ?? ????? ????

[???] ????? ??? ?????? ?? ?????? ???????

مرسل: الأربعاء ديسمبر 17, 2008 10:14 pm
بواسطة abdalmajed
???? saanina ???? ???? ?? ??? ??? ???? ????? ?????? ???? ??? ?????? ??? ???? ?????? ??????? ?? ??? ???????? ??? ???????? ??? ???? ????? ??? ??????? ?????? ??????? ????? ?????? ?? ?? ???? ??? ??????? ??? ??????forumlist_body.html ?? ??? ???? ?? ???? ?? ??? ?????? ????? ???????? ??? ??????? phpbb
??? ?? ???? ???? ?????
?????? ??? ???? ???? ?? ?? ??? ??????? ???? ?????? ?????? ?????? ???? ?? ??????? ???????
????? ???? ?? ???
?????? ??????? ??? ?????? ????? ???