![]() |
Configure specific categories for Featured Photos? There are a bunch of images in lame categories displaying on featured photos I rather not have displayed. How can I change featured photos to display images in only certain categories. I am sure I have to edit inc_features.php but I can not see where. Thank you |
well your talking inc_features right you need to modify your query to something like this AND p.cat != 500 to something like this AND p.cat NOT IN (500,501,503,510,512) replacing the numeric variables with the cats your not wanting to show |
worked thanks! |
Sorry for such a newbie questions, but which sections/lines do I need to change? Is it in (case "most_view"), (case "latest"), or (default) Thanks -Tuan Code: Content visible to verified customers only. |
You would alter the query lines for everyone if you want or just the one you want to alter |
How does that work for Photopost 6.2? There is no line > AND p.cat != 500 < |
AND p.cat NOT IN (500,501,503,510,512) You can still add the and clause in the query yes this is an older thread but the basis is still the same. |
worked perfect and chuck your help is always appreciated cheers |
Have a good day let us know if you need anything else. |
| All times are GMT -5. The time now is 11:35 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0