ยินดีต้อนรับคุณ, บุคคลทั่วไป กรุณา เข้าสู่ระบบ หรือ ลงทะเบียน

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ThaiSEOBoard.com< กดยุบ (ห้องยกเลิกการใช้งาน)สาระคำถามทั่วไป (ย้ายไป cafe)ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
หน้า: [1]   ลงล่าง
พิมพ์
ผู้เขียน หัวข้อ: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special  (อ่าน 2724 ครั้ง)
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« เมื่อ: 13 เมษายน 2011, 05:48:22 »

ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special

ช่วยทีครับ ต้องเพื่มโค้ดไรอีกไหม MOD http://custom.simplemachines.org/mods/index.php?mod=118 อันนี้ครับ
 :'( :'(


บันทึกการเข้า
bestnmk21
ก๊วนเสียว
*

พลังน้ำใจ: 41
ออฟไลน์ ออฟไลน์

กระทู้: 353



ดูรายละเอียด เว็บไซต์
« ตอบ #1 เมื่อ: 13 เมษายน 2011, 08:18:27 »

เปลี่ยนบอร์ดเป็นภาษาอังกฤษแล้วจะมีครับ มันไม่ได้ติดตั้งลงภาษาไทย
บันทึกการเข้า

Smiley
MaMa.Killer
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 642
ออฟไลน์ ออฟไลน์

กระทู้: 3,555



ดูรายละเอียด
« ตอบ #2 เมื่อ: 13 เมษายน 2011, 08:44:49 »

ใส่ใน Admin.thai.php
โค๊ด:
//Hide Tag Special Options
// This is for SMF 1.1.x
$txt['hidetagspecial_titel'] = 'Hide Tag Special';
$txt['hidetagspecial_description'] = 'You can set all the Setting that needed for the Hide Tag Special mod "[hide][/hide]"';
// This is for SMF 2.0
$txt['manageposts_hidetagspecial_settings'] = 'Hide Tag Special';
$txt['manageposts_hidetagspecial_settings_title'] = 'Hide Tag Special Settings';
$txt['manageposts_hidetagspecial_settings_description'] = 'You can set all the Setting that needed for the Hide Tag Special mod "[hide][/hide]"';
$txt['manageposts_hidetagspecial_settings_submit'] = 'Save Hide Settings';
// This will be used in both Versions
$txt['hide_MUIswitch'] = 'MUI SWITCH';
$txt['hide_enableHTML'] = 'Enable HTML';
$txt['hide_enableHTML_help'] = 'Allow you use html on Hidden or Unhidden Text';
$txt['hide_enableUnhiddenText'] = 'Enable Unhidden Information';
$txt['hide_hiddentext'] = 'Hidden Text Information';
$txt['hide_unhiddentext'] = 'Unhidden Text Information';
$txt['hide_hiddentext_help'] = 'BBC allowed, You can use <strong>$txtvariable</strong> and <strong>$language</strong>,<br />look into the help for more info.';
$txt['hide_onlyonetimeinfo'] = 'Show the un-/hidden Text Information one time';
$txt['hide_onlyonetimeinfo_help'] = 'This will be only shown at the end of the Post.';
$txt['hide_noinfoforguests'] = 'Hide Text Information for guests';
$txt['hide_karmaenable_help'] = 'This Option must be enabled that all karma Options work';
$txt['hide_karmaenable'] = 'Enable Hide Karma Support';
$txt['hide_minkarmaunhide'] = 'Minmum karma count to allow unhide content';
$txt['hide_minkarmaautounhide'] = 'Minmum karma count to unhide content without posting';
$txt['hide_minimumkarmaandpost'] = 'The user need the Minimum Karma and Post to see hidden content';
$txt['hide_onlykarmagood'] = 'Count only the Karma Good value not the total summary';
$txt['hide_autounhidegroups'] = 'Allowed Groups to see a hidden content without posting';
$txt['hide_unhideparser'] = 'Allowed Groups can see everywhere the hidden content<br />(Not only on the Topic)';
$txt['hide_unhideparser_help'] = 'Can overwrite some special setting for diffrent mods!';
$txt['hide_minpostunhide'] = 'Minmum post count to allow unhide content';
$txt['hide_minpostautounhide'] = 'Minmum post count to unhide content without posting';
$txt['hide_minpostautounhide_help'] = '"0" or empty to disable this option';
$txt['hide_useSpanTag'] = 'Use SPAN html tag instead of DIV.';
$txt['hide_posUnhiddenText'] = 'Position for Unhidden Text Information';
$txt['hide_posUnhiddenOption1'] = 'Before Hidden Content';
$txt['hide_posUnhiddenOption2'] = 'Before in Hidden Content';
$txt['hide_posUnhiddenOption3'] = 'After in Hidden Content';
$txt['hide_posUnhiddenOption4'] = 'After Hidden Content';
$txt['hide_unhideunlockedtopic'] = 'Enable to unhide hidden content on closed/locked topics';
$txt['hide_unhideunlockedtopicgroups'] = 'Allowed Groups to see a hidden content on locked topics';
$txt['hide_unhideunlockedtopicguest'] = 'Allow guests to see a hidden content on locked topics';
$txt['hide_autohidefirstpostenable'] = 'Enable auto add [hide][/hide] on new topics';
$txt['hide_autohidefirstpostenable_help'] = 'Work only on new created topics without hidden content!';
$txt['hide_autohidefirstpost'] = 'Boards for auto hide hidden content on new topic.';
$txt['hide_selectBoards'] = 'Select Boards';
บันทึกการเข้า

รับโมฯ & แก้ไข และสร้าง Theme SMF, Wordpress และงานออกแบบ
Add Line Id : sodeclub
Hanuman
Verified Seller
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 383
ออฟไลน์ ออฟไลน์

กระทู้: 3,258



ดูรายละเอียด
« ตอบ #3 เมื่อ: 13 เมษายน 2011, 08:51:25 »

ถ้าเว็บเป็น utf-8 ให้หาไฟล์  Admin.thai-utf8.php แล้วเพิ่มโค้ดด้านบนครับ
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #4 เมื่อ: 13 เมษายน 2011, 09:04:17 »

ใส่แล้วครับ ไม่มีไรเกิดขึ้นเลย T^T
บันทึกการเข้า
Hanuman
Verified Seller
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 383
ออฟไลน์ ออฟไลน์

กระทู้: 3,258



ดูรายละเอียด
« ตอบ #5 เมื่อ: 13 เมษายน 2011, 09:06:57 »

เว็บบอร์ดชื่ออะไรครับ
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #6 เมื่อ: 13 เมษายน 2011, 09:15:40 »

เว็บบอร์ดชื่ออะไรครับ


www.game.allhisonline.com ครับ
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #7 เมื่อ: 13 เมษายน 2011, 10:28:30 »

ดันครับๆๆๆ
บันทึกการเข้า
AkEz
ก๊วนเสียว
*

พลังน้ำใจ: 38
ออฟไลน์ ออฟไลน์

กระทู้: 325



ดูรายละเอียด
« ตอบ #8 เมื่อ: 13 เมษายน 2011, 11:00:35 »

เปลี่ยนภาษาเป็นภาษาไทยครับ มันจะขึ้นมาเอง
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #9 เมื่อ: 13 เมษายน 2011, 11:13:15 »

เปลี่ยนภาษาเป็นภาษาไทยครับ มันจะขึ้นมาเอง

อังกฤษยังมะขึ้นเลยครับท่าน
บันทึกการเข้า
Hanuman
Verified Seller
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 383
ออฟไลน์ ออฟไลน์

กระทู้: 3,258



ดูรายละเอียด
« ตอบ #10 เมื่อ: 13 เมษายน 2011, 11:21:15 »

ส่งข้อมูลเข้าจัดการมา เดี๋ยวทำให้ครับ
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #11 เมื่อ: 13 เมษายน 2011, 14:38:45 »

ของผมเวอร์ชั่น 1.1.11 ต้องใช้ตัวไหนอ่ะครับ บอกที  Cry Cry
บันทึกการเข้า
ie11web
คนรักเสียว
*

พลังน้ำใจ: 16
ออฟไลน์ ออฟไลน์

กระทู้: 143



ดูรายละเอียด
« ตอบ #12 เมื่อ: 13 เมษายน 2011, 14:52:38 »

   HideTagSpecial185Fix.zip หรือปล่าว ? wanwan002
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #13 เมื่อ: 13 เมษายน 2011, 14:54:33 »

   HideTagSpecial185Fix.zip หรือปล่าว ? wanwan002

กดแล้วมันก้อเด้งไปหน้าเดิมอ่าครับ  Cry
บันทึกการเข้า
ie11web
คนรักเสียว
*

พลังน้ำใจ: 16
ออฟไลน์ ออฟไลน์

กระทู้: 143



ดูรายละเอียด
« ตอบ #14 เมื่อ: 13 เมษายน 2011, 14:59:18 »

โค๊ด:
http://custom.simplemachines.org/mods/index.php?action=download;mod=118;id=138123


มีหน้าต่างแบบนี้แล้วหรือยัง
โค๊ด:
http://custom.simplemachines.org/mods/index.php?action=download;mod=118;id=83236;image
บันทึกการเข้า
ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #15 เมื่อ: 13 เมษายน 2011, 15:20:34 »

โค๊ด:
http://custom.simplemachines.org/mods/index.php?action=download;mod=118;id=138123


มีหน้าต่างแบบนี้แล้วหรือยัง
โค๊ด:
http://custom.simplemachines.org/mods/index.php?action=download;mod=118;id=83236;image


ยังเลยครับ
บันทึกการเข้า
ilovemo50
ก๊วนเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 368



ดูรายละเอียด
« ตอบ #16 เมื่อ: 13 เมษายน 2011, 15:34:09 »

ชอบ SMF แต่มันติดตั้ง Mod Hide ยากเนี่ยแหละ เลยต้องถอดไปใช้ตัวอื่นทุกทีเลย

สู้ๆนะจ้ะ
« แก้ไขครั้งสุดท้าย: 13 เมษายน 2011, 15:34:42 โดย ilovemo50 » บันทึกการเข้า

ohmohmohm009
สมุนแก๊งเสียว
*

พลังน้ำใจ: 22
ออฟไลน์ ออฟไลน์

กระทู้: 510



ดูรายละเอียด เว็บไซต์
« ตอบ #17 เมื่อ: 13 เมษายน 2011, 15:43:11 »

ชอบ SMF แต่มันติดตั้ง Mod Hide ยากเนี่ยแหละ เลยต้องถอดไปใช้ตัวอื่นทุกทีเลย

สู้ๆนะจ้ะ

เว็บเก่าผมทำได้อยู่ครับแต่พอมาทำเว็บใหม่กลับทำไม่ได้  wanwan022 wanwan022
บันทึกการเข้า
หน้า: [1]   ขึ้นบน
พิมพ์