Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
Thread Tools
  #1  
Old 19th April 2009, 16:14
thereal thereal is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 16
Default Make TT look like TBdev?
Hi, how can make torrent trader look like TBdev , the blue edition,?

Last edited by thereal; 19th April 2009 at 17:07.
Reply With Quote
  #2  
Old 19th April 2009, 20:28
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
Quote:
Originally Posted by thereal View Post
Hi, how can make torrent trader look like TBdev , the blue edition,?
simple...import your user from tt in tbdev blue edition

P.S. how look this version?
Reply With Quote
  #3  
Old 19th April 2009, 21:47
thereal thereal is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 16
Default
Quote:
Originally Posted by hack346 View Post
simple...import your user from tt in tbdev blue edition

P.S. how look this version?
I have Torrent Trader 2.05, the thing is Tbdev doesn't work form me, but TT is good so I was wondering if there's a theme or something that looks like Tbdev,? I think I saw a redish theme,?
Reply With Quote
  #4  
Old 19th April 2009, 21:56
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
By mOObile

Fully working for TorrentTrader FINAL and BETA 4


Just overwrite the DEFAULT folder if using FINAL

If you are using BETA 4 please use the modified functions.php also.


Content of the zip:
- Modded Functions.php for BETA 4 ONLY
- Theme Electrik
- Html file for Installation if you can't use my functions.php (hacks installed before)

Click image for larger version

Name:	electrik.jpg
Views:	168
Size:	134.4 KB
ID:	1472
Attached Files
File Type: rar Theme_Electrik_for_TTCB4.rar (402.5 KB, 69 views)
Reply With Quote
  #5  
Old 20th April 2009, 16:57
thereal thereal is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 16
Default
Quote:
Originally Posted by Krypto View Post
By mOObile

Fully working for TorrentTrader FINAL and BETA 4


Just overwrite the DEFAULT folder if using FINAL

If you are using BETA 4 please use the modified functions.php also.


Content of the zip:
- Modded Functions.php for BETA 4 ONLY
- Theme Electrik
- Html file for Installation if you can't use my functions.php (hacks installed before)

THANKS!!!
How can I make so that the login box only is visable when you're not logged in, like tbdev?
Reply With Quote
  #6  
Old 20th April 2009, 19:15
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by thereal View Post
THANKS!!!
How can I make so that the login box only is visable when you're not logged in, like tbdev?
you can try this

first find this code in index :

PHP Code:
if ($SHOUTBOX)
{
begin_frame("" SHOUTBOX ""center);
echo 
'<IFRAME name="shout_frame" src="'.$SITEURL.'/ttshout.php" frameborder="0" marginheight="0" marginwidth="0" width="95%" height="210" scrolling="no" align="middle"></IFRAME>';
end_frame();

before the code add :

PHP Code:
if ($LOGGEDINONLY){
    if (!
$CURUSER){
 echo 
"<BR><BR><b><CENTER>write what ever you want<br>disable - need to login first</CENTER><BR><BR>";
    }else{ 
after
PHP Code:
end_frame(); } 
add this :
PHP Code:
}

sorry no box to put code in

Last edited by Fynnon; 20th April 2009 at 19:53. Reason: use [php] or [code] tags
Reply With Quote
The Following User Says Thank You to raefor For This Useful Post:
thereal (20th April 2009)
  #7  
Old 20th April 2009, 19:25
thereal thereal is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 16
Default
but how do I disable the torrenttable, I only want it to show the login box not both the login box and the torrenttable?
EDIT: FIXED

Last edited by thereal; 20th April 2009 at 22:02.
Reply With Quote
  #8  
Old 22nd April 2009, 11:01
raefor's Avatar
raefor raefor is offline
Senior Member
 
Join Date: Mar 2008
United States
Posts: 90
Default
Quote:
Originally Posted by thereal View Post
THANKS!!!
How can I make so that the login box only is visable when you're not logged in, like tbdev?
replace On Index.php And Account-Signup.php

PHP Code:
require_once("backend/functions.php");
dbconn(); 

with

PHP Code:
require_once("backend/functions.php");
$site_config['RIGHTNAV'] = false;
$site_config['LEFTNAV'] = false;
dbconn(); 

Last edited by raefor; 22nd April 2009 at 17:12.
Reply With Quote
Reply

Tags
electrik tt theme , make , tbdev , tt


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can somebody make this tool?? saggy00 Template Shares 3 23rd January 2013 12:06
Anyone that can make this for me? Viperia Free Torrent Source 9 25th January 2010 09:33
make music Tory Template Shares 1 12th September 2009 14:30
HELP: i want to make a tracker ronaldica Community Cafe 7 16th July 2009 18:14
to make for TS v 5 1 that was plugin zenja7777 Template Shares 0 13th September 2008 22:27



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