Custom Field Regex Capture

Custom Field Regex Capture 1.0.0

No permission to download
XF Compatibility
  1. 2.3.x
Short Description
Custom Field Regex Capture for user, thread, resource, and media fields. Easily extract video IDs from YouTube URLs with custom display options. Download now!
Make custom field regex captures accessible to value and wrapper display HTML options; works with user, thread, resource, and media fields. For example, you can extract video ID's from regex URL fields.
Edit thread.webp

Get a free download of Custom Field Regex Capture from here? Because this resource was immediately available as of 2025-06-27

View thread field.webp

custom field regex:
Code:
(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube(?:-nocookie)?\.com\/(?:embed\/|v\/|watch\?v=|watch\?.+&v=|shorts\/|live\/))(?<videoId>[\w-]{11})(?![\w-])
Regex.webp

Custom field wrapper display HTML:
Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/{$videoId}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

Wrapper display HTML.webp
Author
axtona
Views
217
Extension type
zip
File size
17.7 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

More resources from axtona

Relevio.ai A
Relevio.ai 1.0.0
This is the XenForo add-on for Relevio, a unique context‑aware, rule‑driven moderation engine
AI ForumBot A
AI ForumBot 1.1.1
ForumBot gives you a bot trained on your forum's own content
Persona - Personalise Your Forum Identity A
Persona gives every member on your forum the tools to make their presence their own.

Similar resources

[AndyB] Custom user fields A
Shows custom user fields list.
[DD] Custom Field Extension A
With this brand new AddOn you can add new types of custom fields
[OzzModz] Custom Field Requirement Bypass A
Simple addon that adds permissions to bypass custom thread field requirements.
Back
Top