podgląd profilu w poscie

Założony przez  C0ld.

wersja skryptu MyBB:1.6.x
adres forum:nie wazne :D narazie
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Jak zrobić takie kreski, jak na ss? np pod Reputacja itd? Oraz jak dodać do tego Płeć, Reputacje(u mnie nie ma:/) oraz miejscowość

   
Do global.css dodajesz:

.kreski {
    
border-bottom1px dashed #FFF;


A potem w szablonie postbit_author_user przykładowo funkcję dajesz w:

<span class="kreski">{$funkcja}</span
Pomoc poza forum - odpłatnie.
    A jak zrobić by one były na cały jak by ten panel bo u mnie wygląda to tak
Adres forum + link do posta z takim wyglądem.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
https://gamepad.ct8.pl/showthread.php?tid=2&pid=3#pid3
Pokaż zawartość szablonu postbit_author_user. Wiem jak to zrobić.
Pomoc poza forum - odpłatnie.
Pokaż szablon postbit_author_user i postbit_classic.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Postbit_author_user
<span class="kreski">Postów: {$post['postnum']}<br /></span>
<span style="color: #b0e1ff;">{$lang->postbit_joined}</span> {$post['userregdate']}
{$post['warninglevel']}
{$post['replink']}

Postbit
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">

    <tr>
        <td class="belka_nick" style="width: 175px;">{$post['onlinestatus']} {$post['profilelink']}
        </td>
        <td class="belka_nick">{$post['posturl']}
        </td>
    </tr>

    <tr>
        <td id="trow1_post"  valign="top" style="white-space: nowrap; text-align: center; width: 155px;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<div class="pole_info">
        <span class="smalltext">
            {$post['groupimage']}<br />
            {$post['useravatar']}<br />
            <span class="kreski">{$post['user_details']}</span>
        </span>
</div>
    </td>
    <td id="trow1_post" valign="top">

        <table width="100%">
            <tr><td><span style="color: #a4a4a4; font-size: 13px;">Napisano {$post['postdate']} {$post['posttime']}</span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                <span style="color: #282828; font-size: 13px;">{$post['message']} </span>
            </div>
            {$post['attachments']}
            {$post['signature']}
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">

                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td id="trow1_post" style="white-space: nowrap; text-align: center; vertical-align: middle;"> </td>
    <td id="trow1_post" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="right">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
                {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>
Podmień szablon postbit_author_user:

<div class="kreski"></div>
Postów: {$post['postnum']}<br />
<
div class="kreski"></div>
<
span style="color: #b0e1ff;">{$lang->postbit_joined}</span> {$post['userregdate']}
<
div class="kreski"></div>
{
$post['replink']}
<
div class="kreski"></div>
{
$post['warninglevel']} 

Klasę kreski zamień na:

.kreski {
    
border-bottom1px dashed #FFF;
    
margin-top3px;


Efekt:

[Obrazek: Enwc1In.png]
Pomoc poza forum - odpłatnie.
u mnie to tak wyglada po dodaniu    
Zamień postbit_author_user na ten:

<div class="kreski"></div>
Postów: {$post['postnum']}<br />
<
div class="kreski"></div>
<
span style="color: #b0e1ff;">{$lang->postbit_joined}</span> {$post['userregdate']}
<
div class="kreski"></div>
{
$post['replink']}
<
div class="kreski"></div>
{
$post['warninglevel']} 

Widocznie skopiowałeś mój z poprzedniego posta zanim edytowałem post.
Pomoc poza forum - odpłatnie.
Nic to nie dało :/
Pokaż screen, u mnie jest dobrze.

+ usuń <br> na początku szablonu postbit_reputation.
Pomoc poza forum - odpłatnie.
było trzeba usunąć tylko br xd thx
Snake_ napisał 03.05.2014, 14:16:
[Obrazek: modnotice_thx.png]



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

1 gości