I got the mod working I just have one question. When I make it search only in that category, it does not include sub-categories of that category. Is there any way I can make it do this? For example:
If I was in the category "Support". I selected search only in this category. It right now only returns links in the category "Support". How do you make it return links from category "Support" and "Support/SubCat1" "Support/Subcat2", etc.?
Here is the source I am using:
if ($in{'category'}){
($in{'category'} eq $values[$db_category]) or next LINE;
}
Thanks,
Nicholas
------------------
If I was in the category "Support". I selected search only in this category. It right now only returns links in the category "Support". How do you make it return links from category "Support" and "Support/SubCat1" "Support/Subcat2", etc.?
Here is the source I am using:
if ($in{'category'}){
($in{'category'} eq $values[$db_category]) or next LINE;
}
Thanks,
Nicholas
------------------

