MyBB.de Forum

Normale Version: Secondary User Group / Anderes Postbit Template
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Ich hab zwei Postbit Templates:

Nummer 1: Postbit / postbit_author_user
PHP-Code:
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<
span class="smalltext">
    {
$post['usertitle']}<br />
    {
$post['userstars']}
    {
$post['groupimage']}<br />
    {
$post['useravatar']}<br />

    {
$lang->postbit_posts} {$post['postnum']}<br />
    {
$lang->postbit_group} {$usergroup['title']}<br />
    {
$lang->postbit_status} {$post['onlinestatus']}{$post['replink']}<br /><br />
</
span

Nummer 2: Postbit / postbit_author_fighter (neu erstellt)

PHP-Code:
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<
span class="smalltext">
    {
$post['usertitle']}<br />
    {
$post['userstars']}
    {
$post['groupimage']}<br />
    {
$post['useravatar']}<br />

    {
$lang->postbit_posts} {$post['postnum']}<br />
    {
$lang->postbit_group} {$usergroup['title']}<br />
    {
$lang->postbit_status} {$post['onlinestatus']}{$post['replink']}<br /><br />

<
div align="center" style="border:1px dashed;" width="100">
<
b>Tournaments: (in work)</b><br />

  <
table border="0" cellpadding="0" cellspacing="0">
    <
tr>
      <
td><span class="smalltext">Country: </span></td>
      <
td><span class="smalltext">{$post['fid11']}</span></td>
    </
tr>
    <
tr>
      <
td><span class="smalltext">Skill: </span></td>
      <
td><span class="smalltext">{$post['fid4']}</span></td>
    </
tr>
    <
tr>
      <
td><span class="smalltext">Points: </span></td>
      <
td><span class="smalltext">{$post['fid8']}</span></td>
    </
tr>
  </
table>

</
div>
</
span

Im zweiten sind drei Custom Profile Fields mit angegeben die zwar alle User haben, aber die nicht bei allen relevant sind.

Nun die Frage wie stelle ich ein, dass bei Usern:

Primary User Group: Admins / Super Mods / Mods / Registered
Secondary Usergroup: (keine)

das postbit_author_user Template angezeigt wird und bei

Primary User Group: Admins / Super Mods / Mods / Registered
Secondary Usergroup: (fighter)

Das postbit_author_fighter Template angezeigt wird?
https://www.mybb.de/forum/showthread.php...1#pid71911
Ergänzt den Einsatz um die Anzeige der Informationen im Profil.
Achtung, die Funktion wurde noch nicht getestet. Die endgültige Version wird es dann als Modifikation hier im Forum geben.