Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2000
Posts: 21,080
Likes: 3
I type like Navaho
I type like Navaho
Joined: Mar 2000
Posts: 21,080
Likes: 3
oops, forgot myself []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]

This is the modification MattyJ did to the topthreads.php script - do this and rename it latestthreads.php, then ssi it to your other pages []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]

#
# FIND:
#

// Set this variable to the total number of threads that you wish to show
$totalthreads = 10;

#
# Paste Under:
#

// set this variable to show only main topics or replies
$type = "topic"; # topic/reply/all
if ($type == "topic") {
$qual = "B_Number = B_Main";
} else if ($type == "reply") {
$qual = "B_Number <> B_Main";
} else {
$qual = "B_Number > 0";
}

#
# FIND:
#

$sort;
if ($topthreads == "views") {
$sort = "B_Counter";
}
else {
$sort = "B_Replies";
}

#
# REPLACE WITH:
#

$sort = "B_Last_Post";

#
# FIND:
#
FROM w3t_Posts
WHERE B_Number = B_Main
AND B_Last_Post > '$date'
ORDER BY $sort DESC

#
# REPLACE WITH:
#
FROM w3t_Posts
WHERE $qual
AND B_Last_Post > '$date'
ORDER BY $sort DESC


That should do it []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]


- Allen wavey
- What Drives You?
Sponsored Links
Entire Thread
Subject Posted By Posted
Please repost latest threads addon.... Kordegnen 02/15/2002 8:02 AM
Re: Please repost latest threads addon.... Kordegnen 02/17/2002 8:35 PM
Re: Please repost latest threads addon.... MTO 02/17/2002 9:42 PM
Re: Please repost latest threads addon.... Max Fisch 02/18/2002 12:46 AM
Re: Please repost latest threads addon.... Kordegnen 02/18/2002 7:07 AM
Re: Please repost latest threads addon.... Max Fisch 02/18/2002 1:47 PM
Re: Please repost latest threads addon.... AllenAyres 02/18/2002 6:31 PM
Re: Please repost latest threads addon.... Kordegnen 02/18/2002 6:37 PM
Re: Please repost latest threads addon.... JustDave 02/19/2002 9:53 PM
Re: Please repost latest threads addon.... AllenAyres 02/19/2002 10:08 PM
Re: Please repost latest threads addon.... Kordegnen 02/20/2002 8:10 AM
Re: Please repost latest threads addon.... JustDave 02/20/2002 12:24 PM
Re: Please repost latest threads addon.... Kordegnen 02/20/2002 12:45 PM
Re: Please repost latest threads addon.... Kordegnen 02/26/2002 11:34 AM
Re: Please repost latest threads addon.... JustDave 02/27/2002 2:36 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
badfrog
badfrog
somewhere on the coast of Maine
Posts: 94
Joined: March 2007
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 3247
Topics Created 0
Posts Made 0
Users Online 1
Birthdays 27
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)