Nitoiu_channel Posted January 22, 2017 Report Posted January 22, 2017 Eu in userInfoPane nu am {$author['_group_formatted']} si vreau sa fac pe forum cum este aici : Aici este userInfoPane al meu : <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='title2'>{$author['member_title']}</p> </if> <ul class="dialog7"> <li class="dialog5"> <div class="arr"></div> </li> </ul> </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 id="nofun" 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> <if test="memberbox:|:$this->memberData['member_id']"> <a href="#" onclick="ipb.textEditor.getEditor( ipb.textEditor.getCurrentEditorId() ).insert( '@{$author['members_display_name']}' ); return false;" title="@{$author['members_display_name']}"><div class="mentionbtn bgtw"><i class="fa fa-bullhorn"></i><paper-ripple fit></paper-ripple></div></a> <if test="pmlink:|:($member['member_id'] != $this->memberData['member_id']) AND $this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0 AND IPSLib::moduleIsEnabled( 'messaging', 'members' ) AND $member['members_disable_pm'] == 0"> <li class='pmbtn2' id='pm_xxx_{$member['member_id']}'><a href='{parse url="app=members&module=messaging&section=send&do=form&fromMemberID={$member['member_id']}" base="public"}' title='{$this->lang->words['pm_this_member']}' class='pmbtn bgtw'> {$this->lang->words['send_message']}<i class="fa fa-paper-plane-o"></i> <paper-ripple fit></paper-ripple></a></li> <if test="authorwarn:|:$author['show_warn']"> <if test="hasWarningId:|:$options['wl_id']"> </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']}'><div class="warnbtn bgtw tooltip tooltipstered"> <i class="fa fa-exclamation-triangle"></i> <paper-ripple fit></paper-ripple></div></a> </if> </if> </if> <div class="ig_userinfo_b4"> <div class="left ig_userinfo_b4_1"> <div> <span class="ig_userinfo_b4_m">Posts</span> </div> <div style="padding-top: 5px;"> <span style="font-size: 15px;">{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['posts']))"}</span> </div> </div> <div class="right ig_userinfo_b4_1"> <div><span class="ig_userinfo_b4_m">Threads</span></div> <div style="padding-top: 5px;"> <span style="font-size: 15px;"><php>$topics=ipsRegistry::DB()->buildAndFetch(array('select'=>'count(*) as topics','from'=>'topics','where'=>"starter_id=".$author['member_id']));</php> {$topics['topics']} </span></div> </div> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-user"> </i>  Member Number:</dt> <dd>{$author['member_id']}</dd> </li> </dl> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-calendar"> </i>  {$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><i class="fa fa-exclamation-circle"> </i>  Warnings:</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><i class="fa fa-thumbs-up"> </i>  Reputation:</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> </div> <if test="$author['_online']"> <div class="postbitbox3_online"><span class="online">Online</span></div> <else /> <div class="postbitbox3_offline"><span class="offline">Offline</span></div></if> </div>
+ZEW Posted January 22, 2017 Report Posted January 22, 2017 3 minutes ago, Nitoiu_channel said: Eu in userInfoPane nu am {$author['_group_formatted']} si vreau sa fac pe forum cum este aici : Aici este userInfoPane al meu : Reveal hidden contents <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='title2'>{$author['member_title']}</p> </if> <ul class="dialog7"> <li class="dialog5"> <div class="arr"></div> </li> </ul> </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 id="nofun" 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> <if test="memberbox:|:$this->memberData['member_id']"> <a href="#" onclick="ipb.textEditor.getEditor( ipb.textEditor.getCurrentEditorId() ).insert( '@{$author['members_display_name']}' ); return false;" title="@{$author['members_display_name']}"><div class="mentionbtn bgtw"><i class="fa fa-bullhorn"></i><paper-ripple fit></paper-ripple></div></a> <if test="pmlink:|:($member['member_id'] != $this->memberData['member_id']) AND $this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0 AND IPSLib::moduleIsEnabled( 'messaging', 'members' ) AND $member['members_disable_pm'] == 0"> <li class='pmbtn2' id='pm_xxx_{$member['member_id']}'><a href='{parse url="app=members&module=messaging&section=send&do=form&fromMemberID={$member['member_id']}" base="public"}' title='{$this->lang->words['pm_this_member']}' class='pmbtn bgtw'> {$this->lang->words['send_message']}<i class="fa fa-paper-plane-o"></i> <paper-ripple fit></paper-ripple></a></li> <if test="authorwarn:|:$author['show_warn']"> <if test="hasWarningId:|:$options['wl_id']"> </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']}'><div class="warnbtn bgtw tooltip tooltipstered"> <i class="fa fa-exclamation-triangle"></i> <paper-ripple fit></paper-ripple></div></a> </if> </if> </if> <div class="ig_userinfo_b4"> <div class="left ig_userinfo_b4_1"> <div> <span class="ig_userinfo_b4_m">Posts</span> </div> <div style="padding-top: 5px;"> <span style="font-size: 15px;">{parse expression="$this->registry->getClass('class_localization')->formatNumber(intval($author['posts']))"}</span> </div> </div> <div class="right ig_userinfo_b4_1"> <div><span class="ig_userinfo_b4_m">Threads</span></div> <div style="padding-top: 5px;"> <span style="font-size: 15px;"><php>$topics=ipsRegistry::DB()->buildAndFetch(array('select'=>'count(*) as topics','from'=>'topics','where'=>"starter_id=".$author['member_id']));</php> {$topics['topics']} </span></div> </div> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-user"> </i>  Member Number:</dt> <dd>{$author['member_id']}</dd> </li> </dl> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-calendar"> </i>  {$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><i class="fa fa-exclamation-circle"> </i>  Warnings:</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><i class="fa fa-thumbs-up"> </i>  Reputation:</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> </div> <if test="$author['_online']"> <div class="postbitbox3_online"><span class="online">Online</span></div> <else /> <div class="postbitbox3_offline"><span class="offline">Offline</span></div></if> </div> Ai uitat poza. 1 "Sufletele cele mai întunecate nu sunt cele care aleg să existe în iad, ci acelea care aleg să evadeze și se mută în tăcere printre noi." - Samuel Loomis (Halloween)
Nitoiu_channel Posted January 22, 2017 Author Report Posted January 22, 2017 Just now, ZEW said: Ai uitat poza. Ce poza ?
+ZEW Posted January 22, 2017 Report Posted January 22, 2017 " si vreau sa fac pe forum cum este aici : " Pauză Acesta este bla bla. 1 "Sufletele cele mai întunecate nu sunt cele care aleg să existe în iad, ci acelea care aleg să evadeze și se mută în tăcere printre noi." - Samuel Loomis (Halloween)
Nitoiu_channel Posted January 22, 2017 Author Report Posted January 22, 2017 Am bagat in spoiler jos de tot
Nitoiu_channel Posted January 22, 2017 Author Report Posted January 22, 2017 Am rezolvat ... Multumesc ZEW pentru tot ajutorul acordat ai + 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now