Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
[]Coy,

Try this it works as I am using this on my site
if ($forcats) {
$forcats = "AND cat = '$forcats'";
}

Then as far as the most version of this hack. You forgot the first step! Your right though Michael's hack has this left out. I had to tweak a few things. There is a query you have to add to ubbthreads.php Check the hack and install the part in that file for the stats to show.
[/]

Omegatron.... my fix doesn't work if you want to list more than one category like this:

$forcats = "511,507,522";


Modify the code like this:

if ($forcats) {
$forcats = "AND cat in ($forcats)";
}


That will allow for multiple categories to be included.

Coy's problem was that she was listing the main categories... which had no photos.... you have to list the category number of the subcategory which actually has the photos.

Sponsored Links
Entire Thread
Subject Posted By Posted
UBBthreads and PhotoPost PHP integrated index v2 PhotoPost 07/05/2002 7:12 PM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 07/05/2002 7:41 PM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 07/05/2002 7:42 PM
Re: UBBthreads and PhotoPost PHP integrated index coloradok5 07/05/2002 8:59 PM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 07/05/2002 9:15 PM
Re: UBBthreads and PhotoPost PHP integrated index yors 07/06/2002 3:14 PM
Re: UBBthreads and PhotoPost PHP integrated index msula 07/06/2002 4:00 PM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 07/07/2002 2:33 AM
Re: UBBthreads and PhotoPost PHP integrated index msula 07/07/2002 2:53 AM
Re: UBBthreads and PhotoPost PHP integrated index yors 07/18/2002 5:02 PM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 12/09/2002 1:13 PM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 12/18/2002 6:37 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 12/18/2002 7:51 PM
Re: UBBthreads and PhotoPost PHP integrated index Liahona_dup1 01/08/2003 11:09 PM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 01/11/2003 3:52 PM
Re: UBBthreads and PhotoPost PHP integrated index armyocs 01/12/2003 11:39 AM
Re: UBBthreads and PhotoPost PHP integrated index armyocs 01/12/2003 11:40 AM
Re: UBBthreads and PhotoPost PHP integrated index armyocs 01/12/2003 11:40 AM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 01/13/2003 11:40 PM
Re: UBBthreads and PhotoPost PHP integrated index Liahona_dup1 01/14/2003 12:31 AM
Re: UBBthreads and PhotoPost PHP integrated index JoshPet 01/14/2003 2:07 AM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 01/14/2003 3:22 AM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 01/14/2003 3:34 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 01/14/2003 6:45 AM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 01/14/2003 7:23 AM
Re: UBBthreads and PhotoPost PHP integrated index Mudpuppy 01/15/2003 9:15 PM
Re: UBBthreads and PhotoPost PHP integrated index armyocs 01/15/2003 10:12 PM
Re: UBBthreads and PhotoPost PHP integrated index junhyok 01/19/2003 5:50 PM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 01/20/2003 1:55 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 01/20/2003 4:09 AM
Re: UBBthreads and PhotoPost PHP integrated index armyocs 01/20/2003 9:40 AM
Re: UBBthreads and PhotoPost PHP integrated index junhyok 01/20/2003 10:41 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 01/21/2003 4:02 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 01/24/2003 3:44 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 01/24/2003 6:01 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 01/25/2003 3:22 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 01/25/2003 4:01 AM
Re: UBBthreads and PhotoPost PHP integrated index AllenAyres 02/06/2003 3:24 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 02/06/2003 4:32 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 02/06/2003 6:58 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 02/06/2003 7:12 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 Mudpuppy 02/06/2003 8:46 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/07/2003 4:41 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 JoshPet 02/07/2003 4:44 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/07/2003 4:46 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 Mudpuppy 02/07/2003 7:18 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 Mudpuppy 02/09/2003 6:26 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/09/2003 6:31 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/09/2003 6:35 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 Mudpuppy 02/09/2003 8:11 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 boris 02/09/2003 2:37 PM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/09/2003 2:58 PM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/09/2003 3:09 PM
Re: UBBthreads and PhotoPost PHP integrated index v2 JoshPet 02/11/2003 10:04 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/11/2003 1:17 PM
Re: UBBthreads and PhotoPost PHP integrated index v2 sportbikes 02/11/2003 8:45 PM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/11/2003 10:01 PM
Re: UBBthreads and PhotoPost PHP integrated index v2 sportbikes 02/12/2003 3:36 AM
Re: UBBthreads and PhotoPost PHP integrated index v2 omegatron 02/12/2003 3:41 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 02/16/2003 12:59 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 02/16/2003 1:11 AM
Re: UBBthreads and PhotoPost PHP integrated index PhotoPost 02/16/2003 3:12 AM
Re: UBBthreads and PhotoPost PHP integrated index omegatron 02/16/2003 3:21 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:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Zarzal
Zarzal
Berlin, Germany
Posts: 808
Joined: July 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)