صفحة 1 من 2

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الخميس أغسطس 06, 2009 10:13 pm
بواسطة Enki
??????

??? ??? ????? ?? ???? google webmaster tools ????????? ?? ????? ??? ??? ????? HTML suggestions ???? ????? ??????? ?????? ?? ?? ????? ????? ?? ???? ?? ???? Duplicate title tags ?????? ?? ??? ?? ?? ?????? ???phpBB ?????? ????? ??????? ??? ??????? ???? ????? ?? ???? ?? ???? ???????? ??? ?? ????? ??????? ?????? ??? ??? ???? ??? ??? ?? ???? ?? ?????? ?? ?????? ?????. ??? ???? ?? ???? phpBB ???? ??? ???? ??? ??? ???????.

???? ?? ?????:
http://forum.naturalismwiki.net/index.php
???? ??? ?? ????? ??? ???? ?? ???? ????? ??? ?????? ?? ???? ??????? ?? ?????? ????? ?? ?????? ??? 2 (????? ?????? ??? ?????? ??????? ??? ??? ??? ??? ????? ???? ????? ????? ??????? ???? ???)

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

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

???????: Page Title Number MOD
???????: 0.2.0
??????: Greenweaver
??????: http://www.phpbb.com/community/memberli ... reenweaver
???????: Enki
??????: http://forum.naturalismwiki.net

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

?????? ?????? ?????? Notepad++ ????? ?? ?? ?????? ????? ?? UTF-8 Without BOM ??? ???? ???? ???????? ?? ?????? ??? ???????

???? ??? language/ar/common.php
???? ??:


??? ????:

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

// Page Title Number MOD
$lang = array_merge($lang, array(
   'TITLE_PAGE_NUMBER'   => '???? ??? %s',
));


???? ??? viewtopic.php

???? ??:

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

// Output the page
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);


??????? ??:

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

// Output the page
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title'] . ($start ? ' - ' . sprintf($user->lang['TITLE_PAGE_NUMBER'], floor($start / $config['posts_per_page']) + 1) : ''));


???? ????? viewforum.php

???? ??:

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

// Dump out the page header and load viewforum template
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name']);


??????? ??:

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

// Dump out the page header and load viewforum template
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name'] . ($start ? ' - ' . sprintf($user->lang['TITLE_PAGE_NUMBER'], floor($start / $config['topics_per_page']) + 1) : ''));


???? ????????? ????? ??????? ???? ?????? ??? ????? ???? ?? ?? ?? ????? :mrgreen:

Enjoy

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الجمعة أغسطس 07, 2009 1:51 am
بواسطة Garebooo
???? ???? ? ??? ?????

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

???? ???? ???

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الخميس أغسطس 13, 2009 6:19 am
بواسطة kamara_122002
?????? ??? ??? ????
?? ??? ???? ????

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

???? ???????

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الثلاثاء يوليو 06, 2010 5:57 am
بواسطة yemen
??????? ???? ???? ?? ???? ????? ????? ??? ?????? 3.0.7?

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الثلاثاء يوليو 06, 2010 8:15 pm
بواسطة Garebooo
???? ?? ???? ??? ????? ?????? ??? ??? ?? ?????

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الثلاثاء يوليو 06, 2010 8:20 pm
بواسطة yemen
??????? ?? ??????? ?? ??? ??? ??????? ???? ????????

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الثلاثاء يوليو 06, 2010 8:36 pm
بواسطة Garebooo
?? ???? ?? ???? ???? ?? ??? ?? ????? ? ?????

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الثلاثاء يوليو 06, 2010 11:59 pm
بواسطة yemen

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

// Output the page
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);


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

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

// Output the page
page_header($topic_data['topic_title'], true, $forum_id);


????

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

// Dump out the page header and load viewforum template
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name']);


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

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

// Dump out the page header and load viewforum template
page_header($forum_data['forum_name'], true, $forum_id);


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

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الأربعاء يوليو 07, 2010 1:22 am
بواسطة Garebooo
??? ?????? ..

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الخميس أغسطس 12, 2010 1:28 pm
بواسطة Sherif Mohamed
?????? ?????
?? ????? ??????? ? ????? ?????? ??? ??????? ?????? ? ??? ????
?? ????? ?? ?????
???? ???? ???????

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الأربعاء فبراير 09, 2011 11:02 am
بواسطة Sherif Mohamed
?????? ????? ???
??? ??????? ????? ? ?????? ???? ? ??? ?? ??????
????? viewtopic.php
????? ??????? ???????? ??:

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

    // Output the page
    page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);
??? ?? ????? ??????? ?????? ??

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

// Output the page
page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title'], true, $forum_id);
??? ???? ??????? ?????? ???? ??? ??????? ????? ??????? ?? ???? ? ???

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

true, $forum_id);
?? ???? ????? ? ??? ??? ??????? ?? ????? ??? ??? ????? ????? ????? ????? ?? ??? ?????
???? ??????? ? ????? ????? ?? ?????? ????????

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الأحد نوفمبر 27, 2011 3:14 am
بواسطة alghzil
?? ???? ?? ?????? ??????? ?

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الأحد نوفمبر 27, 2011 3:34 am
بواسطة Saif Alhak
??? ???? :mrgreen:

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الأحد نوفمبر 27, 2011 2:29 pm
بواسطة alghzil
???? ???

???:?????? ?? ????? ???? ???????? ?? Google webmaster

مرسل: الاثنين نوفمبر 28, 2011 9:52 pm
بواسطة alghzil
??? ??? ?????

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

    // Output the page
    page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);
???? ???

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

// Output the page
page_header($topic_data['topic_title'], true, $forum_id);
?????? ???? ? ?????? ???? ??? ????? ????2