Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Rekomendowane odpowiedzi

Opublikowano

Pobierz hook z tej strony: http://forum.invisionize.pl/files/file/538-sos32-secondary-groups-indicator/

 

Edytuj hook i znajdź:

public function userInfoPane( $author, $contentid, $options )
{
if ( !$this->settings['sos32_othersgroups_on'] )
{
return parent::userInfoPane( $author, $contentid, $options );
}
 
$grupos = array();
       
      if ( $author['mgroup_others'] )
      {
        $grupos = explode( ",", IPSText::cleanPermString( $author['mgroup_others'] ) );
 
$grupo = ipsRegistry::cache()->getCache( 'group_cache' );
 
foreach ( $grupos as $sec_group )
{
if ( !in_array( $sec_group, explode( ',', $this->settings['sos32_othersgroups_grupos'] ) ) )
{
        if ( $sec_group != $author['member_group_id'] )
{
$g_others[] = $grupo[ $sec_group ]['prefix'].$grupo[ $sec_group ]['g_title'].$grupo[ $sec_group ]['suffix'];
}
}
}
 
if ( count( $g_others ) )
            {
$author['other_groups'] = implode( ", ", $g_others );
            }
}
 
if ( count( $g_others ) )
{
$this->registry->class_localization->loadLanguageFile( array( 'public_global' ), 'core' );
 
$text1 = "<li><span class='ft'>{$this->lang->words['others']}: </span><span class='fc'>";
$text2 = "</span></li>";
 
$author['_group_formatted'] .= $text1.$author['other_groups'].$text2;
}
 
return parent::userInfoPane( $author, $contentid, $options );
}

 

Potem zmień na:

public function userInfoPane( $author, $contentid, $options )
    {
        if ( !$this->settings['sos32_othersgroups_on'] )
        {
            return parent::userInfoPane( $author, $contentid, $options );
        }
 
        $grupos = array();
       
          if ( $author['mgroup_others'] )
          {
            $grupos = explode( ",", IPSText::cleanPermString( $author['mgroup_others'] ) );
 
            $grupo = ipsRegistry::cache()->getCache( 'group_cache' );
            
            foreach ( $grupos as $sec_group )
            {
                if ( !in_array( $sec_group, explode( ',', $this->settings['sos32_othersgroups_grupos'] ) ) )
                {
                    if ( $sec_group != $author['member_group_id'] )
                    {
                        $g_others[] = $grupo[ $sec_group ]['prefix'].$grupo[ $sec_group ]['g_title'].$grupo[ $sec_group ]['suffix'];
                    }
                }
            }
            
            if ( count( $g_others ) )
            {
                $author['other_groups'] = implode( "<br>", $g_others );
            }
        }
 
        if ( count( $g_others ) )
        {
            $this->registry->class_localization->loadLanguageFile( array( 'public_global' ), 'core' );
            
            $text1 = "<br>";
        
            $author['_group_formatted'] .= $text1.$author['other_groups'];
        }
        
        return parent::userInfoPane( $author, $contentid, $options );
    }

 

Gotowe :)

  • Lubię to 1

See me on GitHub or aXenDev.net!

  • 2 tygodnie później...

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.