Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 12th June 2018, 04:58
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default How to remove the upper bar in TSUE 2.2
Hey guys,


I was wondering if someone knows how to remove the upper bar for Downloads, Uploads, Ratio, Buffer, Max Slots, Points, Hit and run Warns and etc from the main Home-Page???


I wanna make the site Open-Tracker instead of counting above mentioned stuff.


If you have any knowledge, plz do share it..!


Cheers,
Reply With Quote
  #2  
Old 12th June 2018, 06:03
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
I am not 100% sure but would it be inside plugins?
Reply With Quote
  #3  
Old 12th June 2018, 06:07
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
Quote:
Originally Posted by BamBam0077 View Post
I am not 100% sure but would it be inside plugins?

ahhh, it could be .. will look into it m80


thnks for the reply
Reply With Quote
  #4  
Old 12th June 2018, 08:12
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
just glad to help where needed bro
Reply With Quote
  #5  
Old 12th June 2018, 12:20
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default
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>
Reply With Quote
The Following User Says Thank You to Botanicar For This Useful Post:
MasterMan (13th June 2018)
  #6  
Old 13th June 2018, 03:02
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
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
  #7  
Old 13th June 2018, 08:36
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default
Click the image to open in full size.




Click the image to open in full size.
Reply With Quote
  #8  
Old 13th June 2018, 08:53
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
cool ... how could you erase these ?? i mean remove them :P
Reply With Quote
  #9  
Old 13th June 2018, 12:01
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default
Appearance --> Themes --> Manage Templates: YOUR TEMPLATE --> member_info

Code:
<div id="memberCard">
    
    <div class="memberCardAvatar">
        {$countryFlag}
        {$clickable_member_avatar}
    </div>

    <div class="memberCardDetails">
        {$MoreMemberInfo}<br />
        {$Member['groupname']}<br />
        {$MemberSince}<br />
        {$LastActivity}<br />
        {$invitedBy}

        <div id="memberinfoUpDownStats">
            {$staffLinks} {$banned} {$muted} {$warned} {$memberAwards}
<!--       <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/status/upload.png" alt="{$TSUE['TSUE_Language']->phrase['stats_uploaded']}" title="{$TSUE['TSUE_Language']->phrase['stats_uploaded']}" class="middle" /> {$Member['uploaded']} 
            <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/status/download.png" alt="{$TSUE['TSUE_Language']->phrase['stats_downloaded']}" title="{$TSUE['TSUE_Language']->phrase['stats_downloaded']}" class="middle" /> {$Member['downloaded']} 
            <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/status/ratio.png" alt="{$TSUE['TSUE_Language']->phrase['stats_ratio']}" title="{$TSUE['TSUE_Language']->phrase['stats_ratio']}" class="middle" /> {$Member['ratio']} 
            <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/status/buffer.png" alt="{$TSUE['TSUE_Language']->phrase['stats_buffer']}" title="{$TSUE['TSUE_Language']->phrase['stats_buffer']}" class="middle" /> {$Member['buffer']}  -->
        </div>

        <div>
            <span class="clickable small">
                <a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=profile&amp;pid=18&amp;memberid={$Member['memberid']}">{$Page_Title}</a>
            </span>
            <span class="clickable small" id="messages_new_message" receiver_membername="{$Member['membername']}">{$SendMessageLink}</span>
            {$FollowLink}
        </div>
        
    </div>

    <div class="clear"></div>
</div>
Reply With Quote
  #10  
Old 14th June 2018, 03:10
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
many thanks bro, this took care of that info on that page


but still on the main Home Page i have those info showing where saying:



Welcome Back: !!!



Uploaded: !!!
Downloaded: !!!
Buffer: !!!
Ratio: !!!
Max.Slots: !!!
Points: !!!


how can i remove these and i'm set to go!
Reply With Quote
Reply

Tags
22 , bar , remove , tsue , upper

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 18:42. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.