PlaY4FuN Posted April 4, 2015 Report Posted April 4, 2015 Buna Ziua ! Am si eu o problema cum pot reusi sa fac si eu ca acesta poza: de neutral stiu hook-u l-am pus. Vreau sa fac sa apara mesaje id membru inregistrat astea.
Solution Cristian George Posted April 4, 2015 Solution Report Posted April 4, 2015 (edited) Intra in: ACP > Look & Feel > Tema ta > Global Templates > userInfoPane si inlocuieste tot codul acela cu acesta: <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'> <if test='{$author['g_id']}==3'> <ul class="ribbon"> <li class="ribbon2" style="background: gray;"> <div class="Rleft" style="background: gray"></div> <div class="Rright" style="background: gray"></div> <span style="color: #FFFFFF;"><b>{$author['g_title']}</b></span> </li> </ul> </if> </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> <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> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt>ID membru:</dt> <dd> {$author['member_id']}</dd> </li> </dl> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt>Înregistrat</dt> <dd> {parse date="$author['joined']" format="joined"}</dd> </li> </dl> <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'] != """><ul> <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> <if test="highwarn:|:$author['warn_level'] >= 8"> <p class='progress_bar user_warn limit' title='{$this->lang->words['warn_level']} {$author['warn_level']}0%'> <else /> <p class='progress_bar user_warn' title='{$this->lang->words['warn_level']} {$author['warn_level']}0%'> </if> <span style='width: {$author['warn_level']}0%'><span>{$this->lang->words['warn_level']} {$author['warn_level']}0%</span></span> </p> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="$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&section=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> </div> </div> Dupa: ACP > Look & Feel > Tema Ta > CSS > ipb_styles.css > Jos de tot adaugati acest cod: .pairsJustified{ margin:2px 0 0; font-size:9px; border-bottom:1px dashed #2F2F2F; overflow:hidden; line-height:1.5; } .pairsJustified dt{ font-size:11px !important; float:left; padding-left:5px; text-align:left; max-width:100%; color:#ababab; text-shadow:0 1px #000; } .pairsJustified dd{ float:right; font-size:10px !important; text-align:right; max-width:100%; padding-right:5px; text-shadow:0 1px #000; } Edited April 5, 2015 by Courage Spoiler :) 1
Cristian George Posted April 5, 2015 Report Posted April 5, 2015 Buna Ziua ! Am si eu o problema cum pot reusi sa fac si eu ca acesta poza: de neutral stiu hook-u l-am pus. Vreau sa fac sa apara mesaje id membru inregistrat astea. Ai putea te rog sa imi dai si mie acel hook, ca nu il gasesc... Sau oricine il are. Fara link-uri spre webflake
PlaY4FuN Posted April 5, 2015 Author Report Posted April 5, 2015 Hook-ul se numeste : (TB) Show Reputation in User Info v3.1.0 ala cu 0 neutral.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now