Je viend de faire la MAJ vers la version 1.1.4 de SMF, et j'ai copié ce pack de traduction.
Hors j'ai maintenant un gros:
Please notify this forum's administrator that this site is using an ILLEGAL copy of SMF!
Au bas de chaque page si j'utilise le pack french plutot que english.
Donc 2 questions:
1- Comment je résoud ca ?
2- Quelle est la différence entre le pack UTF8 et celui que j'ai choisi ?
Edit:
Suffit de remplacer la ligne 413 du fichier theme/default/index.french.php par:
de:
$forum_copyright = '<a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by ' . $forum_version . '</a> |
<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF © 2006-2007, Simple Machines LLC</a>';
vers:
$forum_copyright = '<a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">Powered by ' . $forum_version . '</a> |
<a href="http://www.simplemachines.org/about/copyright.php" title="Free Forum Software" target="_blank">SMF © 2001-2005, Lewis Media</a>';
Ma question 2 est toujours valide.