Witam,
Właśnie przerobiłem sobie informacje pod avatarem tym kodem
<div itemscope itemtype="http://schema.org/Person" class='user_details'>
<span class='hide' itemprop="name">{$author['members_display_name']}</span>
<ul class='basic_info'><if test="membertitle:|:$author['member_title']">
<li>
<span class="ft"></span> <span class="fc">{$author['member_title']}</span>
</li>
</if>
<if test="avatar:|:$author['member_id']">
<li class='avatar'>
<if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
<a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'>
</if>
<if test="hasVariable:|:$this->settings['member_topic_avatar_max']">
<img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' />
<else />
<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
</if>
<if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )">
</a>
</if>
</li>
<else />
<li class='avatar'>
<img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' />
</li>
</if>
</li>
</if>
</ul>
<if test="authorcfields:|:$author['custom_fields'] != """>
<ul class='user_fields'>
<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="hasWarningId:|:$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<a class='desc lighter blend_links' href='{parse url="app=members&module=profile§ion=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
<li>
<span class="ft">Grupa:</span> <span class="fc">{$author['_group_formatted']}</span>
</li>
<if test="postCount:|:$author['member_id']">
<li>
<span class="ft">Postów:</span> <span class="fc">{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span>
</li>
<li>
<span class="ft">Reputacja:</span> <span class="fc"><span class="ipsBadge" style="background:#93b548;">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span></span>
</li>
</if>
<li>
<span class="ft">Rejestracja:</span> <span class="fc">{parse date="$author['joined']" format="DATE"}</span>
</li>
<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
<if test="$field != ''">
<li>
{$field}
</li>
</if>
</foreach>
</foreach>
</ul>
</if>
</div>
Wygląda to tak http://scr.hu/2nnr/4u5o8tutaj moje kilka pytań,
1) Jak zrobić żeby nad Grupa: Administrator była ranga grupy
2) Po prawej stronie te kreski --------- wystają co nie zbyt ładnie to wygląda, jak to skrócić?
3) Jak zrobić aby ten tekst Czas Online był na samym dole + w tym samym rozmiarze czcionki jak pozostałe informacje?
Daje +