Podwójne wyświetlanie "strona domowa" w profilu

Inne  Założony przez  Avithor.

wersja skryptu MyBB: 1.8
adres forum: aktualnie brak
na czym polega problem (screen, opis, komunikaty):

http://zapodaj.net/03982c877a622.png.html
2x to samo gdy ogladam profil :/ Jak to zmienic na raz?
Snake_ napisał 27.09.2014, 18:37:
Poprawiam tytuł wątku. [Obrazek: modnotice_howto.png]
pokaż szablon member_profile (podgląd profilu).
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
</head>
<body id="forums">
{$header}

<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="25%">

<div class="proi">
  <center><div class="proav">{$avatar}</div></center>
<span class="largetext"><strong>{$formattedname}</strong></span><br />
                <span class="smalltext">
                    ({$usertitle})<br />
                    {$groupimage}
                    {$userstars}<br />
                    <br />
                    <strong>Join date:</strong> &nbsp;{$memregdate}<br />
                    <strong>D.O.B:</strong>&nbsp; {$membday} {$membdayage}<br />
                    <strong>Czas:</strong>&nbsp; {$localtime}<br />
                    
                </span>
</div>
  {$adminoptions}
  {$modoptions}

</td>
<td>&nbsp;</td>
<td valign="top">
     {$online_status}
            <!-- tabs -->
            <div class="pcss3t pcss3t-height-auto">
                <input type="radio" name="pcss3t" checked  id="tab1"class="tab-content-first">
                <label for="tab1"><i class="icon-bolt"></i>Forum info</label>
                
                <input type="radio" name="pcss3t" id="tab2" class="tab-content-2">
                <label for="tab2"><i class="icon-picture"></i>Dane kontaktowe</label>
                
                <input type="radio" name="pcss3t" id="tab3" class="tab-content-3">
                <label for="tab3"><i class="icon-cogs"></i>O sobie</label>
                
                <input type="radio" name="pcss3t" id="tab5" class="tab-content-last">
                <label for="tab5"><i class="icon-globe"></i>Extra link</label>
                
                <ul>
                    <li class="tab-content tab-content-first typography">
                        <p><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
                
                <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})<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
                </tr>
                <tr>
                    <td class="trow2"><strong>{$lang->total_threads}</strong></td>
                    <td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>
                </tr>
                <tr>
                    <td class="trow1"><strong>{$lang->timeonline}</strong></td>
                    <td class="trow1">{$timeonline}</td>
                </tr>
                {$referrals}
                {$reputation}
                {$warning_level}
                      
    
            </table>
                      <div class="float_left">{$buddy_options}{$ignore_options}{$report_options} </div>
                  {$signature}
                  </p>
              </li>
                    
                    <li class="tab-content tab-content-2 typography">
                        <p><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
                <colgroup>
                <col style="width: 30%;" />
                </colgroup>
                <tr>
                    <td class="trow1"><strong>{$lang->homepage}</strong></td>
                    <td class="trow1">{$website}</td>
                </tr>
                {$sendemail}
                <tr>
                    <td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td>
                    <td class="{$bgcolors['pm']}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
                </tr>
                {$contact_fields['icq']}
                {$contact_fields['aim']}
                {$contact_fields['yahoo']}
                {$contact_fields['skype']}
                {$contact_fields['google']}
            </table></p>                
                    </li>
                    
  <li class="tab-content tab-content-3 typography">
                        <p>{$profilefields}</p>                
                    </li>
  
                    <li class="tab-content tab-content-last typography">
                        <div class="typography">
                            <p>Zawartość tutaj</p>        
                        </div>
                    </li>
                </ul>
            </div>
            <!--/ tabs -->
  
</td>
</tr>
</table>  

{$footer}
</body>
Snake_ napisał 27.09.2014, 18:44:
Kody dajemy w [code] albo [php]. Pamiętaj o tym!
<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{
$headerinclude}
<
script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
</
head>
<
body id="forums">
{
$header}

<
table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}border="0" align="center">
<
tr>
<
td valign="top" width="25%">

<
div class="proi">
  <
center><div class="proav">{$avatar}</div></center>
<
span class="largetext"><strong>{$formattedname}</strong></span><br />
                <
span class="smalltext">
                    ({
$usertitle})<br />
                    {
$groupimage}
                    {
$userstars}<br />
                    <
br />
                    <
strong>Join date:</strong> &nbsp;{$memregdate}<br />
                    <
strong>D.O.B:</strong>&nbsp; {$membday} {$membdayage}<br />
                    <
strong>Czas:</strong>&nbsp; {$localtime}<br />
                    
                </
span>
</
div>
  {
$adminoptions}
  {
$modoptions}

</
td>
<
td>&nbsp;</td>
<
td valign="top">
     {
$online_status}
            <!-- 
tabs -->
            <
div class="pcss3t pcss3t-height-auto">
                <
input type="radio" name="pcss3t" checked  id="tab1"class="tab-content-first">
                <
label for="tab1"><class="icon-bolt"></i>Forum info</label>
                
                <
input type="radio" name="pcss3t" id="tab2" class="tab-content-2">
                <
label for="tab2"><class="icon-picture"></i>Dane kontaktowe</label>
                
                <
input type="radio" name="pcss3t" id="tab3" class="tab-content-3">
                <
label for="tab3"><class="icon-cogs"></i>O sobie</label>
                
                <
input type="radio" name="pcss3t" id="tab5" class="tab-content-last">
                <
label for="tab5"><class="icon-globe"></i>Extra link</label>
                
                <
ul>
                    <
li class="tab-content tab-content-first typography">
                        <
p><table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
                
                <
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})<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
                </
tr>
                <
tr>
                    <
td class="trow2"><strong>{$lang->total_threads}</strong></td>
                    <
td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>
                </
tr>
                <
tr>
                    <
td class="trow1"><strong>{$lang->timeonline}</strong></td>
                    <
td class="trow1">{$timeonline}</td>
                </
tr>
                {
$referrals}
                {
$reputation}
                {
$warning_level}
                      
    
            </
table>
                      <
div class="float_left">{$buddy_options}{$ignore_options}{$report_optio​ns} </div>
                  {
$signature}
                  </
p>
              </
li>
                    
                    <
li class="tab-content tab-content-2 typography">
                        <
p><table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder tfixed">
                <
colgroup>
                <
col style="width: 30%;" />
                </
colgroup>
                {
$contact_details}
                {
$contact_fields['icq']}
                {
$contact_fields['aim']}
                {
$contact_fields['yahoo']}
                {
$contact_fields['skype']}
                {
$contact_fields['google']}
            </
table></p>                
                    </
li>
                    
  <
li class="tab-content tab-content-3 typography">
                        <
p>{$profilefields}</p>                
                    </
li>
  
                    <
li class="tab-content tab-content-last typography">
                        <
div class="typography">
                            <
p>Zawartość tutaj</p>        
                        </
div>
                    </
li>
                </
ul>
            </
div>
            <!--/ 
tabs -->
  
</
td>
</
tr>
</
table>  

{
$footer}
</
body
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Co zmieniles? Tak dla mnie info

Takie cos wyskakuje:
Wystąpiły następujące problemy:
W tym szablonie została wykryta potencjalna luka bezpieczeństwa. Zweryfikuj szablon lub skontaktuj się z twórcami MyBB w celu uzyskania pomocy.
<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{
$headerinclude}
<
script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1800"></script>
</
head>
<
body id="forums">
{
$header}

<
table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}border="0" align="center">
<
tr>
<
td valign="top" width="25%">

<
div class="proi">
  <
center><div class="proav">{$avatar}</div></center>
<
span class="largetext"><strong>{$formattedname}</strong></span><br />
                <
span class="smalltext">
                    ({
$usertitle})<br />
                    {
$groupimage}
                    {
$userstars}<br />
                    <
br />
                    <
strong>Join date:</strong> &nbsp;{$memregdate}<br />
                    <
strong>D.O.B:</strong>&nbsp; {$membday} {$membdayage}<br />
                    <
strong>Czas:</strong>&nbsp; {$localtime}<br />
                    
                </
span>
</
div>
  {
$adminoptions}
  {
$modoptions}

</
td>
<
td>&nbsp;</td>
<
td valign="top">
     {
$online_status}
            <!-- 
tabs -->
            <
div class="pcss3t pcss3t-height-auto">
                <
input type="radio" name="pcss3t" checked  id="tab1"class="tab-content-first">
                <
label for="tab1"><class="icon-bolt"></i>Forum info</label>
                
                <
input type="radio" name="pcss3t" id="tab2" class="tab-content-2">
                <
label for="tab2"><class="icon-picture"></i>Dane kontaktowe</label>
                
                <
input type="radio" name="pcss3t" id="tab3" class="tab-content-3">
                <
label for="tab3"><class="icon-cogs"></i>O sobie</label>
                
                <
input type="radio" name="pcss3t" id="tab5" class="tab-content-last">
                <
label for="tab5"><class="icon-globe"></i>Extra link</label>
                
                <
ul>
                    <
li class="tab-content tab-content-first typography">
                        <
p><table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
                
                <
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})<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
                </
tr>
                <
tr>
                    <
td class="trow2"><strong>{$lang->total_threads}</strong></td>
                    <
td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>
                </
tr>
                <
tr>
                    <
td class="trow1"><strong>{$lang->timeonline}</strong></td>
                    <
td class="trow1">{$timeonline}</td>
                </
tr>
                {
$referrals}
                {
$reputation}
                {
$warning_level}
                      
    
            </
table>
                      <
div class="float_left">{$buddy_options}{$ignore_options}{$report_optio​ns} </div>
                  {
$signature}
                  </
p>
              </
li>
                    
                    <
li class="tab-content tab-content-2 typography">
                        <
p><table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder tfixed">
                {
$contact_details}
                {
$contact_fields['icq']}
                {
$contact_fields['aim']}
                {
$contact_fields['yahoo']}
                {
$contact_fields['skype']}
                {
$contact_fields['google']}
            </
table></p>                
                    </
li>
                    
  <
li class="tab-content tab-content-3 typography">
                        <
p>{$profilefields}</p>                
                    </
li>
  
                    <
li class="tab-content tab-content-last typography">
                        <
div class="typography">
                            <
p>Zawartość tutaj</p>        
                        </
div>
                    </
li>
                </
ul>
            </
div>
            <!--/ 
tabs -->
  
</
td>
</
tr>
</
table>  

{
$footer}
</
body
A tak?

dodałem {$contact_details}
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Dajej to samo :/ POMOCY !!
No to poczekamy, aż udostępnisz nam forum, wtedy więcej doradzę, mam nadzieję.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
A to na pewno tutaj jest, a nie w innym pliku? Nie udostepnie bo mam na localhostu, pisalem
Gdybyśmy mieli kod na widoku, to byśmy napisali, czy to na pewno tu, to jest tak jakby "strzał"...
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
To piszcie gdzie to moze byc ja posprawdzam



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

1 gości