Forum

JiFile per Joomla!

JIFile
JiFile è una componente per Joomla! che permette di indicizzare il contenuto dei file(PDF, DOC, ecc.) per poter effettuare delle ricerche al loro interno.

Scopri di più...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile è una componente per Joomla! che ti permette di condividere le foto dal tuo dispositivo Android sul tuo portale Joomla!.

Scopri di più...  Demo

iFile Framework

IFile
IFile è un framework open source scritto interamente in PHP, permette l'indicizzazione dei contenuti testuali di un documento (DOC, PDF, EXCEL, etc) e una rapida ricerca all'interno degli stessi.

Scopri di più...  Demo

Easy Language

EasyLanguage
Easy Language è un plugin per la gestione semplice ed immediata di testi multilingua in ogni parte possibile di joomla, articoli, componenti, moduli, metadata, template, altri componenti(esempio K2) ecc.

Scopri di più...

Article Book Effect

Article Book Effect
Visualizza gli articoli di Joomla con l'effetto volta pagina di un libro. Questo plugin consente di visualizzare il contenuto di un articolo Joomla come un vero e proprio libro o una rivista, utilizzando tutti i vantaggi di HTML5

Scopri di più...  Demo

 

Fototessera

Article Book Effect
La più famosa Android App che ti permette di stampare le foto tessere per i tuoi documenti con il tuo smartphone Android, in modo semplice ed intuitivo.

Scopri di più...

 

Ombra pazza 3D

Ombra pazza 3D
Ombra Pazza è il puzzle game 3D frenetico e divertente per Android! Prova a ruotare le forme portandole nella posizione delle proprie ombre senza mai fallire! Risolvi una dopo l'altra tutte le combinazioni dei livelli di gioco.

Scopri di più...

 

Admin Countdown

Admin Countdown
Modulo per Joomla! 2.5 e 3.x visualizza nella parte di amministrazione del sito, un timer con il conto alla rovescia del tempo rimanente della tua sessione.

Scopri di più...  Demo

 
Benvenuto, Ospite
Nome utente: Password: Ricordami

ARGOMENTO: SOLVED : raw artile title in Read More button.

SOLVED : raw artile title in Read More button. 04/04/2012 02:54 #304

  • AXiaofeng
  • Avatar di AXiaofeng
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 5
  • Ringraziamenti ricevuti 6
Joomla version 2.5.3
Easy Language version 1.0.1
Template : Artisteer template

Issue : Article title is not processed in Read More button on front page
and appears exacly as inserted in editor when used with Artisteer made template.
eg. Read more:{lang XX}one{/lang}{lang YY}two{/lang}

I have tested it and default joomla templates provided with joomla 2.5.3
working ok with Easy language.
However when using Artisteer made templates Read More button shows
exact content of title inserted in editor along with {lang} tags.

I understand that your answer may be that its not Easy Language plugin fault,
because it works ok with default templates.
However at this time Artisteer is one-and-only available proffesional
software to create CMS templates and because of this fact Artisteer templates
are widely used by more and more people in his CMS's
It would be very nice if you would like to test your plugin with Artisteer
template and try if there is way to make it compatible.

If you would like to test your plugin with Artisteer template,
HERE you can download free artisteer template's.
(I believe that if you can make it compatible with one template then
it will be compatible with all templates because they are all same just
different look)
Ultima modifica: 05/04/2012 14:38 da AXiaofeng.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: Issue : raw artile title in Read More button. 04/04/2012 21:53 #307

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
I found the problem ...
the template change the text of read more, replacing spaces with html entities and thus Easy Language fails.

To resolve you can manually edit the file
templates/temp/classes/ArtxContentItem.php at line 70 about:
public function readmore($readmore, $readmoreLink)
{
    return '<p class="readmore">' . artxLinkButton(array(
        'classes' => array('a' => 'readon'),
        'link' => $readmoreLink,
        'content' => $readmore
    )) . '</p>';
}
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
I seguenti utenti ringraziano:: AXiaofeng

Re: Issue : raw artile title in Read More button. 05/04/2012 00:28 #308

  • AXiaofeng
  • Avatar di AXiaofeng
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 5
  • Ringraziamenti ricevuti 6
Oh yes indeed,
There is str_replace(' ', ' ', $text) in template.

Btw, if someone will have similar problem with Artisteer template
changing spaces to nonbreaking space codes,
in my template it was in templates\templatename\functions.php

Thank you for help and quick reply.

Btw, while we allready know such problem may sometime appear,
and why exacly it is happening, wouldnt it be good idea to update
your Easy Language plugin regex to process both normal spaces ( )
and nonbreaking spaces ( ) ?
It would make your plugin even more perfect, (Easy Language is indeed awesome)
and save all future users from confusion in case something would convert his spaces to non breaking.
Ultima modifica: 05/04/2012 00:31 da AXiaofeng.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: Issue : raw artile title in Read More button. 05/04/2012 09:35 #310

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
sure, I'll do it!

The solution I proposed is a temporary, before updating Easy Language.

Thanks to you
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
I seguenti utenti ringraziano:: AXiaofeng

Re: Issue : raw artile title in Read More button. 05/04/2012 13:42 #313

  • AXiaofeng
  • Avatar di AXiaofeng
  • OFFLINE
  • Fresh Boarder
  • Messaggi: 5
  • Ringraziamenti ricevuti 6
Thank you again !
Your Easy Language plugin is awesome.
I give it 5 star in Joomla Extensions.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.