Vizitaţi secţiunea Downloads.
0 Utilizatori şi 1 Vizitator pe acest subiect.
SGC_romania Full MemberPopularitate: +0/-0 OnlineGender: Posts: 146SMF Version: SMF 1.1.10OS: Windows XPBrowser: Firefox 3.0.12
pentru smf 1.1.9 este mai greu trebuie umblat in codpentru 2.0 ai aceasta optiune default, adica sa setezi tu care grupuri se vad acolo instanga si care nu, folosind profil avansat
// Show the member's primary group (like 'Administrator') if they have one. if (isset($message['member']['group']) && $message['member']['group'] != '') echo ' ', $message['member']['group'], '<br />'; // Don't show these things for guests. if (!$message['member']['is_guest']) { // Show the post group if and only if they have no other group or the option is on, and they are in a post group. if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '') echo ' ', $message['member']['post_group'], '<br />'; echo ' ', $message['member']['group_stars'], '<br />';
// Show the post group if and only if they have no other group or the option is on, and they are in a post group.