Support Forums

Suggestion for the "Manage Listings" page

This is a discussion on Suggestion for the "Manage Listings" page within the Technical Support forums, part of the Technical Support Forums category; I have a suggestion for the "Manage Listings" page in admin. Show the category field. This is because a problem ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 04-28-2008, 05:36 AM   #1
Senior Member
 
Join Date: Jul 2007
Posts: 116
Rep Power: 16
Success is on a distinguished road
Default Suggestion for the "Manage Listings" page

I have a suggestion for the "Manage Listings" page in admin.

Show the category field.

This is because a problem that classifieds sites often face is that users put ads in all sorts of wrong categories.

Having the category field on Manage Listings will enable admin to see, from one glance, which categories the latest ads are being posted to.

What SQL query can we add to listings.php to do this?
__________________
Using V4++ Developer... and loving it.
Success is offline  
Old 04-28-2008, 11:38 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,493
Rep Power: 132
Eric Barnes is just really nice Eric Barnes is just really nice
Default

You can add this manually. Open the kernel/Listings.php and locate this around line 387:
Code:
$row['l_Status_Text']=$this->getStatusByValue($row['display']);

Just below it add:
Code:
$row['l_category']=$this->getCategoryNameById($row['section']);
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 404 Page Not Found megapix Technical Support 7 03-13-2008 10:42 PM


All times are GMT -4. The time now is 04:07 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0