<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>รวมวิธีการใช้ Wordpress, Joomla, Drupal, Magento และ SEO &#187; editor</title> <atom:link href="http://killthewhat.com/tag/editor/feed/" rel="self" type="application/rss+xml" /><link>http://killthewhat.com</link> <description>Knowledge Base by howhost.com</description> <lastBuildDate>Fri, 24 Dec 2010 15:00:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.3</generator> <item><title>เปลี่ยนค่าเริ่มต้นของ editor ใน wordpress</title><link>http://killthewhat.com/wordpress-tutorials/%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87%e0%b8%84%e0%b9%88%e0%b8%b2%e0%b9%80%e0%b8%a3%e0%b8%b4%e0%b9%88%e0%b8%a1%e0%b8%95%e0%b9%89%e0%b8%99%e0%b8%82%e0%b8%ad%e0%b8%87-editor-%e0%b9%83%e0%b8%99-wordpress/</link> <comments>http://killthewhat.com/wordpress-tutorials/%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87%e0%b8%84%e0%b9%88%e0%b8%b2%e0%b9%80%e0%b8%a3%e0%b8%b4%e0%b9%88%e0%b8%a1%e0%b8%95%e0%b9%89%e0%b8%99%e0%b8%82%e0%b8%ad%e0%b8%87-editor-%e0%b9%83%e0%b8%99-wordpress/#comments</comments> <pubDate>Sun, 12 Dec 2010 08:40:52 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[html]]></category> <category><![CDATA[visual]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=6443</guid> <description><![CDATA[ใน wordpress จะมี editor อยู่สองแบบให้เลือกคือ Visual Editor และ HTML Editor ซึ่งค่าเริ่มต้นของมันจะให้เราใช้ Visual Editor เลย โดยทริคนี้จะบอกวิธีการเปลี่ยนค่า default ของ editor ของ wordpress ในหน้า admin ครับ ให้ทำการเพิ่มโค็ดดังกล่าวใน functions.php ของ theme ที่เราใช้งานอยู่ # This sets the Visual Editor as default # add_filter( 'wp_default_editor', create_function('', 'return &#34;tinymce&#34;;') ); # This sets the HTML Editor as default # add_filter( 'wp_default_editor', create_function('', [...]]]></description> <content:encoded><![CDATA[<p>ใน <strong>wordpress</strong> จะมี editor อยู่สองแบบให้เลือกคือ <strong>Visual Editor</strong> และ HTML <strong>Editor</strong> ซึ่งค่าเริ่มต้นของมันจะให้เราใช้ Visual Editor เลย โดยทริคนี้จะบอกวิธีการเปลี่ยนค่า default ของ editor ของ wordpress ในหน้า admin ครับ<br
/> <span
id="more-6443"></span><br
/> ให้ทำการเพิ่มโค็ดดังกล่าวใน functions.php ของ theme ที่เราใช้งานอยู่</p><pre class="brush: php; title: ;">
# This sets the Visual Editor as default #
add_filter( 'wp_default_editor', create_function('', 'return &quot;tinymce&quot;;') );

# This sets the HTML Editor as default #
add_filter( 'wp_default_editor', create_function('', 'return &quot;html&quot;;') );
</pre><p>โดยถ้าต้องการใช้งานในส่วนของ Visual Editor ก็ใส่เฉพาะคำสั่งตัวแรก แต่ถ้าต้องการใช้งานในส่วนของ HTML Editor ก็ใส่คำสั่งตัวสองครับ</p><p>Thank : http://wp-snippets.com/set-default-editor/</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/wordpress-tutorials/%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87%e0%b8%84%e0%b9%88%e0%b8%b2%e0%b9%80%e0%b8%a3%e0%b8%b4%e0%b9%88%e0%b8%a1%e0%b8%95%e0%b9%89%e0%b8%99%e0%b8%82%e0%b8%ad%e0%b8%87-editor-%e0%b9%83%e0%b8%99-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ติดตั้ง CKeditor ให้กับ joomla</title><link>http://killthewhat.com/joomla-tutorial/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-ckeditor-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-joomla/</link> <comments>http://killthewhat.com/joomla-tutorial/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-ckeditor-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-joomla/#comments</comments> <pubDate>Tue, 30 Mar 2010 17:54:27 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[ckeditor]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[wysiwyg]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=5669</guid> <description><![CDATA[Ckeditor เป็นตัว WYSIWYG ที่ถูกพัฒนาต่อมาจาก fckeditor ซึ่งเป็น editor ที่ผมชอบมากเนื่องจากโหลดไว หน้าตาสวยงาม ผมชอบมาจากของ drupal ก็เลยลองหาของ joomla มาบ้างก็ปรากฏว่ามีทดลองใช้งานดูแล้วสุดยอดครับ วิธีติดตั้งก็ง่ายๆให้เราโหลด JoomlaCK Editor มาทำการติดตั้งตามปกติ จากนั้นไปที่ Extensions > Plugins manager เพื่อการใช้งานของ JoomlaCK Editor จากนั้นไปที่ Site > Global Configuration ไปเปลี่ยน Default WYSIWYG Editor ให้เป็นของ JoomlaCK จากนั้นเราก็จะได้ Ckeditor มาใช้งานแล้วครับ download : http://extensions.joomla.org/extensions/edition/editors/90]]></description> <content:encoded><![CDATA[<p>Ckeditor เป็นตัว WYSIWYG ที่ถูกพัฒนาต่อมาจาก fckeditor ซึ่งเป็น editor ที่ผมชอบมากเนื่องจากโหลดไว หน้าตาสวยงาม ผมชอบมาจากของ drupal ก็เลยลองหาของ joomla<span
id="more-5669"></span> มาบ้างก็ปรากฏว่ามีทดลองใช้งานดูแล้วสุดยอดครับ</p><p>วิธีติดตั้งก็ง่ายๆให้เราโหลด <a
href="http://extensions.joomla.org/extensions/edition/editors/90">JoomlaCK Editor</a> มาทำการติดตั้งตามปกติ จากนั้นไปที่ Extensions > Plugins manager เพื่อการใช้งานของ <a
href="http://extensions.joomla.org/extensions/edition/editors/90">JoomlaCK Editor</a><br
/> <img
src="http://killthewhat.com/wp-content/uploads/2010/03/Selection_0019.png" alt="" title="ckeditor" width="550" height="160" class="aligncenter size-full wp-image-5670" /></p><p>จากนั้นไปที่ Site > Global Configuration ไปเปลี่ยน Default WYSIWYG Editor ให้เป็นของ JoomlaCK<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2010/03/Selection_0026.png" alt="" title="joomlack" width="550" height="321" class="aligncenter size-full wp-image-5671" /></p><p>จากนั้นเราก็จะได้ Ckeditor มาใช้งานแล้วครับ<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2010/03/Selection_0035.png" rel="lightbox[5669]"><img
src="http://killthewhat.com/wp-content/uploads/2010/03/Selection_0035.png" alt="" title="Selection_003" width="550" height="189" class="aligncenter size-full wp-image-5672" /></a></p><p>download : http://extensions.joomla.org/extensions/edition/editors/90</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/joomla-tutorial/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-ckeditor-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-joomla/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>CKeditor &#8211; editor น่าใช้อีกตัวใน drupal</title><link>http://killthewhat.com/drupal-tutorials/ckeditor-editor-%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b9%83%e0%b8%99-drupal/</link> <comments>http://killthewhat.com/drupal-tutorials/ckeditor-editor-%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b9%83%e0%b8%99-drupal/#comments</comments> <pubDate>Mon, 07 Dec 2009 16:10:14 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Drupal]]></category> <category><![CDATA[ckeditor]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[module]]></category> <category><![CDATA[wysiwyg]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=5234</guid> <description><![CDATA[CKEditor เป็น WYSIWYG Editor ที่ถูกต่อยอดมาจาก FCKeditor ซึ่งเท่าที่ผมลองทดสอบใช้งานดูบน drupal มันทำงานได้เร็วกว่า FCKeditor รุ่นพี่ของมันพอสมควร และมีลูกเล่นเยอะด้วย เช่น เปลี่ยนสีได้ ยกเลิกปุ่มไอคอนบางอันออกไปได้ แถมโหลดได้ไวกว่า FCKeditor อย่างรุ่นพี่มันด้วยครับ อันนี้จากที่ผมลองมานะ ใครสนใจลองเล่น DEMO มันก่อนก็ได้ วิธีติดตั้ง CKeditor ใน drupal นั้นไม่อยากเท่าไรเราต้องใช้งานร่วมกับ module Wysiwyg โดยให้เราทำการติดตั้งโมดูล Wysiwyg กันก่อนจากนั้นเปิดใช้งาน จากนั้โหลด CKeditor มาทำการแตกไฟล์ออกมา จากนั้นทำการสร้างโฟลเดอร์ชื่อว่า libraries ไว้ที่ sites/all/ และนำโฟลเดอร์ของ CKEeditor ที่แตกออกมาได้ใส่เข้าไปใน sites/all/libraries ก็จะเป็นsites/all/libraries แล้วทำการโหลดไฟล์มาจาก http://drupal.org/node/462146#comment-2005574 เมื่อแตกออกมาข้างในจะมีสองไฟล์คือ ckeditor.inc กับ ckeditor-3.0.js ให้นำ ckeditor.inc ไปใส่ไว้ที่ sites/all/modules/wysiwyg/editors และ [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://killthewhat.com/wp-content/uploads/2009/12/drupal-ckeditor.png" rel="lightbox[5234]"><img
src="http://killthewhat.com/wp-content/uploads/2009/12/drupal-ckeditor.png" alt="drupal-ckeditor" title="drupal-ckeditor" width="550" height="214" class="aligncenter size-full wp-image-5238" /></a><br
/> CKEditor เป็น WYSIWYG Editor ที่ถูกต่อยอดมาจาก <a
href="http://killthewhat.com/drupal-tutorials/%E0%B9%83%E0%B8%AA%E0%B9%88-fckeditor-%E0%B9%83%E0%B8%AB%E0%B9%89%E0%B8%81%E0%B8%B1%E0%B8%9A-drupal/">FCKeditor</a> ซึ่งเท่าที่ผมลองทดสอบใช้งานดูบน drupal มันทำงานได้เร็วกว่า FCKeditor รุ่นพี่ของมันพอสมควร และมีลูกเล่นเยอะด้วย<span
id="more-5234"></span> เช่น เปลี่ยนสีได้ ยกเลิกปุ่มไอคอนบางอันออกไปได้ แถมโหลดได้ไวกว่า FCKeditor อย่างรุ่นพี่มันด้วยครับ อันนี้จากที่ผมลองมานะ ใครสนใจลองเล่น <a
href="http://ckeditor.com/demo" rel="nofollow">DEMO</a> มันก่อนก็ได้</p><p>วิธีติดตั้ง CKeditor ใน drupal นั้นไม่อยากเท่าไรเราต้องใช้งานร่วมกับ <a
href="http://drupal.org/project/wysiwyg" rel="nofollow">module Wysiwyg</a> โดยให้เราทำการติดตั้งโมดูล Wysiwyg กันก่อนจากนั้นเปิดใช้งาน<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/12/drupal.png" alt="drupal" title="drupal" width="550" height="196" class="aligncenter size-full wp-image-5240" /></p><p>จากนั้โหลด <a
href="http://ckeditor.com/download" rel="nofollow">CKeditor</a> มาทำการแตกไฟล์ออกมา จากนั้นทำการสร้างโฟลเดอร์ชื่อว่า libraries ไว้ที่ sites/all/ และนำโฟลเดอร์ของ CKEeditor ที่แตกออกมาได้ใส่เข้าไปใน sites/all/libraries ก็จะเป็นsites/all/libraries<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/12/drupal1.png" alt="drupal" title="drupal" width="426" height="269" class="aligncenter size-full wp-image-5241" /></p><p>แล้วทำการโหลดไฟล์มาจาก http://drupal.org/node/462146#comment-2005574 เมื่อแตกออกมาข้างในจะมีสองไฟล์คือ <strong>ckeditor.inc</strong> กับ <strong>ckeditor-3.0.js</strong> ให้นำ <strong>ckeditor.inc</strong> ไปใส่ไว้ที่ sites/all/modules/wysiwyg/editors และ <strong>ckeditor-3.0.js</strong> ใส่ไว้ที่ sites/all/modules/wysiwyg/editors/js</p><p>จากนั้นกลับไปที่เมนู Site configuration > Wysiwyg เราจะพบกับ CKeditor ที่เพิ่มเข้ามา<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/12/drupal2.png" rel="lightbox[5234]"><img
src="http://killthewhat.com/wp-content/uploads/2009/12/drupal2.png" alt="drupal" title="drupal" width="550" height="302" class="aligncenter size-full wp-image-5244" /></a></p><p>เลื่อนขึ้นมาด้านบนปรับการใช้งานของ input format ให้ใช้งานกับ CKeditor และทำการ Save<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/12/drupal3.png" rel="lightbox[5234]"><img
src="http://killthewhat.com/wp-content/uploads/2009/12/drupal3.png" alt="drupal" title="drupal" width="550" height="173" class="aligncenter size-full wp-image-5245" /></a></p><p>สามารถ edite CKeitor ในการใช้งานของแต่ละ Input format ได้<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/12/drupal4.png" rel="lightbox[5234]"><img
src="http://killthewhat.com/wp-content/uploads/2009/12/drupal4.png" alt="drupal" title="drupal" width="550" height="337" class="aligncenter size-full wp-image-5246" /></a></p><p>ลองไปใช้งานกันดูน่ะครับกับ CKeditor ใน drupal แล้วคุณจะชอบมันเหมือนผม&#8230;</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/drupal-tutorials/ckeditor-editor-%e0%b8%99%e0%b9%88%e0%b8%b2%e0%b9%83%e0%b8%8a%e0%b9%89%e0%b8%ad%e0%b8%b5%e0%b8%81%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b9%83%e0%b8%99-drupal/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>ใส่ fckeditor ให้กับ drupal</title><link>http://killthewhat.com/drupal-tutorials/%e0%b9%83%e0%b8%aa%e0%b9%88-fckeditor-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-drupal/</link> <comments>http://killthewhat.com/drupal-tutorials/%e0%b9%83%e0%b8%aa%e0%b9%88-fckeditor-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-drupal/#comments</comments> <pubDate>Mon, 24 Aug 2009 06:10:50 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Drupal]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[fckeditor]]></category> <category><![CDATA[module]]></category> <category><![CDATA[wysiwyg]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=4348</guid> <description><![CDATA[FCKeditor เป็น WYSIWYG editor ตัวหนึ่งที่ใช้งานกันอยากมาก และได้ถูกมาทำเป็น plugin ไว้ใช้กับ cms ในหลายๆตัวเช่น joomla , magento หรือแม้แต่ drupal ก็ถูกนำมาเป็น module ให้เราใช้งานกัน เนื่องจาก drupal นั้นหลังจากติดตั้งลงใหม่ๆ จะไม่มีตัวเครื่องมือช่วยเขียนมาพร้อมแบบ wordpress หรือ joomla ฉะนั้นเราต้องมาติดตั้งเองให้เราโหลด module FCKeditor ขั้นตอนการติดตั้ง 1. ให้แตกไฟล์ module FCKeditor ไว้ที่ sites/all/modules 2. จากนั้นโหลดไฟล์เพิ่มมาจาก http://www.fckeditor.net/download และแตกไฟล์ไว้ที่ sites/all/modules/fckeditor/fckeditor 3. enable module fckeditor บน drupal ของเรา 4. กำหนดสิทธิ์การใช้งาน fckeditor ใน Administer >> User Management [...]]]></description> <content:encoded><![CDATA[<p>FCKeditor เป็น WYSIWYG editor ตัวหนึ่งที่ใช้งานกันอยากมาก และได้ถูกมาทำเป็น plugin ไว้ใช้กับ cms ในหลายๆตัวเช่น joomla , magento หรือแม้แต่ drupal ก็ถูกนำมาเป็น module ให้เราใช้งานกัน<span
id="more-4348"></span> เนื่องจาก drupal นั้นหลังจากติดตั้งลงใหม่ๆ จะไม่มีตัวเครื่องมือช่วยเขียนมาพร้อมแบบ wordpress หรือ joomla ฉะนั้นเราต้องมาติดตั้งเองให้เราโหลด <a
href="http://drupal.org/project/fckeditor">module FCKeditor</a></p><p>ขั้นตอนการติดตั้ง<br
/> 1. ให้แตกไฟล์ module FCKeditor ไว้ที่ sites/all/modules<br
/> 2. จากนั้นโหลดไฟล์เพิ่มมาจาก <a
href="http://www.fckeditor.net/download">http://www.fckeditor.net/download</a> และแตกไฟล์ไว้ที่ sites/all/modules/fckeditor/fckeditor<br
/> 3. enable module fckeditor บน drupal ของเรา<br
/> 4. กำหนดสิทธิ์การใช้งาน fckeditor ใน Administer >> User Management >> Permissions<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/08/drupal92.png" alt="drupal" title="drupal" width="630" height="153" class="aligncenter size-full wp-image-4350" /><br
/> 5. เราสามารถปรับแต่งการใช้งานของ fckeditor ได้ที่ Administer >> Site configuration >> FCKeditor<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/08/drupal93.png" alt="drupal" title="drupal" width="630" height="274" class="aligncenter size-full wp-image-4353" /></p><p>เพียงเท่านี้เราก็จะได้ fckeditor มาใช้งานแล้วครับ<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/08/drupal94.png" alt="drupal" title="drupal" width="630" height="361" class="aligncenter size-full wp-image-4356" /></p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/drupal-tutorials/%e0%b9%83%e0%b8%aa%e0%b9%88-fckeditor-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-drupal/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ติดตั้ง fckeditor และ tinymce ได้ง่ายๆบน magento</title><link>http://killthewhat.com/magento-tutorials/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-fckeditor-%e0%b9%81%e0%b8%a5%e0%b8%b0-tinymce-%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%9a%e0%b8%99/</link> <comments>http://killthewhat.com/magento-tutorials/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-fckeditor-%e0%b9%81%e0%b8%a5%e0%b8%b0-tinymce-%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%9a%e0%b8%99/#comments</comments> <pubDate>Sat, 11 Jul 2009 19:52:45 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Magento]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[fckeditor]]></category> <category><![CDATA[tinymce]]></category> <category><![CDATA[wysiwyg]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=3458</guid> <description><![CDATA[หลังจากก่อนหน้านี้ผมได้ทำการ สอนติดตั้ง tinymce บน magento ไปแล้ว วันนี้ผมเจอวิธีที่ดีกว่าครับโดยเราไม่ต้องไปยุ่งกับ code เลยก็สามารถเลือกได้ครับว่าอยากใช้งาน WYSIWYG editor ตัวไหนมีทั้ง fckeditor และ tinymce ง่ายๆครับเพียงแต่เราติดตั้ง Extension ที่มีชื่อว่า Fontis WYSIWYG Editor โดยวิธีติดตั้ง extension ของ magento สามารถดูได้จาก ที่นี่ ครับ หลังจากติดตั้ง extension ตัวนี้เสร็จแล้วให้ไปที่เมนู System >> Configuration >> Admin จากนั้นดูที่แท็บ WYSIWYG Editor เลือกตามสะดวกครับอย่างใช้ fckeditor หรือ tinymce อันนี้หน้าตา FCKeditor อันนี้หน้าตา Tiny MCE อะไรจะง่ายแบบนี้ ^ ^]]></description> <content:encoded><![CDATA[<p>หลังจากก่อนหน้านี้ผมได้ทำการ <strong><a
href="http://killthewhat.com/magento-tutorials/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%95%E0%B8%B4%E0%B8%94%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87-tinymce-%E0%B9%83%E0%B8%AB%E0%B9%89%E0%B8%81%E0%B8%B1%E0%B8%9A-magento/">สอนติดตั้ง tinymce บน magento</a></strong> ไปแล้ว วันนี้ผมเจอวิธีที่ดีกว่าครับโดยเราไม่ต้องไปยุ่งกับ code เลยก็สามารถเลือกได้ครับว่าอยากใช้งาน WYSIWYG editor<span
id="more-3458"></span> ตัวไหนมีทั้ง fckeditor และ tinymce ง่ายๆครับเพียงแต่เราติดตั้ง Extension ที่มีชื่อว่า <strong><a
href="http://www.magentocommerce.com/extension/586/fontis-wysiwyg-editor">Fontis WYSIWYG Editor</a></strong> โดยวิธีติดตั้ง extension ของ magento สามารถดูได้จาก <strong><a
href="http://killthewhat.com/magento-tutorials/%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B8%95%E0%B8%B4%E0%B8%94%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87-extension-%E0%B8%9A%E0%B8%99-magento/">ที่นี่</a></strong> ครับ หลังจากติดตั้ง extension ตัวนี้เสร็จแล้วให้ไปที่เมนู System >> Configuration >> Admin จากนั้นดูที่แท็บ WYSIWYG Editor เลือกตามสะดวกครับอย่างใช้ fckeditor หรือ tinymce<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/07/magento67.png" rel="lightbox[3458]"><img
src="http://killthewhat.com/wp-content/uploads/2009/07/magento67.png" alt="magento" title="magento" width="630" height="237" class="aligncenter size-full wp-image-3460" /></a></p><p>อันนี้หน้าตา FCKeditor<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/07/magento68.png" rel="lightbox[3458]"><img
src="http://killthewhat.com/wp-content/uploads/2009/07/magento68.png" alt="magento" title="magento" width="630" height="215" class="aligncenter size-full wp-image-3461" /></a></p><p>อันนี้หน้าตา Tiny MCE<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/07/screenshot_0013.png" rel="lightbox[3458]"><img
src="http://killthewhat.com/wp-content/uploads/2009/07/screenshot_0013.png" alt="screenshot_001" title="screenshot_001" width="630" height="217" class="aligncenter size-full wp-image-3462" /></a></p><p>อะไรจะง่ายแบบนี้ ^ ^</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/magento-tutorials/%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-fckeditor-%e0%b9%81%e0%b8%a5%e0%b8%b0-tinymce-%e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%87%e0%b9%88%e0%b8%b2%e0%b8%a2%e0%b9%86%e0%b8%9a%e0%b8%99/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>วิธีการติดตั้ง TinyMCE ให้กับ magento</title><link>http://killthewhat.com/magento-tutorials/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-tinymce-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-magento/</link> <comments>http://killthewhat.com/magento-tutorials/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-tinymce-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-magento/#comments</comments> <pubDate>Fri, 03 Jul 2009 20:09:35 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Magento]]></category> <category><![CDATA[e-commerce]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[extension]]></category> <category><![CDATA[install]]></category> <category><![CDATA[mce]]></category> <category><![CDATA[tiny]]></category> <category><![CDATA[tinymce]]></category> <category><![CDATA[wysiwyg]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=3208</guid> <description><![CDATA[TinyMCE คือ WYSIWYG Editor ซึ่งมันก็คือตัวช่วยในการเขียนเนื้อหาที่ถูกนำไปใช้งานกับหลายๆ cms ด้วยกัน ซึ่งมันมีประโยชน์เหมือนกับการเขียนบน word อะไรยังงั้นเลย ก็ตามชื่ออะครับ WYSIWYG (What You See Is What You Get) เห็นอะไรได้อย่างงั้น ซึ่งถ้าใครใช้งาน magento อยู่ก็คงรู้ดีว่ามันมีแต่ช่อง Text area ให้มาเปล่าๆ ให้เราใส่ code หรือเขียนข้อความลงไปเอง ซึ่งถ้าไม่มีพื้นฐาน HTML ก็คงจะรำบากกันหน่อย แต่ TinyMCE ช่วยท่านได้ครับ วิธีการติดตั้ง Tiny MCE บน magento คงจะไม่ง่ายเหมือนบน CMS ตัวอื่นหรอกครับแต่ก็ไม่ยากจนเกินไป เรามาเริ่มทำกันเลยดีกว่า ก่อนอื่นให้ดาวโหลดตัว Tiny MCE มาก่อน http://tinymce.moxiecode.com/download.php เลือกตัว Main package น่ะครับ จากนั้นให้ทำการแตกไฟล์ออกมาจะได้ folder [...]]]></description> <content:encoded><![CDATA[<div
style="float:left;"><img
src="http://killthewhat.com/wp-content/uploads/2009/07/logo_tinymce_2.gif" alt="logo_tinymce_2" title="logo_tinymce_2" width="235" height="120" class="aligncenter size-full wp-image-3228" /></div><p>TinyMCE คือ WYSIWYG Editor ซึ่งมันก็คือตัวช่วยในการเขียนเนื้อหาที่ถูกนำไปใช้งานกับหลายๆ cms ด้วยกัน ซึ่งมันมีประโยชน์เหมือนกับการเขียนบน word อะไรยังงั้นเลย ก็ตามชื่ออะครับ <a
href="http://th.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> (What You See Is What You Get)<span
id="more-3208"></span> เห็นอะไรได้อย่างงั้น ซึ่งถ้าใครใช้งาน magento อยู่ก็คงรู้ดีว่ามันมีแต่ช่อง Text area ให้มาเปล่าๆ ให้เราใส่ code หรือเขียนข้อความลงไปเอง ซึ่งถ้าไม่มีพื้นฐาน HTML ก็คงจะรำบากกันหน่อย แต่ TinyMCE ช่วยท่านได้ครับ</p><p>วิธีการติดตั้ง Tiny MCE บน magento คงจะไม่ง่ายเหมือนบน CMS ตัวอื่นหรอกครับแต่ก็ไม่ยากจนเกินไป เรามาเริ่มทำกันเลยดีกว่า ก่อนอื่นให้ดาวโหลดตัว Tiny MCE มาก่อน <a
href="http://tinymce.moxiecode.com/download.php">http://tinymce.moxiecode.com/download.php</a> เลือกตัว Main package น่ะครับ จากนั้นให้ทำการแตกไฟล์ออกมาจะได้ folder ชื่อ tinymce ให้เราทำการอัพไฟล์ขึ้นไปวางไว้ที่ /js/tiny_mce (folder นี้ให้สร้างเอง)/<strong>tinymce</strong> (folder นี้คือตัวที่เราอัพโหลดขึ้นมา)</p><p>จากนั้นให้ทำการเพิ่ม script ด้านล่างลงไป ที่บรรทัด 54 (บรรทัด 49 ในเวอร์ชั่น 1.1.1) ในไฟล์ app/design/adminhtml/defaut/default/template/catalog/product/edit.phtml</p><pre class="brush: php; title: ;">&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;&lt;?php echo $this-&gt;getJsUrl('tiny_mce/tinymce/jscripts/tiny_mce/tiny_mce.js') ?&gt;&quot;&gt;&lt;/script&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
Event.observe(window, 'load', function() {
    tinyMCE.init({
        mode : &quot;exact&quot;,
        theme : &quot;advanced&quot;,
        strict_loading_mode : true,
        elements : &quot;description,short_description&quot;,
        theme_advanced_toolbar_location : &quot;top&quot;,
        theme_advanced_toolbar_align : &quot;left&quot;,
        theme_advanced_path_location : &quot;bottom&quot;,
        extended_valid_elements : &quot;a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]&quot;,
        theme_advanced_resize_horizontal : &quot;true&quot;,
        theme_advanced_resizing : &quot;true&quot;,
        apply_source_formatting : &quot;true&quot;,
        convert_urls : &quot;false&quot;,
        force_br_newlines : &quot;true&quot;,
        doctype : '&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;'
    });
});

&lt;/script&gt;
</pre><p>จากนั้นมาต่อด้วยแก้ไข function getElementHtml() ที่บรรทัด 51 จากไฟล์ lib/Varien/Data/Form/Element/Editor.php ให้ทำการ upadate น่ะครับหรือทับ code ตัวเก่าของมันทิ้งไปเลย</p><pre class="brush: php; title: ;">
public function getElementHtml()
    {
        if( $this-&gt;getWysiwyg() === true )
        {
            $element = ($this-&gt;getState() == 'html') ? '' : $this-&gt;getHtmlId();

            $html = '
                &lt;textarea name=&quot;'.$this-&gt;getName().'&quot; title=&quot;'.$this-&gt;getTitle().'&quot; id=&quot;'.$this-&gt;getHtmlId().'&quot; class=&quot;textarea '.$this-&gt;getClass().'&quot; '.$this-&gt;serialize($this-&gt;getHtmlAttributes()).' &gt;'.$this-&gt;getEscapedValue().'&lt;/textarea&gt;
        &lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;/js/tiny_mce/tiny_mce.js&quot;&gt;&lt;/script&gt;
        &lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
        Event.observe(window, &quot;load&quot;, function() {
            tinyMCE.init({
                mode : &quot;exact&quot;,
                theme : &quot;advanced&quot;,
                strict_loading_mode : true,
                elements : &quot;'.$this-&gt;getHtmlId().'&quot;,
                theme_advanced_toolbar_location : &quot;top&quot;,
                theme_advanced_toolbar_align : &quot;left&quot;,
                theme_advanced_path_location : &quot;bottom&quot;,
                extended_valid_elements : &quot;a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]&quot;,
                theme_advanced_resize_horizontal : &quot;true&quot;,
                theme_advanced_resizing : &quot;true&quot;,
                apply_source_formatting : &quot;true&quot;,
                convert_urls : &quot;false&quot;,
                force_br_newlines : &quot;true&quot;,
                doctype : &quot;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;&quot;
            });
        });

        &lt;/script&gt;';

            $html.= $this-&gt;getAfterElementHtml();
            return $html;
        }
        else
        {
            return parent::getElementHtml();
        }
    }
</pre><p>ต่อมาให้แก้ไขไฟล์จากบรรทัดที่ 101 /magento/app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Main.php จากเดิม</p><pre class="brush: php; title: ;">
$fieldset-&gt;addField('content', 'editor', array(
            'name'      =&gt; 'content',
            'label'     =&gt; Mage::helper('cms')-&gt;__('Content'),
            'title'     =&gt; Mage::helper('cms')-&gt;__('Content'),
            'style'     =&gt; 'height:36em;',
            'wysiwyg'   =&gt; false,
            'required'  =&gt; true,
        ));
</pre><p>เป็น</p><pre class="brush: php; title: ;">
 $fieldset-&gt;addField('content', 'editor', array(
            'name'      =&gt; 'content',
            'label'     =&gt; Mage::helper('cms')-&gt;__('Content'),
            'title'     =&gt; Mage::helper('cms')-&gt;__('Content'),
            'style'     =&gt; 'width:98%; height:600px;',
            'wysiwyg'   =&gt; true,
            'required'  =&gt; true,
        ));
</pre><p>จากนั้นลองเข้าหน้า admin ของ magento ดูครับแล้วไปที่ Catalog >> Manage Product แล้วทำการสร้างสินค้าดูครับ<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/07/magento14.png" rel="lightbox[3208]"><img
src="http://killthewhat.com/wp-content/uploads/2009/07/magento14.png" alt="magento" title="magento" width="630" height="305" class="aligncenter size-full wp-image-3218" /></a></p><p>แต่ในส่วนที่แก้ไขยังคงใช้ tinymce ได้เพียงแค่หน้าสร้างสินค้าเท่านั้นถ้าเราต้องการใช้งานในส่วนอื่นๆเพิ่มเติมต้องติดตั้ง Extension ที่ชื่อว่า <a
href="http://www.magentocommerce.com/extension/586/fontis-wysiwyg-editor">Fontis WYSIWYG Editor</a> ครับ เมื่อทำการติดตั้งแล้วให้เรามาแก้ไขค่ามันที่เมนู System >> Configuration >>Admin แล้วดูที่แท็บ WYSIWYG Editor ให้เลือก Editor Type เ็ป็น Tiny MCE ตามรูป หลังจากนั้นเราก็จะสามารถใช้งานในส่วนของ</p><ul><li>Product Description</li><li>Product Short Description</li><li>CMS Page Content</li><li>Static Block Content</li><li>Category Description</li><li>Newsletter Template</li></ul><p><a
href="http://killthewhat.com/wp-content/uploads/2009/07/magento15.png" rel="lightbox[3208]"><img
src="http://killthewhat.com/wp-content/uploads/2009/07/magento15.png" alt="magento" title="magento" width="630" height="336" class="aligncenter size-full wp-image-3225" /></a></p><p>อ้างอิง : <a
href="http://www.magentocommerce.com/wiki/wysiwyg/a_how-to#introduction">http://www.magentocommerce.com/wiki/wysiwyg/a_how-to#introduction</a><br
/> ปล. code ที่ผมนำมาอาจจะไม่เหมือนในเว็บไซต์อ้างอิง เพราะผมได้ทำการแก้ไขในส่วนของ path ที่ลิงค์ไปยัง tiny_mce.js ซึ่งถ้าทำตามผมได้อย่างถูกต้อง สามารถนำไปใช้งานได้แน่นอนครับ</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/magento-tutorials/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-tinymce-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b8%81%e0%b8%b1%e0%b8%9a-magento/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>สิทธิ์ของสมาชิก wordpress ( Role )</title><link>http://killthewhat.com/wordpress-tutorials/%e0%b8%aa%e0%b8%b4%e0%b8%97%e0%b8%98%e0%b8%b4%e0%b9%8c%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b8%a1%e0%b8%b2%e0%b8%8a%e0%b8%b4%e0%b8%81-wordpress-role/</link> <comments>http://killthewhat.com/wordpress-tutorials/%e0%b8%aa%e0%b8%b4%e0%b8%97%e0%b8%98%e0%b8%b4%e0%b9%8c%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b8%a1%e0%b8%b2%e0%b8%8a%e0%b8%b4%e0%b8%81-wordpress-role/#comments</comments> <pubDate>Fri, 29 May 2009 07:49:36 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[administrator]]></category> <category><![CDATA[author]]></category> <category><![CDATA[contributor]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[role]]></category> <category><![CDATA[subscriber]]></category> <category><![CDATA[user]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=1892</guid> <description><![CDATA[ระบบจัดการสมาชิกของ wordpress นั้นจะแยกสมาชิกออกเป็นระดับการใช้งาน ( Role ) เหมือนเป็นการกำหนดสิทธิ์ให้แก่สมาชิกนั้นๆ มีตั้งแต่ Subscriber ไปจนถึง Administrator ซึ่งในระดับ Administrator นั้นจะมีสิทธิ์เท่าเทียมกับเจ้าของเว็บไซค์หรือเราเลยที่เดียว โดยรูปแบบสิทธิ์ของสมาชิกบล็อกมีอยู่ด้วยกัน 5 รูปแบบ Administrator สมาชิกรูปแบบนี้มีสิทธิ์ปรับเปลี่ยนทุกอย่างในบล็อกของเราได้ Editor สมาชิกในรูปแบบนี้สามารถดู , แก้ไข , ลบ , และเผยแพร่โพสต์ได้ ทั้งโพสต์ของคนอื่นและของตัวเอง พูดง่ายๆ ก็เหมือนกับ Moderator Author สมาชิกซึ่งมีหน้าที่เป็นนักเขียนโพสต์ สามารถโพสต์อะไรก็ได้ตามใจ และเผยแพร่ได้ทันทีโดยไม่ต้องรอตรวจสอบจากเรา หรือ admin คนอื่น รวมถึงการมีสิทธิ์แก้ไขโพสต์ของตัวเองได้ แต่ไม่สามารถไปแก้ไขโพสต์คนอื่น Contributor สมาชิกที่มีรูปแบบนี้มีหน้าที่คล้ายกับนักเขียน คือเขียนเรื่องและแก้ไขได้แต่โพสต์ของตัวเอง ไม่สามารถเผยแพร่ออกไปได้ ต้องให้ Editor ตรวจสอบก่อน Subscriber สมาชิกนี้สามารถทำได้แค่ออกความคิดเห็นหรือเขียน comment ได้]]></description> <content:encoded><![CDATA[<p>ระบบจัดการสมาชิกของ wordpress นั้นจะแยกสมาชิกออกเป็นระดับการใช้งาน ( Role ) เหมือนเป็นการกำหนดสิทธิ์ให้แก่สมาชิกนั้นๆ มีตั้งแต่ Subscriber ไปจนถึง Administrator ซึ่งในระดับ Administrator นั้นจะมีสิทธิ์เท่าเทียมกับเจ้าของเว็บไซค์หรือเราเลยที่เดียว<br
/> <span
id="more-1892"></span><br
/> <img
class="aligncenter size-full wp-image-1893" title="howhost_00155" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00155.png" alt="howhost_00155" width="341" height="125" /></p><p>โดยรูปแบบสิทธิ์ของสมาชิกบล็อกมีอยู่ด้วยกัน 5 รูปแบบ</p><ul><li><strong>Administrator</strong> สมาชิกรูปแบบนี้มีสิทธิ์ปรับเปลี่ยนทุกอย่างในบล็อกของเราได้</li><li><strong>Editor</strong> สมาชิกในรูปแบบนี้สามารถดู , แก้ไข , ลบ , และเผยแพร่โพสต์ได้ ทั้งโพสต์ของคนอื่นและของตัวเอง พูดง่ายๆ ก็เหมือนกับ Moderator</li><li><strong>Author</strong> สมาชิกซึ่งมีหน้าที่เป็นนักเขียนโพสต์ สามารถโพสต์อะไรก็ได้ตามใจ และเผยแพร่ได้ทันทีโดยไม่ต้องรอตรวจสอบจากเรา หรือ admin คนอื่น รวมถึงการมีสิทธิ์แก้ไขโพสต์ของตัวเองได้ แต่ไม่สามารถไปแก้ไขโพสต์คนอื่น</li><li><strong>Contributor</strong> สมาชิกที่มีรูปแบบนี้มีหน้าที่คล้ายกับนักเขียน คือเขียนเรื่องและแก้ไขได้แต่โพสต์ของตัวเอง ไม่สามารถเผยแพร่ออกไปได้ ต้องให้ Editor ตรวจสอบก่อน</li><li><strong>Subscriber</strong> สมาชิกนี้สามารถทำได้แค่ออกความคิดเห็นหรือเขียน comment ได้</li></ul> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/wordpress-tutorials/%e0%b8%aa%e0%b8%b4%e0%b8%97%e0%b8%98%e0%b8%b4%e0%b9%8c%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%aa%e0%b8%a1%e0%b8%b2%e0%b8%8a%e0%b8%b4%e0%b8%81-wordpress-role/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Component : JCE editor ตัวช่วยเขียนบทความให้ง่ายขึ้น</title><link>http://killthewhat.com/joomla-tutorial/component-jce-editor-%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b8%8a%e0%b9%88%e0%b8%a7%e0%b8%a2%e0%b9%80%e0%b8%82%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%9a%e0%b8%97%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b9%83/</link> <comments>http://killthewhat.com/joomla-tutorial/component-jce-editor-%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b8%8a%e0%b9%88%e0%b8%a7%e0%b8%a2%e0%b9%80%e0%b8%82%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%9a%e0%b8%97%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b9%83/#comments</comments> <pubDate>Wed, 20 May 2009 10:45:20 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[component]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[jce]]></category> <category><![CDATA[tiny]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=1639</guid> <description><![CDATA[JCE editor เป็น editor ที่จะมาช่วยเสริมในการเขียนบทความหรือเนื้อหาให้กับเรา มีฟังชั่นในการทำงานมากกว่า Tiny MCE ที่เราใช้กันอยู่ปกติ ซึ่งฮาวโฮสแนะนำครับว่าควรมีติดไว้อย่างยิ่งสำหรับ JCE editor ตัวนี้ห้ามพลาด!!! ให้เราทำการดาวโหลด 3 ตัวนี้ หลังจากนั้นติดตั้งทั้ง 3 ตัวเลย com_jce_156.zip plg_jce_152.zip plg_jceutilities_217.zip จากนั้นไปที่เมนู Component &#62; JCE Administrator &#62; Control Panel จากนั้นคลิกที่ Icon Install เพื่อจะทำการติดตั้ง plugin ของ component jce editor โหดลไฟล์ JCE_Plugin.zip จากนั้นทำการแตกซิบออกมาแล้วจะพบ 3 ไฟล์อยู่ในนั้นให้ทำการติดตั้ง jce_filemanager_150.zip jce_mediamanager_150.zip jce_imgmanager_ext_150.zip เมื่อติดตั้งเสร็จให้เราไป ตั้งค่าคอนฟิกหลัก และปรับ Editor เป็น JCE โดยไปที่ดมนู Site [...]]]></description> <content:encoded><![CDATA[<p>JCE editor เป็น editor ที่จะมาช่วยเสริมในการเขียนบทความหรือเนื้อหาให้กับเรา มีฟังชั่นในการทำงานมากกว่า Tiny MCE ที่เราใช้กันอยู่ปกติ ซึ่งฮาวโฮสแนะนำครับว่าควรมีติดไว้อย่างยิ่งสำหรับ JCE editor ตัวนี้ห้ามพลาด!!!<br
/> <span
id="more-1639"></span><br
/> ให้เราทำการดาวโหลด 3 ตัวนี้ หลังจากนั้นติดตั้งทั้ง 3 ตัวเลย</p><ul><li><a
href=" http://www.joomlacontenteditor.net/downloads/file/167-com_jce_156">com_jce_156.zip</a></li><li><a
href="http://www.joomlacontenteditor.net/downloads/file/169-plg_jce_153">plg_jce_152.zip</a></li><li><a
href="http://www.joomlacontenteditor.net/downloads">plg_jceutilities_217.zip</a></li></ul><p>จากนั้นไปที่เมนู Component &gt; JCE  Administrator &gt; Control Panel</p><div
style="text-align:center;"><img
class="aligncenter size-full wp-image-1644" title="howhost_00326" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00326.png" alt="howhost_00326" width="478" height="242" /></div><p>จากนั้นคลิกที่ Icon Install เพื่อจะทำการติดตั้ง plugin ของ component jce editor</p><div
style="text-align:center;"><a
href="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00427.png" rel="lightbox[1639]"><img
class="aligncenter size-full wp-image-1646" title="howhost_00427" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00427.png" alt="howhost_00427" width="630" height="283" /></a></div><p>โหดลไฟล์ <a
href="http://killthewhat.com/files/JCE_Plugin.zip">JCE_Plugin.zip</a> จากนั้นทำการแตกซิบออกมาแล้วจะพบ 3 ไฟล์อยู่ในนั้นให้ทำการติดตั้ง</p><ul><li>jce_filemanager_150.zip</li><li>jce_mediamanager_150.zip</li><li>jce_imgmanager_ext_150.zip</li></ul><p><a
href="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00523.png" rel="lightbox[1639]"><img
class="aligncenter size-full wp-image-1648" title="howhost_00523" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00523.png" alt="howhost_00523" width="630" height="182" /></a></p><p>เมื่อติดตั้งเสร็จให้เราไป ตั้งค่าคอนฟิกหลัก และปรับ Editor เป็น JCE โดยไปที่ดมนู Site &gt; Global Configuration</p><div
style="text-align:center;"><img
class="aligncenter size-full wp-image-1650" title="howhost_00615" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00615.png" alt="howhost_00615" width="486" height="173" /></div><p>จากนั้นกูที่ Site Settings ให้ทำการปรับ Default WYSIWYG Editor เป็น Editor &#8211; JCE 1.5.2 จากนั้น Save<br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00713.png" rel="lightbox[1639]"><img
class="aligncenter size-full wp-image-1652" title="howhost_00713" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00713.png" alt="howhost_00713" width="630" height="246" /></a></p><p>Tiny MCE อันของเดิม<br
/> <img
class="aligncenter size-full wp-image-1654" title="howhost_00240" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_00240.png" alt="howhost_00240" width="624" height="94" /><br
/> JCE Editor ชุดใหม่<br
/> <img
class="aligncenter size-full wp-image-1655" title="howhost_0087" src="http://killthewhat.com/wp-content/uploads/2009/05/howhost_0087.png" alt="howhost_0087" width="627" height="140" /></p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/joomla-tutorial/component-jce-editor-%e0%b8%95%e0%b8%b1%e0%b8%a7%e0%b8%8a%e0%b9%88%e0%b8%a7%e0%b8%a2%e0%b9%80%e0%b8%82%e0%b8%b5%e0%b8%a2%e0%b8%99%e0%b8%9a%e0%b8%97%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b9%83/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 48/81 queries in 0.028 seconds using disk

Served from: killthewhat.com @ 2012-02-09 05:56:34 -->
