- Uyumlu XF Sürümleri
- 2.2.X
- 2.3.X
Eklenti, SVG görüntüleri XenForo'nun şablonlarında depolamasına olanak tanır.
To generate a link to an SVG template (The template must have .svg at the end of the name!) ;
Under Board information, if "Use Full Friendly URLs" (useFriendlyUrls) is set the URL generated is:
Otherwise
To generate a link to an SVG template (The template must have .svg at the end of the name!) ;
Kod:
{{ getSvgUrl('tempate.svg') }}
Under Board information, if "Use Full Friendly URLs" (useFriendlyUrls) is set the URL generated is:
Kod:
/data/svg/<style_id>/<langauge_id>/<style_last_modified>/<templateName.svg>
Otherwise
Kod:
svg.php?svg=<templateName>&s=<style_id>&l=<langauge_id>&d=<style_last_modified>