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.

Comments

Karlheinz’s picture

That'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.

asb’s picture

Version: 6.x-1.0-beta2 » 6.x-1.x-dev
Priority: Normal » Minor

Yes, 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.

Karlheinz’s picture

Status: Active » Fixed

After re-writing for Discogs API v.2, I'm closing this issue as fixed. Re-open if it happens again.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.