//Check if we need to hide/show X number set in the settings panel if($counter < $mybb->settings['thx_max']) { $entries .= $r1comma."<a href=\"member.php?action=profile&uid=".$ft2['uid']."\">".format_name($ft2[username], $ft2['usergroup'], $dt2['displaygroup'])."</a> <span class=\"smalltext\">(".$date.")</span>"; } else { $entries2 .= $r2comma."<a href=\"member.php?action=profile&uid=".$ft2['uid']."\">".format_name($ft2[username], $ft2['usergroup'], $dt2['displaygroup'])."</a> <span class=\"smalltext\">(".$date.")</span>"; $r2comma =", "; }
durch:
PHP-Code:
//Check if we need to hide/show X number set in the settings panel if($counter < $mybb->settings['thx_max']) { $entries .= $r1comma."<a href=\"member.php?action=profile&uid=".$ft2['uid']."\">".format_name($ft2[username], $ft2['usergroup'], $dt2['displaygroup'])."</a>"; } else { $entries2 .= $r2comma."<a href=\"member.php?action=profile&uid=".$ft2['uid']."\">".format_name($ft2[username], $ft2['usergroup'], $dt2['displaygroup'])."</a>"; $r2comma =", "; }
Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.