Previous Thread
Next Thread
Print Thread
Rate Thread


~;

return ($CategoryStrip);

} #end category strip

sub Cat_Row {

my $row = qq~



~;

return ($row);
} # end cat row
Thanks again sir,

Jason
Joined: Oct 2001
Posts: 60
Member
Member
Offline
Joined: Oct 2001
Posts: 60
Charles,

I found the references but I dont know what to do with them. I am still new at this and I cant figure out exactly what to change.

Here are the references I think are what I need to change. Thanks for your patience with me.

ubb_forum_summary.cgi

quote:
$in{category} = "" unless exists $in{category};

if (!$in{category}) {

#&ServeFromCache("ubb_files/summary/summary.html");
my $filename = "$vars_config{NonCGIPath}/cache-$cache_cookie/ubb_files/summary/summary.html";

if ((-e $filename) && (-s $filename) && ($vars_misc{use_cache} ne "no")) {
my $file = &OpenFileAsString($filename);
$file = &ProcessVIEWS($file);
print &FilterPNTF($file);
exit(0);
} else {
&ServeFromCache("ubb_files/summary/summary.html");
} #endif

} else {

if ($vars_display{CategoriesOnly} ne 'false') {

# if this is a category-only view & specific category is selected
#&ServeFromCache("ubb_files/summary/summary-$in{category}.html");
my $filename = "$vars_config{NonCGIPath}/cache-$cache_cookie/ubb_files/summary/summary-$in{category}.html";

if ((-e $filename) && (-s $filename) && ($vars_misc{use_cache} ne "no")) {
my $file = &OpenFileAsString($filename);
$file = &ProcessVIEWS($file);
print &FilterPNTF($file);
exit(0);
} else {
&ServeFromCache("ubb_files/summary/summary-$in{category}.html");
} #endif
}
}

Public_forum_summary.pl

quote:
sub CategoryStrip {

my $CategoryStrip = qq~


$CategoryName


$cat_name


$forum_count
Sponsored Links
Entire Thread
Subject Posted By Posted
Display multiple categories Jason Edwards 05/18/2002 8:54 AM
Re: Display multiple categories joking-down 05/18/2002 2:16 PM
Re: Display multiple categories Charles Capps 05/18/2002 6:27 PM
Re: Display multiple categories Jason Edwards 05/19/2002 5:03 AM
Re: Display multiple categories Jason Edwards 05/20/2002 7:26 PM
Re: Display multiple categories Charles Capps 05/20/2002 7:34 PM
Re: Display multiple categories Jason Edwards 05/22/2002 1:52 AM
Re: Display multiple categories Jason Edwards 05/30/2002 9:39 AM
Re: Display multiple categories Jason Edwards 06/22/2002 10:49 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
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 2338
Topics Created 0
Posts Made 0
Users Online 0
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
Morgan 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)