The discogs module creates a "Discography" page, located by default in the navigation menu and living at the path http://example.com/discography. I tried this on two different sites, and the Discography page is always epty, even if several Discography nodes do exist.
Message on the page:
No discography releases have been created. If you would like to add some, you can create a discography album, or you can import albums from Discogs.com.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Issue-1200570-by-Karlheinz-Fixed-Discography-page-is.patch | 1.59 KB | Karlheinz |
Comments
Comment #1
Karlheinz commentedThat's very strange, because I took the code almost verbatim from Drupal core's
node_page_default()function. I tried a small change (switching the type of quotes around the content type). Patch is attached. I don't know why that would make a difference, though.I did just test it on my local machine, and it works fine.
Are the discography releases showing up on the front page? By default, they should.
Comment #2
asb commentedYes, discography releases are showing up on the front page by default.
The patch does not apply cleanly, neither against discogs 6.x-1.0-beta2 nor against discogs 6.x-1.x-dev from 2011-Jun-27 (which seems to include the patch).
However, I think this is really a minor issue; probably it's better to build a View for that anyway.
Comment #3
Karlheinz commentedAfter re-writing for Discogs API v.2, I'm closing this issue as fixed. Re-open if it happens again.