ThaiSEOBoard.com

< กดยุบ (ห้องยกเลิกการใช้งาน) => สาระคำถามทั่วไป (ย้ายไป cafe) => ข้อความที่เริ่มโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 05:48:22



หัวข้อ: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 05:48:22
ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special

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




หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: bestnmk21 ที่ 13 เมษายน 2011, 08:18:27
เปลี่ยนบอร์ดเป็นภาษาอังกฤษแล้วจะมีครับ มันไม่ได้ติดตั้งลงภาษาไทย


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: MaMa.Killer ที่ 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';


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: Hanuman ที่ 13 เมษายน 2011, 08:51:25
ถ้าเว็บเป็น utf-8 ให้หาไฟล์  Admin.thai-utf8.php แล้วเพิ่มโค้ดด้านบนครับ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 09:04:17
ใส่แล้วครับ ไม่มีไรเกิดขึ้นเลย T^T


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: Hanuman ที่ 13 เมษายน 2011, 09:06:57
เว็บบอร์ดชื่ออะไรครับ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 09:15:40
เว็บบอร์ดชื่ออะไรครับ


www.game.allhisonline.com (http://www.game.allhisonline.com) ครับ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 10:28:30
ดันครับๆๆๆ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: AkEz ที่ 13 เมษายน 2011, 11:00:35
เปลี่ยนภาษาเป็นภาษาไทยครับ มันจะขึ้นมาเอง


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 11:13:15
เปลี่ยนภาษาเป็นภาษาไทยครับ มันจะขึ้นมาเอง

อังกฤษยังมะขึ้นเลยครับท่าน


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: Hanuman ที่ 13 เมษายน 2011, 11:21:15
ส่งข้อมูลเข้าจัดการมา เดี๋ยวทำให้ครับ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 14:38:45
ของผมเวอร์ชั่น 1.1.11 ต้องใช้ตัวไหนอ่ะครับ บอกที  :'( :'(


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ie11web ที่ 13 เมษายน 2011, 14:52:38
   HideTagSpecial185Fix.zip หรือปล่าว ? :wanwan002:


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 14:54:33
   HideTagSpecial185Fix.zip หรือปล่าว ? :wanwan002:

กดแล้วมันก้อเด้งไปหน้าเดิมอ่าครับ  :'(


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ie11web ที่ 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


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 15:20:34
โค๊ด:
[url]http://custom.simplemachines.org/mods/index.php?action=download;mod=118;id=138123[/url]


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


ยังเลยครับ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ilovemo50 ที่ 13 เมษายน 2011, 15:34:09
ชอบ SMF แต่มันติดตั้ง Mod Hide ยากเนี่ยแหละ เลยต้องถอดไปใช้ตัวอื่นทุกทีเลย

สู้ๆนะจ้ะ


หัวข้อ: Re: ช่วยด้วยครับ SMF ติดตั่ง Hide Tag Special แต่ในหน้า Admin มันไม่มีไห้ตั่งค่า Hide Tag Special
เริ่มหัวข้อโดย: ohmohmohm009 ที่ 13 เมษายน 2011, 15:43:11
ชอบ SMF แต่มันติดตั้ง Mod Hide ยากเนี่ยแหละ เลยต้องถอดไปใช้ตัวอื่นทุกทีเลย

สู้ๆนะจ้ะ

เว็บเก่าผมทำได้อยู่ครับแต่พอมาทำเว็บใหม่กลับทำไม่ได้  :wanwan022: :wanwan022: