Supprimer"Joomla! est un Logiciel Libre diffusé sous licence GNU General Public"

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • [RÉGLÉ] Supprimer"Joomla! est un Logiciel Libre diffusé sous licence GNU General Public"

    Bonjour

    Je cherche à supprimer cette phrase , mais je n'arrive pas à trouver ou la supprimer.
    J'utilise un template Joomspirit avec Joomla 2.5
    Voici le code du helper.php du template
    <footer class="bottom-site">

    <!-- SOCIAL LINKS -->
    <?php if( ($google1 == 'yes') || ($this->params->get('twitter') != '') || ($this->params->get('blogger') != '') || ($this->params->get('delicious') != '') || ($this->params->get('flickr') != '') || ($this->params->get('facebook') != '') || ($this->params->get('digg') != '') || ($this->params->get('rss') != '') || ($this->params->get('linkedin') != '') || ($this->params->get('myspace') != '') || ($this->params->get('youtube') != '') || ($this->params->get('vimeo') != '') || ($this->params->get('picasa') != '') || ($this->params->get('stumbleupon') != '') || ($this->params->get('technorati') != '') || ($this->params->get('tumblr') != '') || ($this->params->get('yahoo') != '') ) : ?>
    <div id="social-links">
    <ul>

    <?php if ($text_social_icons != '') : ?>
    <li class="text_social_icons"><span><?php echo $text_social_icons ; ?></span></li>
    <?php endif; ?>


    <?php if ($google1 == 'yes') : ?>
    <li><plusone size="small" count="false"></plusone></li>
    <?php endif; ?>

    <?php if ($this->params->get('twitter') != '') : ?>
    <li><a target="_blank" id="twitter" title="Twitter" href="<?php echo $this->params->get('twitter') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/twitter-bird3.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('blogger') != '') : ?>
    <li><a target="_blank" id="blogger" title="Blogger" href="<?php echo $this->params->get('blogger') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/blogger.png" alt="" /></a></li>
    <?php endif; ?>

    <?php if ($this->params->get('delicious') != '') : ?>
    <li><a target="_blank" id="delicious" title="Delicious" href="<?php echo $this->params->get('delicious') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/delicious.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('facebook') != '') : ?>
    <li><a target="_blank" id="facebook" title="Facebook" href="<?php echo $this->params->get('facebook') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/facebook-logo.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('rss') != '') : ?>
    <li><a target="_blank" id="rss" title="RSS" href="<?php echo $this->params->get('rss') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/rss-badge.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('linkedin') != '') : ?>
    <li><a target="_blank" id="linkedin" title="Linkedin" href="<?php echo $this->params->get('linkedin') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/linkedin-logo.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('myspace') != '') : ?>
    <li><a target="_blank" id="myspace" title="Myspace" href="<?php echo $this->params->get('myspace') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/myspace-logo.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('yahoo') != '') : ?>
    <li><a target="_blank" id="yahoo" title="Yahoo" href="<?php echo $this->params->get('yahoo') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/yahoo.png" alt="" /></a></li>
    <?php endif; ?>

    <?php if ($this->params->get('flickr') != '') : ?>
    <li><a target="_blank" id="flickr" title="Flickr" href="<?php echo $this->params->get('flickr') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/flickr.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('youtube') != '') : ?>
    <li><a target="_blank" id="youtube" title="Youtube" href="<?php echo $this->params->get('youtube') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/you-tube1.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('vimeo') != '') : ?>
    <li><a target="_blank" id="vimeo" title="Vimeo" href="<?php echo $this->params->get('vimeo') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/vimeo.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('digg') != '') : ?>
    <li><a target="_blank" id="digg" title="Digg" href="<?php echo $this->params->get('digg') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/digg.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('picasa') != '') : ?>
    <li><a target="_blank" id="picasa" title="Picasa" href="<?php echo $this->params->get('picasa') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/picasa.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('stumbleupon') != '') : ?>
    <li><a target="_blank" id="stumbleupon" title="Stumbleupon" href="<?php echo $this->params->get('stumbleupon') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/stumbleupon.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('technorati') != '') : ?>
    <li><a target="_blank" id="technorati" title="Technorati" href="<?php echo $this->params->get('technorati') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/technorati-logo.png" alt="" /></a></li>
    <?php endif; ?>
    <?php if ($this->params->get('tumblr') != '') : ?>
    <li><a target="_blank" id="tumblr" title="Tumblr" href="<?php echo $this->params->get('tumblr') ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/social-icons<?php if ( ($general_background == 'black') ) : ?>-blacktheme<?php endif; ?>/tumblr.png" alt="" /></a></li>
    <?php endif; ?>


    </ul>
    </div> <!-- end of Website icons -->
    <?php endif; ?>


    <?php if($this->countModules('address')) : ?>
    <div class="address">
    <jdoc:include type="modules" name="address" style="joomspirit" />
    </div>
    <?php endif; ?>

    <!-- bottom nav -->
    <?php if ($this->countModules( 'bottom_menu' )) : ?>
    <nav class="bottom_menu <?php if( ($google1 == 'yes') || ($this->params->get('twitter') != '') || ($this->params->get('blogger') != '') || ($this->params->get('delicious') != '') || ($this->params->get('flickr') != '') || ($this->params->get('facebook') != '') || ($this->params->get('digg') != '') || ($this->params->get('rss') != '') || ($this->params->get('linkedin') != '') || ($this->params->get('myspace') != '') || ($this->params->get('youtube') != '') || ($this->params->get('vimeo') != '') || ($this->params->get('picasa') != '') || ($this->params->get('stumbleupon') != '') || ($this->params->get('technorati') != '') || ($this->params->get('tumblr') != '') || ($this->params->get('yahoo') != '') ) : ?>with_social_icons<?php endif; ?>">
    <jdoc:include type="modules" name="bottom_menu" style="joomspirit" />
    </nav>
    <?php endif; ?>


    <div class="clr"></div>

    </footer>
    Merci de votre aide
    Dernière édition par flou81 à 22/04/2013, 17h47

  • #2
    Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

    Bonjour

    As-tu une URL ou le nom du template?

    Cordialement

    Alexandre
    Templates Joomla 3.x RWD Configurables
    https://shop.afr2i.com

    Commentaire


    • #3
      Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

      Bonjour,

      ne serait-ce pas tout simplement un module à dé-publier ?
      Pour apprendre à construire votre site web avec Joomla 3 : Joomla3! Le Livre Pour Tous : http://cinnk.com/joomla/3/le-livre-pour-tous

      Référencement Joomla! 10 astuces pour référencer son site web https://cinnk.com/articles/referencement-joomla-10-astuces-pour-referencer-son-site-web

      Créez votre boutique en ligne avec Joomla! & HikaShop http://cinnk.com/boutique/livres/cre...la-et-hikashop

      Commentaire


      • #4
        Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

        Bonjour
        ne serait-ce pas tout simplement un module à dé-publier ?
        Non, car il y a le copyright du club qui s'ajoute et je voudrais que cela reste.

        Commentaire


        • #5
          Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

          As-tu une URL ou le nom du template?

          Commentaire


          • #6
            Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

            Regarde dans le fichier index.php de ton template tu trouveras la ligne suivante :

            <div class="footer2"><a href='http://www.joomla.org'>Joomla!</a> est un Logiciel Libre diffusé sous licence <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU General Public</a></div>

            Si tu utilises firefox, firebug est ton ami

            Cordialement

            Alexandre
            Templates Joomla 3.x RWD Configurables
            https://shop.afr2i.com

            Commentaire


            • #7
              Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

              @Alexfr79 Non justement j'ai téléchargé son template pour voir comment le retirer et je n'ai rien trouvé.
              Il y a donc deux possibilités :
              - Soit cette ligne est générée par un module. Essaye donc de désactiver le module en question
              - Sinon la méthode cache misère, tu rajoutes ça dans ton template.css :
              Code:
              .footer2{display:none;}
              Mais bon ça fait un peut bourrin et c'est pas très propre.
              Je te conseilles plutôt d'attendre que quelqu'un trouve la source du problème.
              Chroniques Informatiques |
              Blog d'actualité et d'information sur l'informatique |
              www.chroniques-informatiques.tk |

              Commentaire


              • #8
                Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                Envoyé par Flagadouille Voir le message
                @Alexfr79 Non justement j'ai téléchargé son template pour voir comment le retirer et je n'ai rien trouvé.
                Il y a donc deux possibilités :
                - Soit cette ligne est générée par un module. Essaye donc de désactiver le module en question
                - Sinon la méthode cache misère, tu rajoutes ça dans ton template.css :
                Code:
                .footer2{display:none;}
                Mais bon ça fait un peut bourrin et c'est pas très propre.
                Je te conseilles plutôt d'attendre que quelqu'un trouve la source du problème.
                Salut Flagadouille

                J'ai juste regardé vite fait, tu as surement raison

                Cordialement

                Alexandre
                Templates Joomla 3.x RWD Configurables
                https://shop.afr2i.com

                Commentaire


                • #9
                  Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                  @flou81

                  Je ne sais pas ce que tu as fait mais ton site est planté

                  Je vois le message suivant :
                  Parse error: syntax error, unexpected '=', expecting '(' in /homez.42/plongeelg/www/includes/framework.php on line 42

                  Cordialement

                  Alexandre
                  Templates Joomla 3.x RWD Configurables
                  https://shop.afr2i.com

                  Commentaire


                  • #10
                    Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                    Je viens d'installer Crawlprotect et il vient de me virer la commande de fonctionnement en php 5. Curieux !
                    C'est réparé !

                    Commentaire


                    • #11
                      Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                      Essaye donc de désactiver le module en question
                      Non, car
                      car il y a le copyright du club qui s'ajoute et je voudrais que cela reste.

                      Commentaire


                      • #12
                        Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                        Envoyé par alexfr79 Voir le message
                        Regarde dans le fichier index.php de ton template tu trouveras la ligne suivante :

                        <div class="footer2"><a href='http://www.joomla.org'>Joomla!</a> est un Logiciel Libre diffusé sous licence <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU General Public</a></div>

                        Si tu utilises firefox, firebug est ton ami

                        Cordialement

                        Alexandre
                        Alors essaie ça

                        Alexandre
                        Templates Joomla 3.x RWD Configurables
                        https://shop.afr2i.com

                        Commentaire


                        • #13
                          Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                          J'essaie quoi ?
                          Ces lignes ne sont pas dans le fichier index.php

                          Commentaire


                          • #14
                            Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                            Bonjour,

                            Pour moi, c'est un module ou alors un fichier annexe du fichier index.php qui est dans un des dossiers du template. C'est toi qui a rajouté le copyright du club ? (peut-être directement depuis l'interface du template ?)

                            Commentaire


                            • #15
                              Re : Supprimer&quot;Joomla! est un Logiciel Libre diffusé sous licence GNU General Public&quot;

                              Je viens de télécharger le template en question (joomspirit_76)
                              Effectivement, tu as surement installé un module.

                              Peux-tu nous lister tous les modules que tu as installé?

                              Cordialement

                              Alexandre
                              Templates Joomla 3.x RWD Configurables
                              https://shop.afr2i.com

                              Commentaire

                              Annonce

                              Réduire
                              Aucune annonce pour le moment.

                              Partenaire de l'association

                              Réduire

                              Hébergeur Web PlanetHoster
                              Travaille ...
                              X