Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : FArn 12 Mar 2009, 14:17:30
-
Ciao, allora, ho il seguente problema:
USo Jevents e le lettere dei giorni, ma non solo anche quelle dei titoli e del testo, vengono sostituite con un punto di domanda.
Come posso risolvere?
-
Mi rispondo da solo, ultimamente il forum ha bisogno di volontari mi sembra...
In components/com_events/events.class.php, sostituire :
Questa riga (selezionandola tutta)
function getDateFormat( $year, $month, $day, $type ){
con
function getDateFormat( $year, $month, $day, $type ){
return utf8_encode(self::getDateFormatANSI( $year, $month, $day, $type ));
}
function getDateFormatANSI( $year, $month, $day, $type ){
-
Grazie FArn... sei la mia slavezza!!! :)