Support Forums

how to delete user listings

This is a discussion on how to delete user listings within the Modules / Plugins / Modifications forums, part of the Developer Forums category; I have the following file to delete all listing by a user, but it does not seem to work. How ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 07-28-2008, 07:55 PM   #1
Junior Member
 
Join Date: May 2008
Posts: 14
Rep Power: 7
j890432m is on a distinguished road
Default how to delete user listings

I have the following file to delete all listing by a user, but it does not seem to work. How do I make it work:

require_once('includes/init.php'); // Ohio Classifieds file

global $db,$modules;

$modules->call_hook('deleted_user_listings', 0); //$id
j890432m is offline   Reply With Quote
Old 07-29-2008, 03:51 PM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,316
Rep Power: 125
Eric Barnes is a jewel in the rough
Default

That is used with the module system. I think you need:
PHP Code:
<?php
require_once('includes/init.php');
require_once(
FILESYSTEM_PATH .'includes/classes/kernel/Listings.php');
$Listing = new Listings();
$Listing->deleteUsersListings(1); //1 is the userid.
?>
Or just go to the administration and find the user. On the user details page is a section that says: "Number of Listings:" click the number and a page will load with all their listings. Next just select all and delete.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sort listings by... crystal Technical Support 4 06-02-2008 04:43 PM
Automated email sent to users who delete active listings civ v3.1 Modules & Modifications 5 11-25-2006 08:57 PM
How can a user delete his profile? pat01 v3.1 Questions & Support 0 07-29-2006 01:44 PM
Delete Listing Package ... what happens to listings? hppenterprises v3.1 Questions & Support 2 06-02-2006 06:08 PM


All times are GMT -4. The time now is 12:12 AM.


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