Jump to content

ใครใช้ RSS feed block v1.0 ดึง RSS SMF 1.1.11 แล้วมีปัญหายกมือขึ้น


Devstore Thai

Recommended Posts

ถ้าดึง RSS จาก SMF 1.1.11 แล้วเจอ error ประมาณ "Invalid feed URL" หรือ "URL ไม่ถูกต้อง"

ให้ลองเข้าไปที่ไฟล์ classes/Validate.php แล้วหา function isUrl

จากเดิม

   static public function isUrl($url)
   {
       return preg_match('/^([[:alnum:]]|[:#%&_=\(\)\.\? \+\-@\/])+$/ui', $url);
   }



แก้ไขอะไรนิดหน่อยเป็น

   static public function isUrl($url)
   {
       return preg_match('/^([[:alnum:]]|[:#%&_=\(\)\.\? \+\-@\/\;])+$/ui', $url);
   }



เพียงเท่านี้ปัญหาคงดีขึ้น (หวังว่า)

บ๊าย บาย :lol:

ป๋อง @ นกเอกดอทคอม

Link to comment
Share on other sites

เคยเจอปัญหานี้ แต่เดี๋ยวนี้ไม่ได้ใช้แล้ว เพราะมัน เยอะเกิน

อืม! ดูแล้ว เพิ่มแค่ \; เข้าไปเท่านั้นเอง

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...