The |liens_absolus (absolute links) filter (since SPIP 1.8.2) is applied to a text type tag, e.g. (#TEXTE, #DESCRIPTIF, etc.), and transforms all links contained in that text (<a href=..., <link href:..., <img src=... and <script src=...) into absolute links (with the site’s complete URL address).
Example:<img src="local/cache-vignettes/L500xH333/nice_picture.jpg"..
will be translated into<img src="http://le_site.fr/local/cache-vignettes/L500xH333/nice_picture.jpg"...
and<a href="spip.php?page=article&id_article=25"...
will come out as<a href="http://le_site.fr/spip.php?page=article&id_article=25"...
- This filter is particularly useful in templates for RSS feeds, for example.
See also the |url_absolue and |abs_url filters.
