صفحة 5 من 5

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

مرسل: الاثنين فبراير 16, 2009 1:13 pm
بواسطة ahmed.light1
??? ???
????? ???? 100%

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

مرسل: الأحد فبراير 22, 2009 9:37 pm
بواسطة Engineero Moustafa
???? ????? ??? ???? ????? ????? ???? ???? ?? ???

???? ?? ???

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

مرسل: الاثنين مارس 16, 2009 10:24 pm
بواسطة alamdi
????? ??? ????? ????? ???? ?? ?????? ??? ???? ?????

[ ??? ] ????? ??? ?????? ?? ?????? ???????...

مرسل: الأربعاء مارس 25, 2009 10:41 am
بواسطة BiBi
????? ??? ??? ????? ??????...

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

مرسل: الاثنين يونيو 08, 2009 1:07 am
بواسطة islamlion_1
????? ???? ????
????? ?? ???? ??? ????? ??? ?????? ????
???? ?? ???? ??????
صورة
??? ?????
????? ????

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

مرسل: الخميس يونيو 11, 2009 5:06 am
بواسطة مهند قمرة
islamlion_1 كتب:????? ???? ????
????? ?? ???? ??? ????? ??? ?????? ????
???? ?? ???? ??????
صورة
??? ?????
????? ????



???? ?? ????? ????? ????? ?? forumlist_body.html

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

مرسل: الاثنين يونيو 29, 2009 1:08 pm
بواسطة roboowsy
????? ??? ?????
???? ??? ????? ???? ???????? ??? 3.0.4
??? ??? ???? ? 3.0.5 ???? ????? ?? ?????
???? ????? ??? ??? ?????? , ???? ???? ????

???? ???? ????? ??????? ?? ???? ?????? , ??? ?? ???????? ???? ??????? ???? ?? ??? ?? ????? ?????? ?? FUNCTIONS_DISPLAY
???? ???? ??

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

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

مرسل: الاثنين أغسطس 17, 2009 4:30 pm
بواسطة kamara_122002
???? ???? ?? ???? ???? ??? ???

???? ???


???? ??? ???

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

مرسل: الثلاثاء سبتمبر 08, 2009 10:47 am
بواسطة A.B.M.K
????? ??????

???? ????? ?? ?????? ??? ????? ??????
????? ??? ???? ?? ???? , Areoblue ? ??????? ...... ??? ?????? ????? ???

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

مرسل: الأربعاء سبتمبر 09, 2009 5:23 am
بواسطة aboody93
?????
????? ???? 100% ???? ??????
????? ??? ????? livex ( ?? ????? )
???????? 3.0.5
????? ?? ????? ..

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

مرسل: الاثنين ديسمبر 14, 2009 3:45 am
بواسطة awthah
?? ??????? ????? ??? ?????? ??????? 3.0.6
??????????
???????? ???? ?????3.0.6
??????? 3.0.6
?????? ?????? ?????? ?? ??? ?????????
????????

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

مرسل: الجمعة يناير 08, 2010 2:04 am
بواسطة الوسن
??? ???? ???? ??? ..?????? ??? ??? ???? ??? ?????? ???? 3,0,6 :) ?? ?? ??? ?????? !

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

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

مرسل: الأربعاء فبراير 17, 2010 12:29 am
بواسطة 7assob
??? ??? ??? ??????

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

مرسل: السبت أغسطس 27, 2011 12:23 am
بواسطة ilhama
the shadow كتب:?????? ????? ????? ???? ???????

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

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

???? ???? ??????
صورة

??????? ????? ??? ??????
http://www.samaoui.com/phpbb3
---------------------

-----[ ???? ]------------------------------------------

includes/functions_display.php

----[ ???? ]------------------------------------------

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

		// Create last post link information, if appropriate
		if ($row['forum_last_post_id'])
		{
			$last_post_subject = $row['forum_last_post_subject'];

-----[ ??? ??? ]------------------------------------------

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

                         $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
	                                 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);
	                         while ($row['2'] = $db->sql_fetchrow($result))
	                         {
	                                 $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);
                         }
                         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']);
                         }

-----[ ???? ]------------------------------------------

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

 'LAST_POST_SUBJECT'      => censor_text($last_post_subject),
-----[ ??? ??? ]------------------------------------------

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

			'LAST_TOPIC_TITLE'		=> censor_text($last_topic_title),
			'LAST_TOPIC_TITLE_SUBSTR'	=> censor_text($last_topic_title_substr),
			'LAST_POST_SUBJECT_SUBSTR'   	=> censor_text($last_post_subject_substr),
			'U_LAST_TOPIC'			=> $last_topic_url,

-----[ ???? ]------------------------------------------

styles/prosilver/templates/forumlist_body.html


-----[ ???? ]------------------------------------------

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

<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>

-----[ ?? ??? ?????? ???? ?? ]------------------------------------------

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

<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>

-----[?? ??? ?????? ??? ??? ]------------------------------------------

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

 <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><br />

-----[ ???? ]------------------------------------------

styles/subsilver2/templates/forumlist_body.html


-----[ ???? ]------------------------------------------

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

				<!-- IF forumrow.LAST_POST_TIME -->

-----[ ??? ??? ]------------------------------------------

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

					<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>


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






?????? ????? . ??? ??? ????? ?????? ??? ????????? ??? ??????? ???????? .??? ?????? ??? ??? ???? ??? ???????? ?? ????? ??????? ???? ????? ?? ??? ????? ???? ????? ?? ????? ????? ?? ???? ????? ???? ???? ????? .
?????? ??? ??? ??? ??? ?????? ????? ??? ??????

http://www.aloustad.net/bb/index.php

????? ???

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

مرسل: السبت أغسطس 27, 2011 6:17 pm
بواسطة ilhama
????? ????? ?? ?? ???? ??? ?????? ????? ???