SixServe - Free No Ads cPanel Web Hosting: avatar on board index IPB 3.1.x ( same with ipb 3.2x ) - SixServe - Free No Ads cPanel Web Hosting

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

avatar on board index IPB 3.1.x ( same with ipb 3.2x )

#1
User is offline   SixPriests 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 142
  • Joined: 20-December 11
  • LocationJakarta City
Posted Image


open your skin " BoardIndexTemplate "

find this code :
<th scope='col' class='col_c_stats stats'>{$this->lang->words['stats']}</th>


add below :
<th scope='col' class='col_c_user'>{$this->lang->words['userAvatar']}</th>


find this code :
<td class='altrow stats'>
                       <ul>
                       <li>{$forum_data['topics']} {$this->lang->words['topics']}</li>
                       <li>{$forum_data['posts']} {$this->lang->words['replies']}</li>
                       </ul>
</td>


add below :

<td class='user'>
<php>
$theMember    = IPSMember::load($forum_data['last_poster_id'], 'core,extendedProfile');
if ( $theMember['avatar_location'] == ""){
$memberAvatar = "<img src='{$this->settings['img_url']}/profile/default_thumb.png'/>"
;
}else{
$memberAvatar = IPSMember::buildAvatar($theMember,0,1);
}
</php>
<center><div id='userAvatar'>{$memberAvatar}</div></center>
</td> 


Save n Exit

open your skin " ipb_styles.css "

find this code :

  /* General block */


add below :

#userAvatar img
{
        max-width: 40px;
        max-height: 40px;
        clear:both;
        padding: 0 2px;
}


Save n Refresh Your Site
Posted Image

"we are born with brains in our skull
so no matter how poor wherever we are, we are still rich
because there will be no one can steal our brains, our minds and our ideas
and what do you think in your brain is much more valuable than gold and jewels."
0

#2
User is offline   Dave 

  • SixServe Lead Technician
  • Group: Staff
  • Posts: 2,529
  • Joined: 19-September 11
  • LocationMaine
Tutorial Approved. Thanks for posting :)
Best Regards,
Dave
SixServe Support Team Member

Posted Image
Get a Free Laptop! (PoliticalBB - Politics Debate Forum)!

DoubtFireBlog - Don't Doubt the Fire of Thought Express your thoughts, become a blogger, and much more with DoubtFire Blog!
0

#3
User is offline   SixPriests 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 142
  • Joined: 20-December 11
  • LocationJakarta City
@Dave, thank you very much :D
Posted Image

"we are born with brains in our skull
so no matter how poor wherever we are, we are still rich
because there will be no one can steal our brains, our minds and our ideas
and what do you think in your brain is much more valuable than gold and jewels."
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Squidix Web Hosting