MyBB Community Forums

Full Version: Mybb Xthread issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Oke i have tried to do the mybb xthread topics, but i dont know how to make these pages like youtube gallery! I've tried it but im missing a few things and i dont know where to add them, can anyone help?

where can i find this in the admin cp by creating it?
Text Mask Filter:

Code:
^(?:([a-zA-Z0-9_\-+]{8,16})$|https?\://(?:[a-z]{1,4}\.)?(?:youtube\.com/(?:embed/|v/|watch\?v=)|youtu\.be/)([a-zA-Z0-9_\-+]{8,16}))

Code:
Video ID Only - Match - value 1
http://www.youtube.com/watch?v=video_id - Match - value 2
http://www.youtube.com/watch?v=video_id&feature=featured - Match - value 2
http://youtube.com/watch?v=video_id - value 2
http://youtube.com/watch?v=video_id&feature=featured - Match - value 2

where can i find the text mask filter?
and where can i add the code above?