"Menu" w podglądzie profilu.

Założony przez  GiboneKPL.

wersja skryptu MyBB: 1.6.9
adres forum: Testowe !
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam. Chciałbym Zrobić takie "mini menu" w podglądzie profilu, gdzie by było tak jak u was " O użytkowniku | Ostatnia aktywność | Posty | Wątki | Profilowe Komentarze (gdyż mam zaintalowany plugin Profile Coments " I teraz czy mógłby ktoś podać kod na takie menu, oraz jak je tam wrzucić ? Albo jak zrobić takie tabelki jak u was ? :)

Z góry dziękuje za jakąkolwiek odpowiedź.

@EDIT

Dodaj jeszcze mój kod member_profile :
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<br />
<tr class="tborder">
<td class="profilemember">
<table width="25%" cellspacing="0" cellpadding="0" border="0"><tr><td class="profilemember" width="25%">
<span class="largetext"><strong><center>{$formattedname}</center></strong></span>
<span class="smalltext">
<center><strong>({$usertitle})</strong></center>
<center>{$groupimage}</center>
</span>
<center>{$userstars}</center><br />
<center>{$avatar}</center>
<br />
</td>
</tr>
{$awaybit}
<align="right">Coś tutaj</align>
</table>

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="25%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="profilethread"><strong>Informacje z Forum</strong></td>
</tr>
<tr>
<td class="trow1"><strong>Data rejestracji:</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}<!-- ProfileComments -->{$pf_statistics}<!-- /ProfileComments -->


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="profilethread"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><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>
</table>


<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="72%" valign="top">
{$profilefields}
{$signature}
<!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
{$modoptions}
{$adminoptions}
{$buddy_options}
</td>
</tr>
</table>
{$footer}
</body>
</html>

Oraz screena o co mi chodzi :
[Obrazek: profil1g.png]

Albo jak podnieść tą tabelkę co mam już ? screen o co chodzi :

[Obrazek: profilbz.png]

Refresh ?

No proszę was, nikt nie wie ? Może moderator/technik ?
Proszę cie bardzo :)
https://webboard.pl/thread-11736.html?hi...=vBulletin
https://webboard.pl/thread-33847.html
Musisz przebudować całość (tabela). Zobacz sobie na firebugu jak to wygląda to będziesz wiedział o co chodzi.
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
@SaiL do profile system muszę mieć zainstalowany MyNetwork ? (Bo coś nie działa, a mam MyNetwork)
Jakbym miał dostęp to bym się postarał to Ci to zrobić..


Spróbuj dodać tak

<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<br />
<div
<tr class="tborder">
<td class="profilemember">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="25%" valign="top">
<td class="profilemember" width="25%">
<span class="largetext"><strong><center>{$formattedname}</center></strong></span>
<span class="smalltext">
<center><strong>({$usertitle})</strong></center>
<center>{$groupimage}</center>
</span>
<center>{$userstars}</center><br />
<center>{$avatar}</center>
<br />
</td>
</td>
</tr>
{$awaybit}
<align="right">Coś tutaj</align>
</table>

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="25%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="profilethread"><strong>Informacje z Forum</strong></td>
</tr>
<tr>
<td class="trow1"><strong>Data rejestracji:</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}<!-- ProfileComments -->{$pf_statistics}<!-- /ProfileComments -->


<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="profilethread"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><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>
</table>


<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="72%" valign="top">
{$profilefields}
{$signature}
<!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
{$modoptions}
{$adminoptions}
{$buddy_options}
</td>
</tr>
</table>
{$footer}
</body>
</html>

I napisz czy Ci się coś zmieniło

Jak się nic nie zmieni to zostaw to bo oto mi chodzi i wtedy napiszę co dalej

masz css do tego ? wstaw w css`a, vertical-align: top;
Nie pomogło, ale już sobie jakoś radzę ;D

Okay jakoś sobie poradziłem, tylko teraz jest jeden problem, a dokładniej to jak zrobić "menu" wiecie że jak klikam np. na Komentarze Profilowe to mi tylko komentarze pokazuje ?

Dobra zrobiłem. Tylko teraz, jak ustawić te MENU oraz jak zrobić auto zwiększanie bo jak na razie brzydko wygląda to i nachodzi na stopkę :(

Nikt nie wie ? :( Może jakiś Moderator/Technik ? )
naprawdę nikt nie wie ? :(
Przecież menu i wygląd profilu taki jaki chcesz otrzymasz instalująć Mynetwork i profile system dostępne na stronie http://resources.xekko.co.uk/mynetwork/
No to chyba ja coś źle robię bo mi nie działa :(
Po wrzuceniu plików MyNetwork wchodzisz w pluginy i go instalujesz następnie wrzucasz profile, wchodzisz na stronę główną ACP i po lewej masz mynetwork klikasz i tam instalujesz moduł profili.
Oooo właśnie o to mi chodziło. Tylko że teraz jak wejdzie się w profil i chcę np. kliknąć Posts to nic się nie dzieje. Strona się ładuje, ale na tym koniec.
Na podanej przez Ciebie stronę w pierwszym poście nie widzę zmiany wyglądu.
Zobacz czy przypadkiem nie masz konfliktu jquery.
Matslom, wybacz nie ta strona. http://programworld.cba.pl/member.php?ac...file&uid=1 Na tamtej coś mi się zepsuło :(.

Mój headerinclude
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
{$stylesheets}
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
<script type="text/javascript">
/**
* Modal Boxes JS
*
* @author Euan T. <euan@euantor.com>
* @version 1.0.0
*/

jQuery.noConflict();

jQuery(document).ready(function($)
{
    // Make the jQuery modal login redirect you back to the page you're currently on //
    jQuery('#loginModal input[name="url"]').attr("value", window.location);
    // /Login redirect //

    // Modal Boxes //
    jQuery('a[name="modal"]').on('click', function(event)
    {
        event.preventDefault();
        
        var target = $(this).attr('rel');
        
        // Set up the shadowing
        var maskHeight = $(document).height();
        var maskWidth = $(window).width();
        jQuery('#mask').css({'width': maskWidth, 'height': maskHeight});
        jQuery('#mask').fadeIn(1000);    
        jQuery('#mask').fadeTo("slow", 0.8);  
        
        // Position the actual modal
        var winH = $(window).height();
        var winW = $(window).width();
        jQuery(target).css('top',  (winH / 2) - ($(target).height() / 2));
        jQuery(target).css('left', (winW / 2) - ($(target).width() / 2));
        jQuery(target).fadeIn(2000);
    });
    
   jQuery('.modalBox a[rel="closeModal"]').on('click', function(event)
    {
        event.preventDefault();
        jQuery('#mask, .modalBox').hide();
    });
    
   jQuery('#mask').on('click', function ()
    {
        jQuery(this).hide();
        jQuery('.modalBox').hide();
    });
    // /Modal Boxes //
});
</script>
Na pewno wrzuciłeś wszystkie pliki z paczki?
Przeinstalowałem dla pewności, lecz nadal błąd występuje.



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

1 gości