wersja skryptu MyBB:1.6
adres forum:cs-k4f.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Chciałbym aby jak kliknę Tematy nie przenosiło w wyniki wyszukiwania.
A to kod menu w podglądzie profilu usera.
Link do dema:http://cs-k4f.pl/member.php?action=profile&uid=1
Osiągnołem połowe sukcesu Prawie jak ipbb:p
adres forum:cs-k4f.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Chciałbym aby jak kliknę Tematy nie przenosiło w wyniki wyszukiwania.
<div id="stats" class="tabcontent">
<div class="box-thing">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" width="25%"><strong>{$lang->joined}</strong></td>
<td class="trow1" width="75%">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</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=finduserthreads&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a> - <a href="search.php?action=finduser&uid={$uid}&sortby=thanked">{$memprofile['find_thanked']}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table>
</div>
</div>
[/php
To mój kod kontaktu.
[php]<li><a href="#" rel="aboutme" class="selected">O mnie</a></li>
<li><a href="#" rel="contact">Kontakt</a></li>
<li><a href="#" rel="stats">Statystyki</a></li>
<li><a href="search.php?action=finduserthreads&uid=1#" rel="theards">Tematy</a></li>
Link do dema:http://cs-k4f.pl/member.php?action=profile&uid=1
Osiągnołem połowe sukcesu Prawie jak ipbb:p