Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #11  
Old 14th June 2018, 08:10
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.

Last edited by Botanicar; 14th June 2018 at 08:26.
Reply With Quote
The Following User Says Thank You to Botanicar For This Useful Post:
MasterMan (15th June 2018)
  #12  
Old 15th June 2018, 02:44
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
yes, this is exactly what i'm talking about
Reply With Quote
  #13  
Old 15th June 2018, 09:35
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default
Appearance --> Themes --> Manage Templates: YOUR TEMPLATE --> ul_dl_stats


Code:
<div id="ul_dl_stats" class="small">
<!--    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_uploaded']}:</b> {$_uploaded} <br />
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_downloaded']}:</b> {$_downloaded}<br />
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_buffer']}:</b> {$_buffer}<br />
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_ratio']}:</b> {$_ratio}<br /> 
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_slots']}:</b> {$_slots}<br />
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_points']}:</b> <a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=market&amp;pid=23">{$_points}</a><br /> -->
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_total_posts']}:</b> {$_total_posts}<br />
        <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_total_invites']}:</b> <a href="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/?p=membercp&amp;action=invite&amp;pid=22">{$_invites_left}</a><br />
<!--    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_total_warns']}:</b> <span id="total_warns" class="clickable">{$_total_warns}</span><br />
    <img src="{$TSUE['TSUE_Settings']->settings['global_settings']['website_url']}/styles/{$TSUE['TSUE_Template']->ThemeName}/theme_images/cross.png"  /><b>{$TSUE['TSUE_Language']->phrase['stats_hitrun_warns']}:</b> <span id="hitrun_warns" class="clickable">{$_hitrun_warns}</span><br /> -->
</div>
Reply With Quote
The Following User Says Thank You to Botanicar For This Useful Post:
MasterMan (16th June 2018)
  #14  
Old 16th June 2018, 06:19
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
thanks again m8, it worked like a charm too
one more thing and everything is good to go .. if you can see the screenshot and tell me how to remove 1 and 2 plz
Attached Thumbnails
2018-06-16_13-10-00.png  

Last edited by MasterMan; 16th June 2018 at 06:20. Reason: corrected typo
Reply With Quote
  #15  
Old 16th June 2018, 09:23
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default easy
Click the image to open in full size.


Click the image to open in full size.
Reply With Quote
  #16  
Old 16th June 2018, 10:48
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
yep, that's what i'm talking about :)
Reply With Quote
  #17  
Old 16th June 2018, 12:41
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default Easy way and use brain
Quote:
Appearance --> Themes --> Manage Templates: YOUR TEMLATE --> membercp_preferences
Code:
<form id="membercp_form" action="">
<input type="hidden" name="action" value="{$TSUE['action']}" id="action" />

<div class="tableHeader">
    <div class="row">
        <div class="cell first">
            {$Page_Title}
        </div>
    </div>
</div>

<div class="table">
    
    <div class="row">
        <div class="cell first">{$TSUE['TSUE_Language']->phrase['membercp_style']}</div>
        <div class="cell second">{$get_themes}</div>
    </div>

    <div class="row">
<!--        <div class="cell first">{$TSUE['TSUE_Language']->phrase['torrent_listing']}</div> 
        <div class="cell second">{$torrentStyle}</div> -->
    </div>  
    
    <div class="row">
        <div class="cell first">{$TSUE['TSUE_Language']->phrase['membercp_language']}</div>
        <div class="cell second">{$get_languages}</div>
    </div>

    <div class="row">
        <div class="cell first">{$TSUE['TSUE_Language']->phrase['membercp_timezone']}</div>
        <div class="cell second">{$get_timezones}</div>
    </div>

        <div class="row">
<!--        <div class="cell first">{$TSUE['TSUE_Language']->phrase['default_categories']}</div>
        <div class="cell second">{$defaultCategories}</div> -->
    </div> 

    <div class="row">
        <div class="cell first"><label for="accountParked">{$TSUE['TSUE_Language']->phrase['park_account']}</label></div>
        <div class="cell second">
            <input type="checkbox" name="accountParked" id="accountParked" accesskey="p" value="1"{$accountParked} />
            <span class="small"><label for="accountParked">{$TSUE['TSUE_Language']->phrase['park_account_info']}</label></span>
        </div>
    </div>

    <div class="row">
        <div class="cell first"></div>
        <div class="cell second">
            <input type="submit" value="{$TSUE['TSUE_Language']->phrase['button_save']}" class="submit" /> 
            <input type="reset" value="{$TSUE['TSUE_Language']->phrase['button_clear']}" class="submit" />
        </div>
    </div>

</div>

</form>
Reply With Quote
The Following User Says Thank You to Botanicar For This Useful Post:
MasterMan (16th June 2018)
  #18  
Old 16th June 2018, 14:50
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
cool m8, it worked again :)


thanks for your help but i have 1 thing on PHP Error on line 12 in


Code:
library/classes/class_member.php

the warning says:



Code:
 $_COOKIE["tsue_member"] = base64_decode($_COOKIE["tsue_member"]);

how to clear this warning if you knew what was going on??


thnaks for your help in advance,


cheers

Bump: heya ma man Botanicar :)


how can i remove these lines on the main Home page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------------
Total Seeders: 0 <--------------
Total Leechers: 0 <--------------
Unseeded Torrents: 0 <----------
Total Threads: 20
Total Replies: 10
Latest Member: SuperSonic

Bump: heya ma man Botanicar :)


how can i remove these lines on the main Home page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------------
Total Seeders: 0 <--------------
Total Leechers: 0 <--------------
Unseeded Torrents: 0 <----------
Total Threads: 20
Total Replies: 10
Latest Member: SuperSonic

Bump:

Bump: heya ma man Botanicar,


how can i remove these lines from a plugin in the HOME page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------
Total Seeders: 0 <---------
Total Leechers: 0 <---------
Unseeded Torrents: 0 <------
Total Threads: 20
Total Replies:10
Latest Member:supersonic

Bump: heya ma man Botanicar,


how can i remove these lines from a plugin in the HOME page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------
Total Seeders: 0 <---------
Total Leechers: 0 <---------
Unseeded Torrents: 0 <------
Total Threads: 20
Total Replies:10
Latest Member:supersonic

Bump: heya ma man Botanicar,


how can i remove these lines from a plugin in the HOME page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------
Total Seeders: 0 <---------
Total Leechers: 0 <---------
Unseeded Torrents: 0 <------
Total Threads: 20
Total Replies:10
Latest Member:supersonic

Bump: heya ma man Botanicar,


how can i remove these lines from a plugin in the HOME page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------
Total Seeders: 0 <---------
Total Leechers: 0 <---------
Unseeded Torrents: 0 <------
Total Threads: 20
Total Replies:10
Latest Member:supersonic

Bump: heya ma man Botanicar,


how can i remove these lines from a plugin in the HOME page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------
Total Seeders: 0 <---------
Total Leechers: 0 <---------
Unseeded Torrents: 0 <------
Total Threads: 20
Total Replies:10
Latest Member:supersonic

Bump: heya ma man Botanicar,


how can i remove these lines from a plugin in the HOME page??


Website Statistics

Total Members: 115
Total Torrents: 0 <--------
Total Seeders: 0 <---------
Total Leechers: 0 <---------
Unseeded Torrents: 0 <------
Total Threads: 20
Total Replies:10
Latest Member:supersonic
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 16:47. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.