@ggppdk:
thank you for your answer.
I've seen the parameter, but there is 2 choices:
- a download button like in a form, with "Download" text,
- or a link with the name of the pdf file.
if I choose to set the 2 parameters to "no", the name of the pdf file is considered as "yes"...
@Micker:
je n'ai rien compris! ça donne quoi sans les fautes de frappe? :lol:
Ma solution :
c'est dans le fichier plugins/flexicontent_fields/file/file.php que se trouve le code de ce lien, vers la ligne 397.
je remplace :
Code:
$str = $icon . '<a href="' . $dl_link . '" class="'.$class_str.'" title="'. $alt_str .'" >' . $name_html . '' ." ". $text_html;
par :
Code:
$bouton = 'Telecharger la fiche';
$str = $icon . '<a href="' . $dl_link . '" class="'.$class_str.'" title="'. $alt_str .'" >' . $bouton . '' ." ". $text_html;
et pour finir, je fais une copie de mon fichier modifié pour le cas où il y ait une maise à jour de Flexicontent
Merci à tous les deux pour vos réponses
Thank you both for your reply