Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #1  
Old 23rd April 2013, 09:55
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default Simple Theme
Click the image to open in full size.

INSTALLATION:

1. Unrar the files from attached archive
2. Put all the extracted files in your root folder
3.In bittorrent.php after the default stylesheet add this:
PHP Code:
<link rel="stylesheet" type="text/css" href="style.css" /> 
4.After <body> tag add this:
PHP Code:
<div id="main_container">
    <
div id="header">
        <
div class="logo"><img src="./images/logo.gif" border="0" alt="" title="" /></div>       
    </
div>
        <
div class="menu">
            <
ul>                                                                         
                <
li class="selected"><a href="index.php">home</a></li>
                <
li><a href="browse.php">browse</a></li>
                <
li><a href="upload.php">upload</a></li>
                <
li><a href="viewoffers.php">offers</a></li>
                <
li><a href="my.php">profile</a></li>
                <
li><a href="forums.php">forums</a></li>
                <
li><a href="userchat.php">chat</a></li>
                <
li><a href="rules.php">rules</a></li>
                <
li><a href="staff.php">staff</a></li>
            </
ul>
        </
div>
    <
div class="center_content"
This will be the menu and main content.
5.In the footer of the tracker add this:
PHP Code:
 <div id="footer">                                              
        <
div class="left_footer"><a href="index.php">home</a> <a href="faq.php">faq</a> <a href="rules.php">privacy policy</a><a href="mailto:chezandrei@gmail.com">contact</a></div>
        <
div class="right_footer"><a href="#"  target="_blank"><img src="./images/chezdesign.gif" border="0" alt="" title="" /></a>
        </
div>   
    
    </
div>
    
    
    
</
div
THAT'S ALL - ENJOY!
Attached Files
File Type: rar theme_files.rar (195.1 KB, 482 views)
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif

Last edited by joeroberts; 29th December 2013 at 09:25.
Reply With Quote
  #2  
Old 23rd April 2013, 13:24
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Question
What version of source is this theme for??

Also I'd change the image links so that your not hotlinking images from BVList and using the sites resources unless Fynnon has agreed to this?

<img src="http://www.bvlist.com/images/logo.gif" border="0" alt="" title="" />

<img src="http://www.bvlist.com/images/chezdesign.gif" border="0" alt="" title="" />
Reply With Quote
  #3  
Old 23rd April 2013, 13:27
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
The theme can be used from netmaniack to TBDev 2008

And wait a fucking minute ... somebody has put that image links there ... these are the hotlinks to that images:

here's proof

Click the image to open in full size.
Click the image to open in full size.

Bump: look the problem ... when i post a hostlink the forum automately transform the link to: http://www.bvlist.com/images/image.gif

it's not my fall

and please look again before to post this kind of comments
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif

Last edited by Chez; 23rd April 2013 at 13:41.
Reply With Quote
  #4  
Old 23rd April 2013, 13:41
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
easy fix add ./ infront of the image path or use $site_url
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #5  
Old 23rd April 2013, 13:45
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Thanks joe for the tip
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote
  #6  
Old 23rd April 2013, 21:54
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Hey I'm just pointing out that the code you posted was linking to this site in those two places, so no need to F**ing take that tone with me.

If your having issues with the forum translating your code wrong then report it instead of going off on one.

It's attitudes like this that makes me feel like pulling the plug on me providing my vBulletin License for here
Reply With Quote
  #7  
Old 23rd April 2013, 22:30
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Krypto View Post
Hey I'm just pointing out that the code you posted was linking to this site in those two places, so no need to F**ing take that tone with me.

If your having issues with the forum translating your code wrong then report it instead of going off on one.

It's attitudes like this that makes me feel like pulling the plug on me providing my vBulletin License for here
Hey Krypto don't stress out man.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 23rd April 2013 at 22:48.
Reply With Quote
  #8  
Old 24th April 2013, 09:26
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Quote:
Originally Posted by Krypto View Post
Hey I'm just pointing out that the code you posted was linking to this site in those two places, so no need to F**ing take that tone with me.

If your having issues with the forum translating your code wrong then report it instead of going off on one.

It's attitudes like this that makes me feel like pulling the plug on me providing my vBulletin License for here
if i know that's not true it's normal to react like, and sorry for reaction but that was for the moment
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote
  #9  
Old 18th July 2013, 14:08
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Cheers for your programming work :)
Reply With Quote
  #10  
Old 18th July 2013, 15:03
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
thought I would post that simple fix as most new coders would wonder why it wouldn't work 100% but I will explain if you browse via your files you will see most <> tags use ' ' instead of " " within it. But if you already new that then good on you :) small fix but worth sharing.

Old code -

PHP Code:
<div id="main_container">
    <
div id="header">
        <
div class="logo"><img src="./images/logo.gif" border="0" alt="" title="" /></div>       
    </
div>
        <
div class="menu">
            <
ul>                                                                         
                <
li class="selected"><a href="index.php">home</a></li>
                <
li><a href="browse.php">browse</a></li>
                <
li><a href="upload.php">upload</a></li>
                <
li><a href="viewoffers.php">offers</a></li>
                <
li><a href="my.php">profile</a></li>
                <
li><a href="forums.php">forums</a></li>
                <
li><a href="userchat.php">chat</a></li>
                <
li><a href="rules.php">rules</a></li>
                <
li><a href="staff.php">staff</a></li>
            </
ul>
        </
div>
    <
div class="center_content"
New Code -
PHP Code:
<div id='main_container'>
    <
div id='header'>
        <
div class='logo'><img src='images/logo.gif' border='0' alt='' title='' /></div>       
    </
div>
        <
div class='menu'>
            <
ul>                                                                         
                <
li class='selected'><a href='index.php'>home</a></li>
                <
li><a href='browse.php'>browse</a></li>
                <
li><a href='upload.php'>upload</a></li>
                <
li><a href='viewoffers.php'>offers</a></li>
                <
li><a href='my.php'>profile</a></li>
                <
li><a href='forums.php'>forums</a></li>
                <
li><a href='userchat.php'>chat</a></li>
                <
li><a href='rules.php'>rules</a></li>
                <
li><a href='staff.php'>staff</a></li>
            </
ul>
        </
div>
    <
div class='center_content'
same applies on the following -

Old Code -

PHP Code:
<link rel="stylesheet" type="text/css" href="style.css" /> 
New -
PHP Code:
<link rel='stylesheet' type='text/css' href='style.css' /> 
also here too -

Old Code -
PHP Code:
 <div id="footer">                                              
        <
div class="left_footer"><a href="index.php">home</a> <a href="faq.php">faq</a> <a href="rules.php">privacy policy</a><a href="mailto:chezandrei@gmail.com">contact</a></div>
        <
div class="right_footer"><a href="#"  target="_blank"><img src="./images/chezdesign.gif" border="0" alt="" title="" /></a>
        </
div>   
    
    </
div>
    
    
    
</
div
New Code -

PHP Code:
 <div id='footer'>                                              
        <
div class='left_footer'><a href='index.php'>home</a> <a href='faq.php'>faq</a> <a href='rules.php'>privacy policy</a><a href='mailto:chezandrei@gmail.com'>contact</a></div>
        <
div class='right_footer'><a href='#'  target='_blank'><img src='images/chezdesign.gif' border='0' alt='' title='' /></a>
        </
div>   
    
    </
div>
    
    
    
</
div

Last edited by joeroberts; 29th December 2013 at 09:31.
Reply With Quote
The Following User Says Thank You to BamBam0077 For This Useful Post:
nicukent (3rd May 2014)
Reply

Tags
simple , theme

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:46. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.