disable title link and readmore button

  • matador
  • Autore della discussione
  • Offline
  • Nuovo Utente
  • Nuovo Utente
Di più
9 Anni 10 Mesi fa - 9 Anni 10 Mesi fa #1848 da matador
disable title link and readmore button è stato creato da matador
Hi
how can i disble link title article in search resul and can change readmore text so
readmore: title article

sorry for my bad english
thanks


sorry for was for
CP 2.0 for J1.5 Priority Support

thanks
Ultima Modifica 9 Anni 10 Mesi fa da matador.

Si prega Accesso o Crea un account a partecipare alla conversazione.

Di più
9 Anni 10 Mesi fa - 9 Anni 10 Mesi fa #1849 da andrea_4g
Risposta da andrea_4g al topic disable title link and readmore button
The option to use the article title as read more is available in Custom Properties for Joomla 3.x. Previous version don't have such option.

To disable the link of the article title you need to make a modification to the code in file:
components/com_customproperties/views/show/view.html.php at line 175
from
Code:
$text .= "<div class=\"cp_title\">\n" . "<a href=\"" . JRoute::_( $row->href) . "\">" . htmlspecialchars($row->title) . "</a>\n" . "</div>\n";
to:
Code:
$text .= "<div class=\"cp_title\">\n".htmlspecialchars($row->title)."</div>\n";

== Notice ==
This modification will be overwritten if you update Custom Properties.
Ultima Modifica 9 Anni 10 Mesi fa da andrea_4g. Motivo: added line number
I seguenti utenti hanno detto grazie : matador

Si prega Accesso o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.149 secondi