katiallo Posted October 28, 2006 Posted October 28, 2006 How can I eliminate a categorie from going through my whats new scrolling box? Thank you
♥Monika in Germany Posted October 28, 2006 Posted October 28, 2006 sure ... add something like this: ... and c.categories_id not in(27,30) I chose the in version of the code as often you want to eliminate several. I used this method in the costume shop mandala I made (costume-box.com) as I did not want to show off accessories, just costumes, to get a balanced look. In my case I even created a key define for admin so a comma separated list can be edited there. Just use any regular value entry code like store name from the oscommerce.sql file as a template. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.