Kolory nicków w widoku wątku

Inne  Założony przez  mdx91.

wersja skryptu MyBB:1.6.8
adres forum:forum.ponawijaj.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Zainstalowałem plugin do zmiany kolorów nicków na forum w zależności od grupy. Ale zmieniły się tylko kolory w widoku działów a nie zmieniło się w widoku wątków. i każdy nick w temacie wygląda tak samo. Mam trochę przerobiony styl - belka przedzielająca posty.

Szablon postbit_clasic:

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="tcat" colspan="2">
<span style="float: right;">{$post['iplogged']} {$post['posturl']}</span>
<strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong>, {$post['postdate']} {$post['posttime']}
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
</td>
</tr>
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="postbit_username" align="left" style="cursor: pointer;" id="userdetails_{$post['pid']}">
<img border="0" style="float: right; margin-top: 2px;" src="images/ipb/arrow.gif"/>
{$post['onlinestatus']} <span style="font-weight: bold; vertical-align: top;"><a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$post['uid']}">{$post['username']}</a></span></div>
<div id="userdetails_{$post['pid']}_popup" class="popup_menu" style="display: none; color: #000000; width: 200px;">
<div class="popup_item_container"><a class="popup_item" href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$post['uid']}"><image src="images/ipb/user_viewprofile.gif" border="0" valign="middle" /> Zobacz profil {$post['username']}</a></div>
<div class="popup_item_container"><a class="popup_item" href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$post['uid']}"><image src="images/ipb/user_findthreads.gif" border="0" valign="middle" /> Szukaj tematów {$post['username']}</a></div>
<div class="popup_item_container"><a class="popup_item" href="{$mybb->settings['bburl']}/search.php?action=finduser&uid={$post['uid']}"><image src="images/ipb/user_findposts.gif" border="0" valign="middle" /> Szukaj postów {$post['username']}</a></div>
</div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("userdetails_{$post['pid']}");
    }
// -->
</script>
        <span class="smalltext">
            <br />{$post['useravatar']}<br />
            
            {$post['groupimage']}
            {$post['userstars']}<br />
<table width="100%" border="0" cellspacing="0">
<tr><td class="postbit">
            {$post['user_details']}{$post['newpoints_postbit']}
</td></tr></table>
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>
            <div id="pid_{$post['pid']}" style="padding: 20px 0 0px 20px;">
                {$post['message']}
            </div>
            {$post['attachments']}

    </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="vertical-align: middle;" colspan="2">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
{$post['signature']}<br />                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_report']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['warned']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
                </tr>
        </table>
    </td>
</tr>
<tr>
<td class="tfoot" colspan="2">
</td>
</tr>
</table>
Prośba o pomoc :huh:
Plugin, który zainstalowałeś w żaden sposób nie ingeruje w szablony postów. Na razie mogę dać Ci tylko taką wskazówkę.. Jutro jak zainstaluję ten styl co masz dam coś więcej..
Właśnie znalazłem na jakimś forum odpowiedź:
Trzeba zamienić:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$post['uid']}">{$post['username']}</a>
na:
{$post['profilelink']}



Użytkownicy przeglądający ten wątek:

1 gości