MrAndrei Posted August 7, 2015 Report Posted August 7, 2015 Salutare ! Am urmatoare problema, am creat cateva rankbaruri pentru comunitatea mea, insa, acestea sunt prea apropiate de avatar. Cum pot face ,sa le dau mai jos, sa nu mai fie asa apropiate. Cum arata acum :
+Artick Posted August 7, 2015 Report Posted August 7, 2015 Poti posta codul aici ? ECILA.RO gaming network
MrAndrei Posted August 7, 2015 Author Report Posted August 7, 2015 Poti posta codul aici ?Codul de la ?
MrAndrei Posted August 7, 2015 Author Report Posted August 7, 2015 Codul din userInfoPanel <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']"><p class='desc member_title'>{$author['member_title']}</p></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><if test="rankimage:|:$author['member_rank_img']"><li class='group_icon'><if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"><img src='{$author['member_rank_img']}' alt='' /><else />{$author['member_rank_img']}</if></li></if></ul><div class="extraUserInfo"><dl class="pairsJustified"><li class='post_count desc lighter'><dt>Group:</dt><dd>{$author['_group_formatted']}</dd></li></dl><if test="postCount:|:$author['member_id']"><dl class="pairsJustified"><li class='post_count desc lighter'><dt>Posturi:</dt><dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['posts']))"}</dd></li></dl></if><dl class="pairsJustified"><li class='post_count desc lighter'><dt>Member Number:</dt><dd>{$author['member_id']}</dd></li></dl><dl class="pairsJustified"><li class='post_count desc lighter'><dt>{$this->lang->words['m_joined']}</dt><dd>{parse date="$author['joined']" format="joined"}</dd></li></dl><if test="authorwarn:|:$author['show_warn']"><dl class="pairsJustified"><li class='post_count desc lighter'><dt>Avertizari:</dt><dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['warn_level']))"}</dd></li></dl></if><dl class="pairsJustified"><li class='post_count desc lighter'><dt>Reputaţie:</dt><dd>{$author['pp_reputation_points']}</dd></li></dl><if test="authorcfields:|:$author['custom_fields'] != """><foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"><foreach loop="customFields:$author['custom_fields'][ $group ] as $field"><if test="$field != ''">{$field}</if></foreach></foreach></if></div></div>
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now