بسم الله الرحمن الرحيم
الاسم: هاك آخر المواضيع الإحترافي
من عائلة الأخ
الإصدار: 2.1
منصّة العمل: MySmartBB1.1.2
طريقة التركيب:
افتح ملف
admin/section.php
ابحث عن: في السطر (145)
استبدله بـ:كود:$insert = $DB->sql_query("INSERT INTO MySBB_section(id,title,section_describe, main_section,from_main_section,sort,sub_section,from_sub_section,section_password, show_sig,usesmartcode,..........(يوجد المزيد في هذا السطر، تم حذفه لمشاكل العرض) $sectionid = $DB->sql_insert_id($insert);
ابحث عن:كود:$insert = $DB->sql_query("INSERT INTO MySBB_section( id,title,section_describe,main_section, from_main_section,sort,sub_section,from_sub_section, section_password,show_sig,usesmartcode_allow,section_picture, sectionpicture_type,linksite,subject_order,use_section_picture, hide_subject,linksection, lp_show) VALUES( 'NULL','" . $_POST['T1'] . "','" . nl2br($_POST['S1']) . "','0', '0','" . $_POST['T2'] . "','1','" . $_POST['D4'] . "', '" . $_POST['section_password'] . "','" . $_POST['show_sig'] . "','" . $_POST['usesmartcode_allow'] . "','" . $_POST['section_picture'] . "', '" . $_POST['sectionpicture_type'] . "','" . $_POST['linksite'] . "','" . $_POST['subject_order'] . "','" . $_POST['use_section_picture'] . "', '" . $_POST['hide_subject'] . "','" . $_POST['linksection'] . "', '" . $_POST['lp_show'] . "')"); $sectionid = $DB->sql_insert_id($insert);
أضف قبله:كود:$sectionpicture_type = $_POST['sectionpicture_type']; if ($_POST['use_section_picture'] == 0) { $sectionpicture_type = 2; } elseif ($_POST['use_section_picture'] == 1) { $sectionpicture_type = $_POST['sectionpicture_type']; }
افتح ملفكود:// Added By: Abdullah Khaled. $update = $DB->sql_query("UPDATE MySBB_section SET lp_show = '" . $_POST['lp_show'] . "' WHERE id = '" . $id . "'"); // Abdullah.Khaled@hotmail.com
admin/style/template/section_add.tpl
ابحث عن:
أضف قبله:كود:<tr> <td class="row2" width="70%" height="1" colspan="2"> <p class="main" align="center">الوصف</td> </tr>
كود:<tr> <td class="row1" align="center">هل تريد أن تظهر مواضيع هذا القسم في شريط آخر المواضيع؟</td> <td class="row1" align="center"> <select name="lp_show" style="font-family: Tahoma; font-size: 8pt" dir="rtl"> <option value="1" selected>نعم</option> <option value="0">لا</option> </select> </td> </tr>
افتح ملف
admin/style/template/section_edit.tpl
ابحث عن:
أضف فوقه:كود:<tr> <td class="row2" width="70%" height="1" colspan="2"> <p class="main" align="center">الوصف</td> </tr>
افتح ملف:كود:<tr> <td class="row1" align="center">هل تريد أن تظهر مواضيع هذا القسم في شريط آخر المواضيع؟</td> <td class="row1" align="center"> <select name="lp_show" style="font-family: Tahoma; font-size: 8pt" dir="rtl"> <option value="1" {if $section_row.lp_show eq 1}selected{/if}>نعم</option> <option value="0" {if $section_row.lp_show neq 1}selected{/if}>لا</option> </select> </td> </tr>
admin/style/template/menu.tpl
ابحث عن:
أضف قبله:كود:{if $getgroupinfo_row.admincp_ads eq 1}
كود:<br/> <table border="1" cellpadding="3" cellspacing="1" style="{$border_style}" bordercolor="#CCCCCC" width="200" height="1" id="AutoNumber1"> <tr> <td class="thead" width="200" height="5" align="center"> <p align="center" class="thead">هاك آخر المواضيع</td> </tr> <tr> <td class="row1" width="200" height="1" align="center"> <a href="lp_settings.php?action=general_options" target="main">إعدادات عامة</a></td> </tr> <tr> <td class="row1" width="200" height="1" align="center"> <a href="lp_settings.php?action=export_code" target="main">سحب الكود</a></td> </tr> </table>
ارفع الملفات المرفقة في مجلد files إلى
الملفات lp_setup.php, lp_settings.php, lp_show.php إلى المجلد admin
الملف lp_tpl.tpl إلى المجلد admin/style/template وأعطه الترخيص 775
بعد ذلك اطلب العنوان:
http://YourForumDomain.com/ForumFold...n/lp_setup.php
وسيتم التركيب بإذن الله ولا تنسى حذف ملف التنصيب
انتهى التركيب
---------------------------------------------------------------------------------
وللتحديث من الإصدار 2.0
قم بحذف ملفات الإصدار القديم
وقم بحذف الكود الذي أضفته في آخر ملف admin/style/template/menu.tpl
ثم اتبع خطوات التركيب كما هو موضح فوق.
=============================================
يتم التحكم بالهاك تحكما كاملا من خلال لوحة التحكم وكل شيء بإذن الله واضح
أخوكم
#########################
المصدر: http://www.mysmartbb.com/forums/show.php?main=1&id=897


رد مع اقتباس

