صفحة 1 من 1

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

مرسل: الثلاثاء يونيو 16, 2009 3:15 am
بواسطة developer.mahmoud
???? ..

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

??? ??? ????? ????? ??? ??????? ???? ???? , ???? ??? ???????? ?? ???? ??????? ..
????? ???? ????? ??? ???????

???? ????? ?????? ??? ???? ????? "???????" ????? ..
????? :
http://localhost/phpbb/viewforum.php?f=2
????? ?? ?????? f=?
??? ?? ????? ?? ??? ????? ???????
????
???? ??? forumlist_body.html
???? ??

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

            <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
               <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->

??? ?????

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

            <!-- IF forumrow.FORUM_ID == 1 -->
               <p style="font-size:xx-large">this is forum called the games</p>
            <!-- ENDIF -->

???? ???? ??????? ????? ????? ????? ????? ???????? ?? 1 ????? ???? this is forum called the games ??? ????? ??? ???? ???? ?? ???
??? ??? ?? ??? ?? ????? ??? ??? ?? ????

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

            <!-- IF forumrow.FORUM_ID == 1 -->
               <p style="font-size:xx-large">this forum call alde7k</p>
            <!-- ELSEIF forumrow.FORUM_ID == 2 -->
               <p style="font-size:xx-large">test forum 2</p>
            <!-- ELSEIF forumrow.FORUM_ID == 3 -->
               <p style="font-size:xx-large">test forum 3</p>
            <!-- ELSEIF forumrow.FORUM_ID == 4 -->
               <p style="font-size:xx-large">test forum 4</p>
            <!-- ELSEIF forumrow.FORUM_ID == 5 -->
               <p style="font-size:xx-large">test forum 5</p>
            <!-- ENDIF -->

??? 2 ? 3 ? 4 ?5 ??? ????? ??????? ????? ???????
???? ??? ?????? if ?? ????? ????? ???? ?? ???? ????? ???????
?????? : ?? ???? ???? ???? ?? ??? ?????? ELSEIF ???? IF

????????? ;)