25/10/2013, 12:24:58
Citation :#~~~~~ DEBUT BLOC A NE PAS SUPPRIMER ~~~~~
#~ Version du CMS: 1.11.9
#~ Url du site :
#~ Hébergeur / Soft : 1and1
#~ Informations Système :
#~~~~~ FIN BLOC A NE PAS SUPPRIMER ~~~~~
Bonjour,
J'aimerais revenir sur un petit module sympa dont on parlait encore il y a quelque temps
le module TruetypeText qui sert à créer dynamiquement une image png en téléchargeant une police truetype
le module fonctionne bien avec la balise
Code :
{TruetypeText" style="your style" text="your text"}
Ensuite il est dit dans la doc qu'on peut afficher également le titre des pages le nom du site etc...
(optional) text="" - The text you want to display. You can also use these tags:
%title : this will display the page title
%menutext : this will display the menu text of the page
%sitename : this will display the site name
%description : this will display title attribute of the page
J'ai essayé pour le titre des pages mais sans résultat
Code :
{TruetypeText" style="your style" text="%title"}
Code :
{TruetypeText" style="your style" text="'%title'"}
Code :
{TruetypeText" style="your style" "%title"}
-.