صفحة 1 من 2
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الأحد فبراير 01, 2009 1:28 am
بواسطة (M)

???? ????? ??? ????? ??? ????? :
http://phpbbarabia.com/community/viewto ... 44&t=31935
???? ?????? ??? ?? ???? ???? ???????? ?????? ?? ???????
???? ??? ?????? :
????: viewtopic.php
???? ??
كود: تحديد الكل
// Display not already displayed Attachments for
??? ????
كود: تحديد الكل
/////////////// last topic by user
$limit = 5;
$sql = 'SELECT t.*, p.topic_id, p.poster_id, p.post_time, p.post_subject, p.post_id
FROM ' . TOPICS_TABLE . ' t
LEFT JOIN ' . POSTS_TABLE . " p ON (p.post_time = t.topic_time)
WHERE t.topic_poster = $poster_id
ORDER BY t.topic_id DESC";
$result = $db->sql_query_limit($sql, $limit);
while ($row = $db->sql_fetchrow($result))
{
$template->assign_block_vars('postrow.postrowy', array(
'POST_SUB' => $row['topic_title'],
'U_MINI_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$row['forum_id']}&t={$row['topic_id']}"),
));
}
//////////////////// last topic by user
????: styles/subsilver2/template/viewtopic_body.html
???? ??
??? ????
كود: تحديد الكل
<table width="100%" cellspacing="1">
<h4>{L_TOPIC_BY_USER}</h4>
<tbody>
<tr>
<td>
<div style="border: 1px inset ; padding: 6px; overflow: auto;">
<!-- BEGIN postrowy -->
<a href="{postrow.postrowy.U_MINI_POST}" >{postrow.postrowy.POST_SUB}</a><br>
<!-- END postrowy -->
</div>
</td>
</tr>
</tbody> </table>
????: language/ar/common.php
???? ??
??? ????
???????? ?? ???? ????? ????? ???? ??? ?? ???? ?????? ????? ????? ????? ?? ??? ????? ????????
?????? ????????
?? ????? ???? ???? ????? ??? ????? ????? ?? ????? ??? ??? ?????? :
?? ??? ????? ????? ????? ????? ???????? ??? ????? ?? ???? ??? ?? ??? ?? ???
????? ?? ??? ???? ????? ????? ??? ???????? ?? ?? ?? ???? ???????? ?????? ?????? ???????? ?? ?????
??? ??? ?? ?? ??????? ??? ???? ???? ?? ????? ????? ??? ( ???? ?? ?? ???? ??? ??? )
???? ???? ???????
http://www.m4om.com/viewtopic.php?f=63&t=5
????? ???? ?? ??? ??? viewtopic.php ?????? ?? ????? ??? ?? ????
?? ????? ???? ?????? ???????? ?? ?????? ?? ??? ????? ????? ?????? ??? ??? ????? ???? ?? ???? ??? ????? ???????? ?????? 22, 2008
????? ????????[/color]
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الأحد فبراير 01, 2009 5:06 am
بواسطة saanina
????? ??? ???
???? ???? ???? ????? ???? ?? ????? ??????? ????? ????? ???? ???? ???????? !
????? ???? ?? ?? ??? ??? ?????? ??????
???? ?? ???? ????
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الأحد فبراير 01, 2009 2:37 pm
بواسطة (M)
saanina كتب:????? ??? ???
???? ???? ???? ????? ???? ?? ????? ??????? ????? ????? ???? ???? ???????? !
????? ???? ?? ?? ??? ??? ?????? ??????
???? ?? ???? ????
??? ??? ?????? ???? ???? ??? ?? ??? ???? ?? ?? ??????? ??? ??? ????? ????? ?????? ?? ?? ???? ????? ??? ???? ?? :
كود: تحديد الكل
/////////////// last topic by user
$limit = 5;
$sql = 'SELECT t.*, p.topic_id, p.poster_id, p.post_time, p.post_subject, p.post_id
FROM ' . TOPICS_TABLE . ' t
LEFT JOIN ' . POSTS_TABLE . " p ON (p.post_time = t.topic_time)
WHERE t.topic_poster = $poster_id
ORDER BY t.topic_id DESC";
$result = $db->sql_query_limit($sql, $limit);
while ($row = $db->sql_fetchrow($result))
{
$template->assign_block_vars('postrow.postrowy', array(
'POST_SUB' => $row['topic_title'],
'U_MINI_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$row['forum_id']}&t={$row['topic_id']}"),
));
}
//////////////////// last topic by user

?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الاثنين فبراير 02, 2009 10:34 pm
بواسطة harede2006
??? ??????? ???????
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الثلاثاء فبراير 03, 2009 5:28 am
بواسطة saanina
??? ???? ????? ????? ???? ???? ????? ..
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الثلاثاء فبراير 03, 2009 5:57 am
بواسطة harede2006
??? ?? ?? ?? ???? ????? ???? ?????? ?????? ?? ??????? ????? ???? ..
??? ????? ... ???? ???? while ????? if ??? ???? ??????? ?? ?? ??? ???????? ???? ???? ?? ?? ???? ??? ???? ?? ???? ?? ???????? ?? ... ??? ??? ??? (?? saanina) ?? ??? ???? ???? ?? ??????? ?? ?????? ???? ???? ???? ???? ???? ?? ??????? ??? ????? ?? ??? ????

?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الثلاثاء فبراير 03, 2009 6:06 am
بواسطة saanina
??????? ?? ?????? ?? ????? ?????? , ??? ???? ????? ..
??? ???? ????? ?? ????? ?? ??? ??????? ..

?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الثلاثاء فبراير 03, 2009 6:35 am
بواسطة harede2006
????? ????? ??? ??? ???? ????? ??????? ??? ??? ?????? ????? ?
????? ?? ??? ???? ????? ???? ????? ???? ??? ???? ? ?? ??? ??????? ?? ??????? ??? ?? ????? ??? ????? ?? ??? ?????? ???? ????? ??? ????? ... ????? ???? ????? ... ??? ?? ???? ?? ????? ?????? ????? ?? ?? ????? ????? ... ! ??? ?? ???? ?? ????? ??? ???? ?????? .. !

?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الثلاثاء فبراير 03, 2009 8:50 pm
بواسطة (M)
??? ?????? saanina ?? ??? ?? ???? ?? ?? ??? ???? ?????? ???????? ?? ?? ????? ??? ????? ?? ???? ?? ???????
?? ??? ????? ?? ????? ????? ?? ????? ?? ?????? ???????? ?? phpBB
??? ??? ??????? ?????? ?????? ( Open Source ) ?? ????? ??????? ????? ?? ?????? ??????? ???????.
?????? ???????? ?? ?? ?? ????? ??????? ????????? ???? ??????? ???
?? ????? ??? ????? ????????? ??? ??????:
http://www.gnu.org/licenses/gpl.html GNU General Public License v3
??? ???? ???? ???? ????? ??? ?? ????? ?? ??? ????? ????? ??? ??? ???? ?? ???? ???? ???
?? ?? ???? ??? ???? ????? ?????? ?????? ????? ?? ????? ?????? , ?????? ??????? ?? ??? ????
?? ??? ?? ???? ?? ??????? ?? ?????? ?????? ??? phpBB ?????? ?????? ???? ???? ??????? ????? ??? ?? ??? ?????? ???????? ??????? ???? ????? ???????? ?? ????? ???????
?????? ??? ???? ??? ??????? ?? ?????? ?????? ??? ????? ??? ???? ??? ???????? ????
???? ???? ?? ??? ?? ???? ?? ????? ??? ?? ?? ??? ?????
????? ???????? , ???? ??? ???????
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الخميس فبراير 05, 2009 1:34 am
بواسطة harede2006
????? ????? ??????? ???? ????? ... ?????
????? ??? ?? ??? ???? while
????? ?????? ??????? ????
كود: تحديد الكل
/////////////// last topic by user
$limit = 5;
$sql = 'SELECT t.*, p.topic_id, p.poster_id, p.post_time, p.post_subject, p.post_id
FROM ' . TOPICS_TABLE . ' t
LEFT JOIN ' . POSTS_TABLE . " p ON (p.post_time = t.topic_time)
WHERE t.topic_poster = $poster_id
ORDER BY t.topic_id DESC";
$result_last_topic = $db->sql_query_limit($sql, $limit);
while ($row_last_topic = $db->sql_fetchrow($result_last_topic))
{
$template->assign_block_vars('postrow.postrowy', array(
'POST_SUB' => $row_last_topic['topic_title'],
'U_MINI_POST' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$row_last_topic['forum_id']}&t={$row_last_topic['topic_id']}"),
));
}
$db->sql_freeresult($result_last_topic);
unset($result_last_topic);
//////////////////// last topic by user
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الخميس فبراير 05, 2009 2:42 am
بواسطة FaresNB
???? ?? ??????? ??????? ?? ??????? .... ??? ??? ????????
?? ????? ?????? ???????? ???? ???????? ?? ??? ???????? ??? ??? ???????? ??????? ?
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الخميس فبراير 05, 2009 3:00 am
بواسطة harede2006
????? ?? ???? ?????? ?? ???? ,,, ????? ?? ???? ?????? ???? ??? ?????? ??????
http://www.mssti.com/phpbb3/viewtopic.php?f=45&t=462
?? ???? ??????? ...
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الخميس فبراير 05, 2009 5:06 am
بواسطة (M)
???? ???? ??? ??? ????? ?????? ????? ????? ?? ??? ????? ?????? ????? ????? ??????? ????
????? ?????? ???? ????? ??? ??????? ?????? ???? ?????
?????? ?????? ?????? ????? ????? ??? ???? ?????? ????? ?????? ??????? ?? ??? ???? ????? ?????
http://area51.phpbb.com/phpBB
??? ???? ??????? ???? ??? ??????? ???? , ??? ????? ??? ????? ????
- ????? ????? ??? ???? ???? ????? ?? ????? ?? ??? ????? ????? ?? ???? ?????? :
????: styles/subsilver2/template/viewtopic_body.html
??? ????? ????? ??? ??????? :
كود: تحديد الكل
<!-- IF postrow.POSTER_TOPICS -->
<table width="100%" cellspacing="1">
<tr>
<td><h4>{L_TOPIC_BY_USER}</h4></td>
</tr>
<tr>
<td>
<div style="border: 1px inset ; padding: 6px; overflow: auto;">
<!-- BEGIN postrowy -->
<a href="{postrow.postrowy.U_MINI_POST}" >{postrow.postrowy.POST_SUB}</a><br />
<!-- END postrowy -->
</div>
</td>
</tr>
</table>
<!-- ENDIF -->
??? ??????? ??? ??? ???? ?? : <!-- IF postrow.POSTER_TOPICS --> ???? ??????? ?? ??? ProSilver
?????? ??? ???? ????? ???? ???????? ?? ??????? ??? ??????? ???????
????? ????????
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الخميس فبراير 05, 2009 5:18 am
بواسطة harede2006
??????? ??? ??? ???? ?? : <!-- IF postrow.POSTER_TOPICS -->
??? ???????? ??? ????? ????? ?? ????? ??? ???? ??? ??? ?????? ?? ?? ??? ???
?????? ??? ???? ????? ??? ??? ?????? ????? ?? ????? ?????
مرسل: الخميس فبراير 05, 2009 5:27 am
بواسطة (M)
???? ??????? ?? ????? ???? ???? ???? ?????? ?? ????? ????? ????? ????
???? ????? ??? ??????? ??????