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 18 Jul 2013 17:52 #1291

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Hi, thanks for the easy language plugin has solved my problem very well :) I'm developing a 4 language website.
The only issue is on the home page wher I've some news managed by the mambo pagebreak system and the read more button instaed of reporting the title in right language shows this:

Leggi tutto: {lang it}PRIMA VITTORIA DELLA MV AUGUSTA F3 IN EUROPA{lang en}Agusta F3, the first...

but them main title is ok just "PRIMA VITTORIA DELLA MV AUGUSTA F3 IN EUROPA" per the italian and so on...

where is the mistake? I'm not a pro/super joomla user, so be patient and please help me

PS Ho scritto in inglese per rendere internazionale la discussione ma se preferite andiamo d'italiano, ciao grazie molto sin da ora
The administrator has disabled public write access.

Read more issue 19 Jul 2013 13:57 #1293

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
I've found on the forum a solution and I've applied it
(I've used artisteer for the template)
this is your code
public function readmore($readmore, $readmoreLink)
{
return '<p class="readmore">' . artxLinkButton(array(
'classes' => array('a' => 'readon'),
'link' => $readmoreLink,
'content' => $readmore
)) . '</p>';
}
I can see first news (the most recent one) title ok - read more ok
second news the title is missing and the read more shows the full muktilanguage title
could please somebody help me?
The administrator has disabled public write access.

Read more issue 19 Jul 2013 14:24 #1294

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Hi,
you can try to modify the code as:
public function readmore($readmore, $readmoreLink)
{
   $easyLanguage = JPATH_PLUGINS.'/system/easylanguage/easylanguage.php';
   if(file_exists($easyLanguage)) {
      require_once $easyLanguage;
      if (method_exists('plgSystemEasyLanguage','filterText')) {
         $readmore = plgSystemEasyLanguage::filterText($readmore);
      }
   }
   return '<p class="readmore">' . artxLinkButton(array(
   'classes' => array('a' => 'readon'),
   'link' => $readmoreLink,
   'content' => $readmore
   )) . '</p>';
}

I can not prove it, so it might not work, Try it and let us know.
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 19 Jul 2013 16:59 #1295

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Thanks a lot, but it doesn't work ... :(
page totally empty nothing to see.
The administrator has disabled public write access.

Read more issue 19 Jul 2013 17:05 #1296

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Andiamo di italiano va, poi la soluzione la metto in inglese :lol:

Se ti è uscito pagina bianca sicuramente c'è un errore di sintassi.

Mi è venuto un dubbio che versione di Easy Language usi? Perchè il codice che ti ho scritto va bene solo dalla 1.1.0

Comunque puoi abilitare la visualizzazione degli errori? così vediamo qual è l'errore.
(configurazione globale di Joomla, nella scheda Server: parametro “Rapporto errori“ metti temporaneamente Massimo)
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 19 Jul 2013 19:54 #1297

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Ok andiamo di Italiano;-)
la versione l'ho scaricata 2-3 settimane fa dal vostro sito...
Grazie Antonio, purtroppo fino a lunedì ho le mani legate.
Appena posso faccio caricare la pagina bianca e ti copio gli errori qui.
Intanto buon weekend
Marco
The administrator has disabled public write access.

Read more issue 22 Jul 2013 17:20 #1306

  • marco
  • marco's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Parse error: syntax error, unexpected T_DEC, expecting T_FUNCTION in /web/htdocs/www.ellanvanninmotorclub.it/home/ev/templates/ellanvannin270313/library/Artx/Content/Item.php on line 98

Questo è l'errore che aspettavamo..
resto in attesa grazie :-)
The administrator has disabled public write access.

Read more issue 22 Jul 2013 17:24 #1307

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Prova a mandarmi quel file che va in errore, che dovrebbe esser quello in cui hai effettuato la modifica,
home/ev/templates/ellanvannin270313/library/Artx/Content/Item.php
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