Shouldn't the "My Classified Ad list" tab on the "My account" page only show classified ads that were created by the user whose profile is being viewed?

On my site each user's "My Classified Ad list" is showing all classified ads on the site.

CommentFileSizeAuthor
#1 ed_classified-405610.patch1.04 KBDave Hirschman

Comments

Dave Hirschman’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB

The problem is that the module needs to reflect the changes in the hook_menu interface that occurred between Drupal 5.x and 6.x. In 6.x, arg(1) comes back as "build" rather than the uid (maybe because in 6.x hook_menu is called at module install time and not at run time?).

This is my first attempt at including a patch with a comment - please be gentle.

Dave Hirschman’s picture

Status: Needs review » Closed (fixed)
milesgillham’s picture

Resolved in issue #332851: All data in 'My Classified Ad list' link. Presently incorporated into the alpha2 release and -dev branch.

Cheers,

Miles