Custom Field Regex Capture

Custom Field Regex Capture 1.0.0

没有下载权限
XF 兼容性
  1. 2.3.x
Short Description
Make custom field regex captures accessible to value and wrapper display HTML options
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:
代码:
(?: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:
代码:
<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
作者
axtona
浏览
159
Extension type
zip
File size
17.7 KB
首次发布
上次更新
评分 0.00 星 0 个评分
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

来自 axtona 的更多资源

XenForo媒体图库 / XFMG A
XenForo媒体图集是官方的XenForo扩展程序,可让您在XF2中添加图集
Data Tables A
Data Tables 1.0.0
create stand-alone, fully customizable data tables within XenForo

相似的资源

[AndyB] Custom user fields A
Shows custom user fields list.
浏览
191
已更新
[DD] Custom Field Extension A
With this brand new AddOn you can add new types of custom fields
浏览
816
已更新
[OzzModz] Custom Field Requirement Bypass A
Simple addon that adds permissions to bypass custom thread field requirements.
浏览
374
已更新
顶部