Resource icon

xF2 Add-on SVG Template by Xon 2.5.2

No permission to download
Compatible XF Versions
  1. 2.0
  2. 2.1
  3. 2.2
Additional Requirements
php 5.6+
Depending on configuration, this add-on requires webserver URL rewrite support!

Allows SVG (Scalable Vector Graphics) images to be stored as templates. This creates a new svg.php file in the XF root directory.

To generate a link to an SVG template;
Code:
{{ getSvgUrl('tempate.svg') }}
Under Board information, if "Use Full Friendly URLs" (useFriendlyUrls) is set the URL generated is:
Code:
/data/svg/<style_id>/<langauge_id>/<style_last_modified>/<templateName>.svg
Otherwise
Code:
svg.php?svg=<templateName>&s=<style_id>&l=<langauge_id>&d=<style_last_modified>
Nginx URL rewrite config
Code:
location ^~ /data/svg/ {
  access_log off;
  rewrite ^/data/svg/([^/]+)/([^/]+)/([^/]+)/([^\.]+).svg$ /svg.php?svg=$4&s=$1&l=$2&d=$3 last;
  return 403;
}
Author
Admin
Size
35.7 KB
Extension
zip
Downloads
24
Views
2,332
First release
Last update

More resources from Admin

Latest updates

  1. 2.5.2 - Bugfix update

    Fix "[E_DEPRECATED] strlen(): Passing null to parameter #1 ($string) of type string is...
  2. 2.5.1 - Bugfix update

    Fix internal server error being generated instead of a 404 when requesting an invalid svg
  3. 2.5.0 - Maintenance update

    This add-on is now avaliable on atelieraphelion.com Require php 7.2+ Require StandardLib...

Similar resources

[CinVin] Emoji Tweaks (use SVG images for emoji instead of PNG) Admin
Change the file extension of emoji images when using a custom CDN
0.00 star(s) 0 ratings
Downloads
1
Updated
[SVG] Date Time S
Блок даты и времени
0.00 star(s) 0 ratings
Downloads
10
Updated
[SVG] Error correction Admin
BB code error correction in forum posts
0.00 star(s) 0 ratings
Downloads
3
Updated
[SVG] Footer linkList StaffBar Sangoku
Transferring the language and style selection links in the admin menu.
0.00 star(s) 0 ratings
Downloads
6
Updated
[SVG] Forum Statistics Below Nodes Admin
0.00 star(s) 0 ratings
Downloads
13
Updated