View Single Post
  #6  
Old 13th June 2018, 03:02
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 142
Default
Quote:
Originally Posted by Botanicar View Post
In the:
Appearance --> Themes Manage --> Templates --> Your Theme --> main


Remove: {$member_info_bar} or edit member_info_bar

Code:
<div id="member_info_bar">
<!-- <img src="{$_avatar}" class="avatar">  -->
<!-- {$clickable_member_avatar}  -->
    <div class="showStats">
        <div class="eLinks">
            [<a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=profile&pid=18&memberid={$TSUE['TSUE_Member']->info['memberid']}">{$TSUE['TSUE_Language']->phrase['profile']}</a>]
            [<span id="history_link" class="clickable">{$TSUE['TSUE_Language']->phrase['history_link']}</span>]
            [<a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=logout&amp;logout=1&amp;hash={$TSUE['TSUE_Member']->info['csrf_token_page']}" id="logout">{$TSUE['TSUE_Language']->phrase['logged_logout']}</a>]
        </div>
<!--        <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/uploaded.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_uploaded']}" /> {$_uploaded}
        <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/downloaded.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_downloaded']}" /> {$_downloaded}
        <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/buffer.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_buffer']}" /> {$_buffer}
        <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/ratio.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_ratio']}" /> {$_ratio}  -->
<font color="#ffc905">Don't show download - Upload and Ratio</font>         
                | <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/slots.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_slots']}" /> {$_slots}
<!--        | <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/points.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_points']}" /> <a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=market&amp;pid=23">{$_points}</a> -->
        | <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/posts.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_total_posts']}" /> {$_total_posts}
        | <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/invites.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_total_invites']}" /> <a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=membercp&amp;action=invite&amp;pid=22">{$_invites_left}</a>
        | <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/warns.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_total_warns']}" /> <span id="total_warns" class="clickable">{$_total_warns}</span>
        | <img src="styles/{$TSUE['TSUE_Template']->ThemeName}/info_bar/hitrun.png" alt="" title="{$TSUE['TSUE_Language']->phrase['stats_hitrun_warns']}" /> <span id="hitrun_warns" class="clickable">{$_hitrun_warns}</span> |
    </div>
</div>

this worked with many thanks for your help. But still these info showing on the user panel where the AVATAR is displayed and i guess this might a plugin edit issue..! If you could direct me how to edit it, plz



thanks m80 for your help :)

Last edited by MasterMan; 13th June 2018 at 03:20.
Reply With Quote