Closed (fixed)
Project:
Classified Ads
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Mar 2009 at 05:55 UTC
Updated:
14 Aug 2011 at 14:22 UTC
Hi everyone,
I'm using classified ads module as test on a project, and some features I'd like to add :
- Add more expiry notifications periodically, each notified by email
- Users can mark an ad as favourite
- Users can be notified when a new ad is posted in a certain category (based on taxonomy)
Is there some additional module I can use to add these features otherwise any clues to modify the current module version ?
Thanks,
Comments
Comment #1
milesgillham commentedI will need this one too. I think I would like to extend that proposal to allow users to be able to specify matching triggers with notifications of what they might be after. But starting with a general notification is in the right direction.
Now, the module's author and previous maintainer left a todo file with this statement: Notification emails: periodically send email to ad 'owner' (creator) with list of all current ads, by expiration date, with links to each ad (and link to delete, or renew.)
Perhaps that is just what you're after?
For the other item I would need a little more detail about proposed behaviour. Once an ad is tagged as a favourite then what?
Cheers,
Miles
Comment #2
milesgillham commentedComment #3
fgmRegarding point 1, this has been added to 6.x-3.x/7.x-3.x, with more notifications than previously (half-life, pre-expire, expire, pre-purge, purge), in the
classified_notificationssubmodule. If you want even more, you could probably do it using Rules or Trigger and Actions and a small bit of custom code to defined.Regarding point 2, you can already do this with modules Favorites, Flag, and a number of others.
Regarding point 3, you can use the
notificationgs_tagssubmodule of Notifications to trigger notifications on new ads based on the Classified Ads categories.So all your bases are already covered !