I feel that most users would expect to be able to publish a new add easily from the main page of the module.

This is a very little patch that adds such a link. Maybe this link could be configured on the settings page to be displayed or not (not done).

CommentFileSizeAuthor
ed_classified.module.patch542 bytesricflomag

Comments

csc4’s picture

+1 for this and I've also had a request for a similar Add option on the My Classified Ads in Profile.

mcurry’s picture

Status: Needs work » Fixed

I've just committed this to the Drupal-5 dev branch. It'll be in the next dev build, or the Drupal-5-5.9 release whenever that comes.

You can tweak the link appearance by altering

.classified-category-link-add { margin-left: 1em; }
.classified-profile-link-add { margin-left: 0em; }

in ed_classified.css or your own theme css file.

mcurry’s picture

I just committed this to the DRUPAL-4-7 branch. It'll be in the next dev build, or in the 4.7.x-1.5-5 release, whenever that comes.

Anonymous’s picture

Status: Fixed » Closed (fixed)