Profil-Suche nach Land deaktivieren

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Profil-Suche nach Land deaktivieren

      Manche Webmaster möchten die Profil-Suche nach Land deaktivieren, z.B. wenn die meisten Mitglieder fast nur aus einem Land kommen.

      Öffne:
      templates/base/scripts/BxBaseBrowse.php

      Suche:
      [php]
      // gen County section ;
      $sCountrySection = _genCountrySection( $this, $sCurrentKey );
      if ( $sCountrySection ) {
      $sVisibleParam = ( $this -> aParameters['country'] ) ? false : true;
      $sCountrySection = _genSubDesignBox(
      _genJsControlBox($sCountryCaption, 'country_section', $sVisibleParam),
      $sCountrySection
      );
      }
      [/php]

      Ersetze mit:

      Quellcode

      1. // gen County section ;
      2. // $sCountrySection = _genCountrySection( $this, $sCurrentKey );
      3. // if ( $sCountrySection ) {
      4. // $sVisibleParam = ( $this -> aParameters['country'] ) ? false : true;
      5. // $sCountrySection = _genSubDesignBox(
      6. // _genJsControlBox($sCountryCaption, 'country_section', $sVisibleParam),
      7. // $sCountrySection
      8. // );
      9. // }