Quote:
Originally Posted by Digital Jedi
Okay, so just to be sure since I have to work these from the inside out, let me know if I've got the tags compared correctly.
<item> = <def> yup
<id> = <providerid> yup
<title> = [s]<tagoption>[/s] title = provider
[s]<description>[/s] Yup
NEW = <url> Yup. This is the home page. Links the Provider in the 'popup' media box.[s]<displayorder>[/s] displayorder = priority
<findcode> = <regex_url> Yup
<replacecode> = <embed> Yup. Only takes 1 param though: {vb:raw code}
[s]<status>[/s] yup
[s]<container>[/s] yup
<embedregexp> = <regex_scrape> Yup
[s]<extraction>[/s] Yup. asserted if regex_scrape contains value
[s]<gdef> = <priority>[/s]
[s]<ameid>[/s] ameid = tagoption
[s]<validation>[/s]
|
So to recap:
providerid (was id) isn't really used on insertion anyway
provider (was title). A User friendly name for definition. Appears in the media popup box linked
url (new). A link to the provider home page. Used with Provider name to provide user friendly link in video popup box
tagoption (was ameid). A unique textual key to identify defintion
regex_url (was findcode). The regex to match the URL. Grabs the 1 parameter unless regex_scrape is specified
regex_scrape (was embedregexp). The regex that will return 1 match from the destination page.
embed (was replacecode). This is the html with {vb:raw code} in it. It actually gets build into the bbcode_video template.
Others are discontinued.
HTH's