รายละเอียดเกี่ยวกับ [DEV] AOS Notifications แสดงหัวข้อที่ยังไม่ อ่าน เป็นระบบที่ช่วนเตือน หัวข้อที่ยังไม่อ่าน
พัฒนาโดย : Alorse
Version : 0.0.8
phpBB Version(s) : phpBB 3.0.10 3.0.11
ดาวน์โหลดได้ที่ :
https://www.phpbb.com/community/viewtop ... &t=2142930

- 1.jpg (22.47 KiB) Viewed 586 times

- 2.jpg (35.17 KiB) Viewed 586 times

- 3.jpg (23.75 KiB) Viewed 586 times
ขั้นตอนติดตั้ง
เปิดไฟล์ viewonline.php
ค้นหา
Code: Select all
case 'report':
$location = $user->lang['REPORTING_POST'];
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
break;
เติมหลังคำที่หา
Code: Select all
case 'aos_notifications':
$user->add_lang('mods/info_acp_aos_notifications');
$location = $user->lang['VIEWING_AOS_NOTIFICATIONS'];
$location_url = append_sid("{$phpbb_root_path}aos_notifications.$phpEx");
break;
เปิดไฟล์ styles/prosilver/template/overall_header.html
ค้นหา
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
เติมคำที่หา
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/anylinkcssmenu.js"></script>
<script type="text/javascript">
anylinkcssmenu.init("notifi")
</script>
ค้นหา
Code: Select all
<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
เติมหลัง
Code: Select all
<!-- IF S_USER_LOGGED_IN and not S_IS_BOT and NOTIFICATIONS_ON and NOTIFICATIONS_UCP_ON --><li class="rightside"><a href="{U_NOTIFICATIONS}#" title="" class="notifi world" rel="notifications" ><span class="unnum">{NUM_UNREAD_POST}</span></a></li><!-- ENDIF -->
ค้นหา
เติมก่อน
Code: Select all
<!-- INCLUDE aos_notifications.html -->
เปิดไฟล์ styles/prosilver/theme/stylesheet.css
ค้นหา
เติมหลังคำหา
ติดตั้งไฟล์
รายละเอียดเกี่ยวกับ [DEV] AOS Notifications แสดงหัวข้อที่ยังไม่ อ่าน เป็นระบบที่ช่วนเตือน หัวข้อที่ยังไม่อ่าน
พัฒนาโดย : Alorse
Version : 0.0.8
phpBB Version(s) : phpBB 3.0.10 3.0.11
ดาวน์โหลดได้ที่ : https://www.phpbb.com/community/viewtopic.php?f=70&t=2142930
[attachment=2]1.jpg[/attachment]
[attachment=1]2.jpg[/attachment]
[attachment=0]3.jpg[/attachment]
ขั้นตอนติดตั้ง
เปิดไฟล์ viewonline.php
ค้นหา
[code=php] case 'report':
$location = $user->lang['REPORTING_POST'];
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
break; [/code]
เติมหลังคำที่หา
[code=php] case 'aos_notifications':
$user->add_lang('mods/info_acp_aos_notifications');
$location = $user->lang['VIEWING_AOS_NOTIFICATIONS'];
$location_url = append_sid("{$phpbb_root_path}aos_notifications.$phpEx");
break;
[/code]
เปิดไฟล์ styles/prosilver/template/overall_header.html
ค้นหา
[code]<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>[/code]
เติมคำที่หา
[code]<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/anylinkcssmenu.js"></script>
<script type="text/javascript">
anylinkcssmenu.init("notifi")
</script>[/code]
ค้นหา
[code] <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->[/code]
เติมหลัง
[code] <!-- IF S_USER_LOGGED_IN and not S_IS_BOT and NOTIFICATIONS_ON and NOTIFICATIONS_UCP_ON --><li class="rightside"><a href="{U_NOTIFICATIONS}#" title="" class="notifi world" rel="notifications" ><span class="unnum">{NUM_UNREAD_POST}</span></a></li><!-- ENDIF -->[/code]
ค้นหา
[code] <a name="start_here"></a>[/code]
เติมก่อน
[code] <!-- INCLUDE aos_notifications.html -->[/code]
เปิดไฟล์ styles/prosilver/theme/stylesheet.css
ค้นหา
[code]@import url("colours.css");[/code]
เติมหลังคำหา
[code]@import url("notifications.css");[/code]
ติดตั้งไฟล์
[code]aos_notifications_install.php[/code]