- Messaggi: 15
- Ringraziamenti ricevuti 0
disable title link and readmore button
- matador
- Autore della discussione
- Offline
- Nuovo Utente
- 
  
Less
Di più
 11 Anni 5 Mesi fa         -  11 Anni 5 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
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 11 Anni 5 Mesi fa  da matador.            
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
- 
  
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
 11 Anni 5 Mesi fa         -  11 Anni 5 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
to:
== Notice ==
This modification will be overwritten if you update Custom Properties.
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";
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 11 Anni 5 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