Category Archive: SMF

Aug
29

แทรก Script upload picture สำหรับบอร์ด SMF

สำหรับเว็บบอร์ด SMF ที่มีการโพสรูปเยอะๆ ถ้าต้องโพสลงโฮสตัวเองจะทำให้เปลืองพื้นที่และแบนด์วิทมากๆ เพราะฉนั้นเรามาใช้สคริป API โพสรูปฟรีๆจาก upic.me กันนะครับ ขั้นตอนตามนี้ เปิดไฟล์ Themes/default/Post.template.php ค้นหาบรรทัดนี้ // Finally, the submit buttons. ใส่โค้ดนี้ก่อนหน้า // Finally, the submit buttons. // Upload Image echo '<tr> <td></td> <td> <font color="red"><b>Upload Picture Support<b> </font> <b>jpg, jpeg, gif, png </b> Size 2MB<br><br> <script type="text/javascript" src="http://upic.me/js/embedupload.js"> </script> <script type="text/javascript"> upic_target = document.postmodify.message; upic_type = "bbfull"; upic_buttoncss  = "color:#000000;"; </script>                </td>               ...

Permanent link to this article: http://www.comfixclub.com/%e0%b9%81%e0%b8%97%e0%b8%a3%e0%b8%81-script-upload-picture-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b8%9a%e0%b8%ad%e0%b8%a3%e0%b9%8c%e0%b8%94-smf/