Liens RSS, Atom dans head

  • lomart
  • Topic Author
  • Visitor
  • Visitor
10 years 10 months ago #2350 by lomart
Liens RSS, Atom dans head was created by lomart
Bonjour,

J'ai remarqué la présence de balises LINK dans le head des pages avec gmapfp
<link href="http://127.0.0.1/site/index.php?option=com_gmapfp&amp;view=gmapfp&amp;Itemid=117&amp;lang=fr" rel="canonical" />
  <link href="/site/index.php?option=com_gmapfp&amp;view=gmapfp&amp;Itemid=117&amp;lang=fr&amp;format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
  <link href="/site/index.php?option=com_gmapfp&amp;view=gmapfp&amp;Itemid=117&amp;lang=fr&amp;format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />

En cherchant l'origine, j'ai trouvé la présence de ces lignes dans les fichiers view.html.php
//ajout du fil d'actualité
        if($params->get('show_feed_link', 1) == 1)
        {
            $link   = '&format=feed&limitstart=';
            $attribs = array('type' => 'application/rss+xml', 'title' => 'RSS 2.0');
            $document->addHeadLink(JRoute::_($link.'&type=rss'), 'alternate', 'rel', $attribs);
            $attribs = array('type' => 'application/atom+xml', 'title' => 'Atom 1.0');
            $document->addHeadLink(JRoute::_($link.'&type=atom'), 'alternate', 'rel', $attribs);
        }
Sauf erreur, ce paramètre n'existe pas dans gmapfp et la valeur par défaut force l'ajout des link.

Bonne année à tous
The topic has been locked.
More
10 years 10 months ago #2351 by gmapfp
Replied by gmapfp on topic Liens RSS, Atom dans head
Bonjour,

Ce paramètre existe bien dans GMapFP.

Il se trouve dans les paramètres de votre élément de menu.

GMapFP:Option / Lien de fils RSS
The topic has been locked.
  • lomart
  • Topic Author
  • Visitor
  • Visitor
10 years 10 months ago #2352 by lomart
Replied by lomart on topic Liens RSS, Atom dans head
Bonjour et merci de votre réponse très rapide

J'avais déjà regardé dans les options du menu sans succès.
Je n'ai que:
Ordre d'affichage
Ajout condition WHERE à la requête
url du fichier GeoXml
Afficher l'option itinéraire
Afficher l'option filtre

Je trouve le nom de paramètre 'show_feed_link' uniquement dans les fichiers view et dans aucun xml

J'utilise la version J3.13F sous Joomla! 3.1.1
The topic has been locked.
More
10 years 10 months ago #2353 by gmapfp
Replied by gmapfp on topic Liens RSS, Atom dans head
En effet, ces lignes n'ont rien à faire dans la version libre !
Je vois pour corriger.
The topic has been locked.
More
10 years 10 months ago #2356 by gmapfp
Replied by gmapfp on topic Liens RSS, Atom dans head
Bonjour,

La mise à jour est faite.
The topic has been locked.
  • lomart
  • Topic Author
  • Visitor
  • Visitor
10 years 10 months ago #2357 by lomart
Replied by lomart on topic Liens RSS, Atom dans head
Bonjour,

Bravo pour cette super réactivité
The topic has been locked.
Time to create page: 0.068 seconds
Powered by Kunena Forum
FaLang translation system by Faboba