การปิดฟังก์ชั่น การค้นหา ในเว็บบอร์ด Kunena เพื่อไม่ให้ User ใช้ฟังก์ชั่นค้นหาได้

วิธีทำมีดังนี้
ไปที่ kunena.forum.css ตาม Path นี้
"/components/com_kunena/template/your_template (default_ex)"
หรือเข้าไปที่ ส่วนของ Back End แล้วไปที่ Compent---- > Kunena ---->แก้ไข CSS File ดังรูป

แล้วทำการเพิ่ม Code "display:none;"
#Kunena #fb_searchbox {
width:auto;
white-space: nowrap;
display:none;
}
------------------------------------------------------------------------------
สำหรับ "Advanced Search" แก้ไขตาม Path นี้ได้เลย
".../template/default/plugin/profilebox/profilebox.php"
comment out linie 154 with <!-- and -->
รายการโปรด
Bookmark
ส่งให้เพื่ิอน
จำนวนผู้เข้าชม: 407
ความเห็น (0)

เขียนแสดงความเห็น
ปิดฟังก์ชั่น ค้นหา ใน Kunena




