Jump to content

Cum Adaug Background La Userinfopane Si La Profil In Sidebar?


Catalin Catalin

Recommended Posts

Cum adaug background la userinfopane si la profil in sidebar??? 

 

UserInfoPane:

<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>Grup:</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>

Profil in SideBar:

<if test="memberbox:|:$this->memberData['member_id']">
<style>.sr{position:absolute;right:15px;}</style>
<div class="ipsSideBlock clearfix __xXtwist352statistics">
 
<h3 id="anonymous_element_352">Bun venit, <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> {$this->memberData['members_display_name']}</a></h3>
 
<div class="_sbcollapsable">
<ul class='ipsList_data sb_statistics clearfix'>
 
 
<center class='desc member_title'>
<if test="$this->memberData['title'] != ''">
{$this->memberData['title']}<br /><br />
</if>
 
<a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'>
<img src='{$this->memberData['pp_main_photo']}'></a>
<br /><br />
<span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br /><br />
</center>
 
 
<li class='clearfix'>
<span class='sl'>Mesaje:</span>
<span class='sr'>{$this->memberData['posts']}</span>
</li>
 
<li class='clearfix'>
<span class='sl'>Accesări profil:</span>
<span class='sr'>{$this->memberData['members_profile_views']}</span>
</li>
<li class='clearfix'>
<span class='sl'>ID membru:</span>
<span class='sr'>{$this->memberData['member_id']}</span>
</li>
 
<li class='clearfix'>
<span class='sl'>Înregistrat:</span>
<span class='sr'>{parse date="$this->memberData['joined']" format="joined"}</span>
</li>
 
<li class='clearfix'>
<span class='sl'>Reputaţie:</span>
<span class='sr'><span style='padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px; border-radius: 3px; background: #2b303c; font-size: 10px; color: #fff; '><b>{$this->memberData['pp_reputation_points']}</b></span></span>
</li>
<li class='clearfix'>
<span class='sl'>IP:</span>
<span class='sr'>{$_SERVER['REMOTE_ADDR']}</span>
</li>
 
 

</ul> </div> </div> </if>

Link to comment
Share on other sites

Cum adaug background la userinfopane si la profil in sidebar??? 

 

UserInfoPane:

<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>Grup:</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>

Profil in SideBar:

<if test="memberbox:|:$this->memberData['member_id']">
<style>.sr{position:absolute;right:15px;}</style>
<div class="ipsSideBlock clearfix __xXtwist352statistics">
 
<h3 id="anonymous_element_352">Bun venit, <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> {$this->memberData['members_display_name']}</a></h3>
 
<div class="_sbcollapsable">
<ul class='ipsList_data sb_statistics clearfix'>
 
 
<center class='desc member_title'>
<if test="$this->memberData['title'] != ''">
{$this->memberData['title']}<br /><br />
</if>
 
<a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'>
<img src='{$this->memberData['pp_main_photo']}'></a>
<br /><br />
<span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br /><br />
</center>
 
 
<li class='clearfix'>
<span class='sl'>Mesaje:</span>
<span class='sr'>{$this->memberData['posts']}</span>
</li>
 
<li class='clearfix'>
<span class='sl'>Accesări profil:</span>
<span class='sr'>{$this->memberData['members_profile_views']}</span>
</li>
<li class='clearfix'>
<span class='sl'>ID membru:</span>
<span class='sr'>{$this->memberData['member_id']}</span>
</li>
 
<li class='clearfix'>
<span class='sl'>Înregistrat:</span>
<span class='sr'>{parse date="$this->memberData['joined']" format="joined"}</span>
</li>
 
<li class='clearfix'>
<span class='sl'>Reputaţie:</span>
<span class='sr'><span style='padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px; border-radius: 3px; background: #2b303c; font-size: 10px; color: #fff; '><b>{$this->memberData['pp_reputation_points']}</b></span></span>
</li>
<li class='clearfix'>
<span class='sl'>IP:</span>
<span class='sr'>{$_SERVER['REMOTE_ADDR']}</span>
</li>
 
 

</ul> </div> </div> </if>

 

Adica background la userinfopane ?

Link to comment
Share on other sites

Te intreba ce vrei sa zici prin background la userInfoPane. Sunt curios si eu aici.

 

Doamne da incuiati la minte sunteti n-aveti si voi imaginatie? , se refera la ce a facut Shady pentru unitchamp

 

8jzse3K.png  cXoLJQ8.png

 

Arata unde ai vazut ! Pana acum n-ai cerut si ceri la 1-2 zile dupa ce a postat Shady =)) vai de tine.

Edited by Sebastian C.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.