Forum

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 
Welcome, Guest
Username: Password: Remember me

TOPIC: Read more issue

Read more issue 22 Jul 2013 17:50 #1308

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
This attachment is hidden for guests. Please log in or register to see it.

È qui in allegato, grazie
Last Edit: 22 Jul 2013 17:51 by marco.
The administrator has disabled public write access.

Read more issue 22 Jul 2013 17:53 #1309

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Ci sono dei trattini "----" sopra la funzione readmore, devi toglierli, il commento in php si con "//"
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
Last Edit: 22 Jul 2013 17:53 by Antonio.
The administrator has disabled public write access.

Read more issue 22 Jul 2013 17:59 #1311

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
ah, ma io non volevo commentare!
Forse li avevo messi per evidenziare il punto d'inserimento... chiedo scusa per la banalità.
vedo se riesco a farlo inserire subito.
The administrator has disabled public write access.

Read more issue 23 Jul 2013 11:55 #1312

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
aggiornamento: la pagina va online ma i problemi restano,
la pagina it
Titolo: OK
intro: {lang it} testo ita // errore! Nota: non c'è il tag di chiusura {lang}//
Bottone "Leggi tutto: testo italiano {lang en} testo inglese" // errore! Nota: non c'è il tag di chiusura {lang}//

Pagina en
Titolo OK
intro: {lang it} testo italiano //errore!!!//
Bottone: "Read more:{lang en} testo inglese //errore//
la pagina inglese poi aperta mostra il testo giusto ma con la linea di separazione del read more

Ti faccio presente che il secondo separataore <div><hr id="system-readmore" /> con relativo </div> finale l'ho dovuto inserire dall'html perché il sistema segnalava la presenza di un altro read more (quello dell'italiano) e quindi si opponeva all'inserimento da editor grafico

in allegato il testo completo della pagina in html
This attachment is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Read more issue 23 Jul 2013 12:18 #1314

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Ok, allora bisogna fare un po' di debug...

Sempre la stessa funzione di prima, prova a modificarla così:
public function readmore($readmore, $readmoreLink)
{
echo '## Prima: '.$readmore.'<br/>';
   $easyLanguage = JPATH_PLUGINS.'/system/easylanguage/easylanguage.php';
   if(file_exists($easyLanguage)) {
      require_once $easyLanguage;
      if (method_exists('plgSystemEasyLanguage','filterText')) {
         $readmore = plgSystemEasyLanguage::filterText($readmore);
echo '## Dopo EL: '.$readmore.'<br/>';
      }
   }
echo '## Return: '.$readmore.'<br/>';
die();
   return '<p class="readmore">' . artxLinkButton(array(
   'classes' => array('a' => 'readon'),
   'link' => $readmoreLink,
   'content' => $readmore
   )) . '</p>';
}

Poi scrivimi il risultato (puoi fare anche uno screen) e ripristina la funzione.
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
The administrator has disabled public write access.
The following user(s) said Thank You: marco

Read more issue 23 Jul 2013 16:04 #1315

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
## Prima: Leggi tutto: {lang it}PRIMA VITTORIA DELLA MV AUGUSTA F3 IN EUROPA{/lang}{lang en}Agusta F3, the first...
## Dopo EL: Leggi tutto: PRIMA VITTORIA DELLA MV AUGUSTA F3 IN EUROPA{lang en}Agusta F3, the first...
## Return: Leggi tutto: PRIMA VITTORIA DELLA MV AUGUSTA F3 IN EUROPA{lang en}Agusta F3, the first...



questo è il risultato
The administrator has disabled public write access.

Read more issue 23 Jul 2013 16:10 #1316

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Ok, il testo arriva già troncato quindi il problema è da qualche altra parte prima di quella funzione.

Riesci a mandarmi tutto il template? (anche per email se vuoi This email address is being protected from spambots. You need JavaScript enabled to view it. )
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
The administrator has disabled public write access.

Read more issue 25 Jul 2013 17:16 #1317

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
ANtonio, scusa, ti ho mandato il template per email l'altro ieri ti è arrivato?

Ciao
Marco
The administrator has disabled public write access.