+Dreaming. Posted August 15, 2014 Report Share Posted August 15, 2014 Vreau si eu sa fac userinfopane-ul sa arata ca in imaginea de mai jos, un cod ? Quote Link to comment Share on other sites More sharing options...
Solution +Mixlight Posted August 15, 2014 Solution Report Share Posted August 15, 2014 Cu asta rulez eu , vgezi daca merge : <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> <li class='group_title'> {$author['_group_formatted']} </li> <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> <if test="postCount:|:$author['member_id']"> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt>Mesaje:</dt> <dd> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </dd> </li> </dl> </div></if> <if test="authorwarn:|:$author['show_warn']"> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt>Puncte de avertizare:</dt> <dd> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['warn_level'] ) )"} </dd> </li> </dl> </div> </if> </ul> <if test="authorcfields:|:$author['custom_fields'] != """> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt>Reputaţie:</dt> <dd> {$author['pp_reputation_points']}</dd> </li> </dl> </div> <ul class='custom_fields'> <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> Daca da merk resolv Quote Link to comment Share on other sites More sharing options...
+Dreaming. Posted August 15, 2014 Author Report Share Posted August 15, 2014 Mersi! Quote Link to comment Share on other sites More sharing options...
† Quίηη™ Posted February 5, 2015 Report Share Posted February 5, 2015 De ce mi se vede asa? ((( Quote wWw.UltraPhase.RoUltraPhase RomaniaY!M: marianstefan09@yahoo.comSkype: marianstefan123Sau PM pe forum la † Twίηη™ Link to comment Share on other sites More sharing options...
+Vlăduț Rădulescu Posted February 5, 2015 Report Share Posted February 5, 2015 De ce mi se vede asa? ((( Pentru că scriptul din ipb_styles.css nu coincide cu cel din userInfoPane sau nu i-ai făcut tu bine setările. De unde ai tu userInfoPane? Dacă ai vreo problemă cu asta, fă un topic nou. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.