
สำหรับเว็บบอร์ด 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> ...
