Does anyone know if there is a module that allows classified ads?
What I'm looking for is to allow registered users to post what computer hardware they would like to sell and allow discussion of the items. If possible, these posts would automatically expire after a set period of time, and/or allow the originating user to remove the ad or otherwise mark it as being finished. I would also like to be able to categorize the item types - the taxonomy might be a good fit here. An administrator would be able to manually remove items, or otherwise moderate the postings.
user error: Got error 28 from table handler
query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid INNER JOIN users_roles ur ON ur.rid = r.rid WHERE ur.uid = 0 in /home/www/muser.com.ar/includes/database.mysql.inc on line 125.
I'd like to implement functionality in my Drupal powered site to allow mailing list / forum like functionality similiar to YahooGroups. Any suggestions on how to do it?
doing some heavy research around the various cms, blogging and news tools at the moment and hoping to implement something like www.dailykos.com for a client. i know they're running on scoop, but it doesn't seem that scoop's under active development any longer (no updates since july & their site looks deserted).
the main features i'm looking for are the ability to have 2 layers of editorial. the first, top layer, would be our staff writers posting articles to the front page.
I noticed that wiki.module is not being updated for 4.5. There is also the dwiki module in the cvs repository, but not on the projects page. It looks promising, but there are no real instructions for us wiki newbies about the proper syntax to use. Are there any plans for wiki implementation into drupal? It seems like the book.module is useful here, but there needs to be some way to segregate books on sites that utilize it alot so there isn't 100 potential "parents" in a dropdown whenever someone wants to add a book page.