Edycja profilu

Założony przez  dziadek15.

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.
<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&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a> - <a href="search.php?action=finduser&amp;uid={$uid}&amp;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
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
Szablony -> Podgląd profilu -> Member profile
CTRL + F, wpisujesz tematy, znajdzie Ci coś z search.php to wywal to.
klikam to puste jest.trzeba jeszcze te <div id.. pododawać chyba.
Daj tu cały member_profile ;]
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}


<table width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="80%" valign="top">

<table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td width="1%" align="center" class="trow1">{$avatar}</td>

<td class="trow1" width="99%">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}
{$userstars}
</span>
</td>
</tr>
</table>

{$awaybit}

<br />

<div id="usertabs" class="usertabs">
<ul>
<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="#" rel="theards">Tematy</a></li>
{$signature}

</ul>
</div>

<div id="aboutme" class="tabcontent">

<div class="box-thing">
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}
</div

</div>

<div id="contact" 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->homepage}</strong></td>
<td class="trow1" width="75%">{$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>

<tr>
<td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td>
<td class="{$bgcolors['aim']}"><a href="gg://">{$memprofile['aim']}</a></td>
</tr>
</table>

</div>
</div>

<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&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a> - <a href="search.php?action=finduser&amp;uid={$uid}&amp;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>


</td>
<td width="20%" valign="top">

{$profilefields}
{$modoptions}
{$adminoptions}
{$buddy_options}

</td>
</tr>
</table>


<script type="text/javascript">

var mypets=new ddtabcontent("usertabs")
mypets.setpersist(true)
mypets.setselectedClassTarget("link")
mypets.init(0)

</script>
{$footer}
</body>
</html>


Please help for me^^
Emilo po co chciałęś cały plik>? Jak nie odpowiadasz.
Pomoże ktoś?
Odświeżam,



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

1 gości