Wyświetlanie profilu

Założony przez  AnonimowY.

Witam mam rangę właściciel i gdyż wchodzę w swój profil mój nick nie jest podświetlony jak ranga jak to zmienić proszę o dokładne wytłumaczenie aby to zmienić 
    a powinno wyglądać     
Z tego co pamiętam to jest to wina błędnej zmiennej na nick usera w profilu, powinno być chyba coś w stylu formattedname czy jakoś tak - poszukaj sobie w domyślnym szablonie i podmień.
Cytat:w pół dnia stałeś się lepszym pytonistą niż kawenanowo kiedykolwiek programisto :3 ~ Riess 13.11.2018 16:28
Cytat:ale z tą nazwą to fyeem ma racje  ~ Divir 29.07.2019 16:08
Nie rozumiem wogóle troszkę konkretniej ?
Zamień szablon member_profile na:

<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{
$headerinclude}
<
script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
</
head>
<
body>
{
$header}
<
section id="profile-header">
    <
div class="profile-info">
        <
div class="profile-avatar">
                {
$avatar}
        </
div>
        <
div class="profile-user-info">
            <
h1>{$formattedname}</h1>
            <
h2>{$usertitle}</h2>
            <
h3>{$online_status} {$localtime}</h3>
        </
div>
        <
div class="profile-row">
            <
span>Data Rejestracji<br /> {$memregdate}</span>
            <
span>Data Urodzenia<br /> {$membday} {$membdayage} </span>
            <
span>Postów<br> {$memprofile['postnum']} </span>
            <
span>Tematów<br> {$memprofile['threadnum']}</span>
        </
div>
    </
div>
</
section>
<
br />
{
$awaybit}{$bannedbit}
<
table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
    <
tr>
        <
td width="50%" valign="top">
            <
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
                <
tr>
                    <
td colspan="2" class="thead">
                        <
strong>{$lang->users_forum_info}</strong>
                    </
td>
                </
tr>
                <
tr>
                    <
td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
                    <
td class="trow1">{$memregdate}</td>
                </
tr>
                <
tr>
                    <
td class="trow2"><strong>{$lang->lastvisit}</strong></td>
                    <
td class="trow2">{$memlastvisitdate}</td>
                </
tr>
                <
tr>
                    <
td class="trow1"><strong>{$lang->total_posts}</strong></td>
                    <
td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td>
                </
tr>
                <
tr>
                    <
td class="trow2"><strong>{$lang->total_threads}</strong></td>
                    <
td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td>
                </
tr>
                <
tr>
                    <
td class="trow1"><strong>{$lang->timeonline}</strong></td>
                    <
td class="trow1">{$timeonline}</td>
                </
tr>
                {
$referrals}
                {
$reputation}
                {
$warning_level}
            </
table><br />
            {
$signature}
        </
td>
        <
td>&nbsp;&nbsp;</td>
        <
td width="50%" valign="top">
            {
$profilefields}
            {
$contact_details}<br />
            {
$modoptions}
            {
$adminoptions}
            <
div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>
        </
td>
    </
tr>
</
table>
{
$footer}
</
body>
</
html
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
</head>
<body>
{$header}
<section id="profile-header">
<div class="profile-info">
<div class="profile-avatar">
{$avatar}
</div>
<div class="profile-user-info">
<h1>{$memprofile['username']}</h1>
<h2>{$usertitle}</h2>
<h3>{$online_status} {$localtime}</h3>
</div>
<div class="profile-row">
<span>Data Rejestracji<br /> {$memregdate}</span>
<span>Data Urodzenia<br /> {$membday} {$membdayage} </span>
<span>Postów<br> {$memprofile['postnum']} </span>
<span>Tematów<br> {$memprofile['threadnum']}</span>
</div>
</div>
</section>
<br />
{$awaybit}{$bannedbit}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead">
<strong>{$lang->users_forum_info}</strong>
</td>
</tr>
<tr>
<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->total_threads}</strong></td>
<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->timeonline}</strong></td>
<td class="trow1">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table><br />
{$signature}
</td>
<td>&nbsp;&nbsp;</td>
<td width="50%" valign="top">
{$profilefields}
{$contact_details}<br />
{$modoptions}
{$adminoptions}
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>
</td>
</tr>
</table>
{$footer}
</body>
</html>
 i co mam zrobić ... ?
(27.12.2017, 22:28)Axwell napisał(a): Zamień szablon member_profile na:
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna.
zamieniłem nie dziala
A zamieniłeś we właściwym stylu? Bo u mnie z tym kodem wszystko działa.
   
Podaj adres forum.
Cytat:w pół dnia stałeś się lepszym pytonistą niż kawenanowo kiedykolwiek programisto :3 ~ Riess 13.11.2018 16:28
Cytat:ale z tą nazwą to fyeem ma racje  ~ Divir 29.07.2019 16:08
Zamieniłem ! ! Dziękuje rep + ty również Fyeem za to ze chciałeś pomóc ! ! ! ! !
Szogi1910 napisał 27.12.2017, 23:14:
Pamiętaj aby oznaczać temat jako rozwiązany, wybierając najlepsze posty Pamiętaj aby podziękować za otrzymaną pomoc



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

1 gości