trattore Posted 21 giugno 2014 Share Posted 21 giugno 2014 (edited) in gestione modelli su boardIndexTemplate cercate<foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach>aggiungete sotto<style type="text/css">.pohotoimge { width: 170px; height: 164px;}.pohotosttre { border: 5px solid rgba(0, 192, 255, 1); width: 170px; height: 164px;}</style><if test="memberbox:|:$this->memberData['member_id']"><div class='ipsSideBlock clearfix'> <h3>Benvenuto, <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'><center class='desc member_title'><if test="$this->memberData['title'] != ''">{$this->memberData['title']}<br /></if><br /> <div class='pohotosttre'><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 class='pohotoimge' src='{$this->memberData['pp_main_photo']}'></a></div><br /><center><span style=' font-size: 14px;'>{$this->memberData['prefix']}{$this->memberData['g_title']}{$this->memberData['suffix']}</span><br />Posts: {$this->memberData['posts']}<br />Visite al profilo: {$this->memberData['members_profile_views']}<br />Iscritto il: {parse date="$this->memberData['joined']" format="joined"}<br />Tuo IP: {$_SERVER['REMOTE_ADDR']}<br /><br /><div style='background: none repeat scroll 0% 0% rgba(51, 156, 40, 1);padding: 7px; color: #fff; border-radius: 5px; font-weight: bold'>{$this->memberData['pp_reputation_points']}</div></center></div></div></if>Per cambiare il colore di sfondo di reputazione basta modificare:<div style='background:#0f2437 ;padding: 7px; color: #fff; font-weight: bold'>{$this->memberData['pp_reputation_points']}</div>potete usare questa modifica sfruttandola anche su ip.content, creando un blocco. Edited 21 giugno 2014 by trattore 1 Link to comment Share on other sites More sharing options...
najaru Posted 25 giugno 2014 Share Posted 25 giugno 2014 carino, bello. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now