صفحة 2 من 2

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

مرسل: الأحد أغسطس 30, 2009 12:46 pm
بواسطة A.B.M.K
??? ?????? ?? ???? ????? ?? ??

???? ?? ???? ,,,,

));
//
//-- [-] MOD: style select ----------------------------------------------
#
#-----[ ????]------------------------------------------
#
styles/prosilver/template/index_body.html
#
#-----[ ???? ?? ]------------------------------------------
#
<!-- IF NEWEST_USER -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF -->
#
#-----[ ??? ???« ]------------------------------------------
#
<!-- INCLUDE style_select.html -->
#
#-----[ ????]------------------------------------------
#
styles/subsilver2/template/index_body.html
#
#-----[ ???? ?? ]------------------------------------------
#
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
#
#-----[ ??? ???« ]------------------------------------------
#
<!-- INCLUDE style_select.html -->
#
#------------------------------------------------------------
???? ????? ?????? : style_select.html
??? ?÷? template
?? ?? ??????? ??????
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#

????? ??? ???? , ?? ??? ?????? ??????? ?????? , ?????? ?????? ???? ??? ?????? ????? ?? ???? ????? ??????

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

?????

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

مرسل: الأحد أغسطس 30, 2009 2:16 pm
بواسطة Scout4all
A.B.M.K كتب:??? ?????? ?? ???? ????? ?? ??

???? ?? ???? ,,,,

));
//
//-- [-] MOD: style select ----------------------------------------------
#
#-----[ ????]------------------------------------------
#
styles/prosilver/template/index_body.html
#
#-----[ ???? ?? ]------------------------------------------
#
<!-- IF NEWEST_USER -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF -->
#
#-----[ ??? ???« ]------------------------------------------
#
<!-- INCLUDE style_select.html -->
#
#-----[ ????]------------------------------------------
#
styles/subsilver2/template/index_body.html
#
#-----[ ???? ?? ]------------------------------------------
#
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
#
#-----[ ??? ???« ]------------------------------------------
#
<!-- INCLUDE style_select.html -->
#
#------------------------------------------------------------
???? ????? ?????? : style_select.html
??? ?÷? template
?? ?? ??????? ??????
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#

????? ??? ???? , ?? ??? ?????? ??????? ?????? , ?????? ?????? ???? ??? ?????? ????? ?? ???? ????? ??????

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

?????
???? includes/sessions.php

???? ??

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

if?(!empty($_GET['style'])?&&?$auth->acl_get('a_styles'))?
?????? ?

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

//--?[+]?MOD:?style?select?----------------------------------------------
//--?replace
//
//?if?(!empty($_GET['style'])?&&?$auth->acl_get('a_styles'))
if?(!empty($_GET['style']))
//
//--?[-]?MOD:?style?select?----------------------------------------------
?

???? includes/functions.php

???? ??

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

// Which timezone? 
??? ?????

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

//--?[+]?MOD:?style?select?----------------------------------------------
//--?add
//
$req_style?=?request_var('style',?0);

//?choose?style
$sql?=?'SELECT?style_id,?style_name
FROM?'?.?STYLES_TABLE?.?'
WHERE?style_active?=?1?
ORDER?BY?style_name?ASC';

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

while?($row?=?$db->sql_fetchrow($result))
{
$selected?=?(?$req_style?==?$row['style_id']?)???'?selected="selected"'?:?'';
$theme_value?=?append_sid("{$phpbb_root_path}index.$phpEx",?'style='?.?$row['style_id']);
$theme_select?.=?'<option?value="'?.?$theme_value?.?'"'?.?$selected?.?'> ?'?.?$row['style_name']?.?'? </option>';
}
$db->sql_freeresult($result);

$template->assign_vars(array(
'S_THEME_ACTION'=>?append_sid("{$phpbb_root_path}index.$phpEx"),
'STYLE_SELECT'?=>?$theme_select,
));
//
//--?[-]?MOD:?style?select?----------------------------------------------? 
???? styles/prosilver/template/index_body.html

???? ??

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

<!-- IF NEWEST_USER -->
	<h3>{L_STATISTICS}</h3>
	<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF -->
??? ????

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

<!-- INCLUDE style_select.html -->
?? ???? styles/subsilver2/template/index_body.html

???? ??

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

<tr>
	<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
	<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
??? ?????

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

<!-- INCLUDE style_select.html -->

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

#------------------------------------------------------------
???? ????? ?????? : style_select.html
??? ???? template 
?? ?? ???????? ??????
#-----[ SAVE/CLOSE ALL FILES ]-------

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

مرسل: الاثنين أغسطس 31, 2009 2:10 am
بواسطة A.B.M.K
???? ??? ?????? ?????

????? ?? , ??? ?? ????? ????? ? ???? ???? ,,, ????? ?? ??? ????

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

مرسل: الاثنين أكتوبر 05, 2009 10:50 pm
بواسطة A.B.M.K
??? ????? ????? ??? ???

???? ??? ??????? http://www.phpbbarabia.com/community/vi ... 21#p184021

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

مرسل: الأحد أكتوبر 11, 2009 11:55 am
بواسطة abdalmajed
?? ????? ????? ???? ???? ?? ????? ?? ??? ??? ?????? ??????
?????? ??????
www.vidodido.com/board

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

مرسل: الاثنين أغسطس 16, 2010 7:44 am
بواسطة A.B.M.K
A.B.M.K كتب:??? ????? ????? ??? ???

???? ??? ??????? http://www.phpbbarabia.com/community/vi ... 21#p184021
?????? ??????, ??? ????? ?? ???? ???? ??? ????? ? ??? ????? ?????? ??? , ??? ???? ?? ????? ? ????? ???? ????? ? ??? ??????? ???? ??? ??? ????? ?? ??????? ??????? ???


??? ?? ?? !!