Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #1  
Old 6th October 2010, 09:15
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default [TSSE 5.6] Show Torrents added by day
I've made a mod based on an old tbdev one, wich will separate by a row the torrents added each day.

Here it it what you should do:

in TSSE 5.6 - browse.php, find
PHP Code:
        $contentmiddle .= '
        <tr'
.($torrents['sticky'] == 'yes' ' class="sticky"' '').'> 
replace it with:
PHP Code:
/** 
 * @author mmisu120000
 * @copyright 2010
 * @mod name Show torrents by day
 * @version v1.1
 */

/** Make some date varibles **/
$day_added $torrents['added'];
$day_show strtotime($day_added);
$thisdate date('Y-m-d',$day_show);

/** If date already exist, disable $cleandate varible **/
if($thisdate==$prevdate){
$cleandate '';

/** If date does not exist, make some varibles **/
}else{
$day_added 'Torrents added '.my_datee($dateformat$torrents['added']); // You can change this to something else
$cleandate "<tr><td align = 'center' style='background-color: #999999; color: black;' colspan=15><b>$day_added</b></td></tr>\n"// This also...
}
/** Prevent that "torrents added..." wont appear again with the same date **/
$prevdate $thisdate;

/** If torrents not listed by added date **/

if ($torrents["sticky"] == "no")
if(!
$_GET['sort'] && !$_GET['d']){
   
$zzzzzz $cleandate;
}
        
$contentmiddle .= $zzzzzz '
        <tr'
.($torrents['sticky'] == 'yes' ' class="sticky"' '').'> 
This should do the trick ...

Enjoy!
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE
Reply With Quote
The Following 13 Users Say Thank You to mmisu120000 For This Useful Post:
aMiGo1972 (14th December 2012), BEST (6th October 2010), Botanicar (27th July 2013), FENIX (26th April 2013), kira (3rd March 2012), lafouine022 (22nd October 2010), Marco (6th October 2010), Metalmania (18th April 2012), PAX (6th August 2011), peiratikos (11th November 2011), Titya (24th March 2011), Tones (1st November 2012), vulongvy (20th April 2012)
  #2  
Old 6th October 2010, 10:20
lateam's Avatar
lateam lateam is offline
Senior Member
 
Join Date: Apr 2009
France
Posts: 40
Default
Click the image to open in full size.

good
thank

Last edited by lateam; 6th October 2010 at 11:19.
Reply With Quote
  #3  
Old 6th October 2010, 10:58
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default nice job
works charm thx mmisu ;)
Reply With Quote
  #4  
Old 11th October 2010, 16:51
nikosuk's Avatar
nikosuk nikosuk is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 59
Default nice work
works perfectly !!
nice work
thank you
Reply With Quote
  #5  
Old 20th March 2012, 09:04
PAX's Avatar
PAX PAX is offline
Senior Member
 
Join Date: Nov 2010
P2P
Posts: 41
Default
simple, functional mod , works 100%. thanks, I recommend to all
Reply With Quote
  #6  
Old 18th April 2012, 10:12
Metalmania Metalmania is offline
Member
 
Join Date: May 2011
P2P
Posts: 8
Default
Nice mod and simple, works 100 %
Reply With Quote
  #7  
Old 20th April 2012, 14:00
vulongvy vulongvy is offline
Member
 
Join Date: Dec 2011
P2P
Posts: 14
Default
nice mod !
thanks for share !
Reply With Quote
  #8  
Old 10th July 2012, 19:07
Tones Tones is offline
Banned
 
Join Date: Sep 2011
Cuba
Posts: 154
Default nice one!!
thx man great job!!
Reply With Quote
Reply

Tags
56 , added , day , show , torrents , tsse

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.