- Messaggi: 53
- Ringraziamenti ricevuti 6
Bug in default_result_summary .php
- Martin7
- Autore della discussione
- Offline
- Anziano Utente
Less
Di più
6 Anni 11 Mesi fa #2642
da Martin7
Bug in default_result_summary .php è stato creato da Martin7
hi,
today I have discovered that the configuration parameter "link nofollow" does not work for links is search summary and after short investigation found the bug in the default_result_summary.php (wrong name of the parameter used).
In line 19 it is:
$nofollow_attr = $params->get('nofollow', '0') ? 'rel="nofollow"' : '';
but should be:
$nofollow_attr = $params->get('add_nofollow', '0') ? 'rel="nofollow"' : '';
after this fix it works. Please include this fix in the next version.
thanks
Martin
today I have discovered that the configuration parameter "link nofollow" does not work for links is search summary and after short investigation found the bug in the default_result_summary.php (wrong name of the parameter used).
In line 19 it is:
$nofollow_attr = $params->get('nofollow', '0') ? 'rel="nofollow"' : '';
but should be:
$nofollow_attr = $params->get('add_nofollow', '0') ? 'rel="nofollow"' : '';
after this fix it works. Please include this fix in the next version.
thanks
Martin
I seguenti utenti hanno detto grazie : andrea_4g
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
6 Anni 11 Mesi fa #2644
da andrea_4g
Risposta da andrea_4g al topic Bug in default_result_summary .php
Nicely spotted!
The fix will be part of the upcoming new release of Custom Properties.
The fix will be part of the upcoming new release of Custom Properties.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- Martin7
- Autore della discussione
- Offline
- Anziano Utente
Less
Di più
- Messaggi: 53
- Ringraziamenti ricevuti 6
6 Anni 10 Mesi fa #2658
da Martin7
Risposta da Martin7 al topic Bug in default_result_summary .php
Thanks
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
6 Anni 10 Mesi fa #2659
da andrea_4g
Risposta da andrea_4g al topic Bug in default_result_summary .php
Your waiting is almost over.
We are adding a few other things to Custom Properties and when we are done testing we'll release.
It's a matter of days.
We are adding a few other things to Custom Properties and when we are done testing we'll release.
It's a matter of days.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
6 Anni 10 Mesi fa #2660
da andrea_4g
Risposta da andrea_4g al topic Bug in default_result_summary .php
Fixed with Custom Properties 3.1.28
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.172 secondi