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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ed_classified-405610.patch | 1.04 KB | Dave Hirschman |
Comments
Comment #1
Dave Hirschman commentedThe 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.
Comment #2
Dave Hirschman commentedSee comment #55 in #225362: Drupal 6 port needs testing & feedback.
Comment #3
milesgillham commentedResolved in issue #332851: All data in 'My Classified Ad list' link. Presently incorporated into the alpha2 release and -dev branch.
Cheers,
Miles