XF 1.3 Public templates modifications

LordsKing

Active member
Hello !

On some add-ons i see in the XML File : public templates modifications !
And i would know how to do a template modification and bins it to the add-on

Thanks ;)
 
How can we put values in "XYZ" below:
Code:
<public_template_modifications/>
    <bb_code_media_sites>
            <site media_site_id="XYZ" site_title="XYZ" site_url="XYZ" match_is_regex="1" match_callback_class="" match_callback_method="" embed_html_callback_class="" embed_html_callback_method="" supported="1">

            <match_urls><![CDATA[XYZ]]></match_urls>
            <embed_html><![CDATA[<iframe>XYZ</iframe>]]></embed_html>
    </site>

    </bb_code_media_sites>

While trying to create own Add-on based on single XML file :)
 
Top Bottom