v3.1 ModificationsQuestions on modifying 68 Classifieds. Please note these are not supported by 68 Classifieds, and may make future updates more difficult.
Adding 'category' to 'new listings' display -
10-26-2006, 09:59 PM
On the front page of our site, I am using 'function.new_listings.php' to generate a display on new listings.
I'm looking to add a 'category' field (column) to that display.
Have worked out the field name 'section' will generate the category ID. Now I need to convert that ID into the actual name of the category. A hyperlink is not required - just the category name only.
[quote]On the front page of our site, I am using 'function.new_listings.php' to generate a display on new listings.
I'm looking to add a 'category' field (column) to that display.
Have worked out the field name 'section' will generate the category ID. Now I need to convert that ID into the actual name of the category. A hyperlink is not required - just the category name only.