Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2007 at 07:36 UTC
Updated:
5 Mar 2008 at 15:38 UTC
Running Drupal 5.1, Views 5.x-1.6-beta5, and Acidfree 5.x-1.x-dev. Never used either before.
All of my albums show images just fine. But they do not show sub-albums under "view." If I click "Album Contents" the sub-albums are definitely there, I can select which thumbnail to use, etc. But I do not see them. I saw a closed bug report that maybe Views 5.x-1.6-beta4 was necessary so I tried that, but it didn't work either.
These symptoms may or may not be related: the only related content under my Navigation-->Create Content is Albums and Images, no Acidfree image adding. Also, when I try to add Acidfree blocks, they do not appear at all.
Comments
Comment #1
vhmauery commentedDo you have other modules enabled? Try disabling all non-core modules to see if that fixes anything.
Comment #2
alaren commentedWow... so I disabled Theme Settings and Theme Settings API, which I wasn't using anyway (I had installed them to toy around). That fixed my problem. But when I re-enabled them just to see, they didn't break anything!
So, that's that I guess. But I have to say it doesn't make a lick of sense to me. Thanks for your help! This has been driving me bonkers for days. d^_^b
Comment #3
vhmauery commentedComment #4
alaren commentedSorry, I overlooked something earlier and I've finally nailed down exactly what's going on. When the module Meta tags (also called "nodewords") is active, acidfree (sub)galleries are not displayed as thumbnails. Picture thumbnails appear just fine. This is literally something I can toggle; meta tags installed, no gallery access. Meta tags disabled, galleries appear as selectable thumbnails. So it seems to be a module incompatibility.
Comment #5
Sifaka commentedYou only need to disable the function:
' [ ] Use the teaser of the page if the meta description is not set. '
on the the meta-tags settings page (admin/content/nodewords)
the rest of the meta-tags-module is compatible with acidfree.
I opened also the bug report at the meta-tag-module page
see http://drupal.org/node/153295
Comment #6
alaren commentedThanks, that did it.
So just to clarify the issue and the solution:
When Meta tags 5.x-1.3 has the function 'Use the teaser of the page if the meta description is not set' ENABLED, acidfree sub-album thumbnails do not appear in acidfree albums.
By DISABLING this Meta tags function, the thumbnails appear correctly.
Comment #7
alaren commentedComment #8
crischan commentedMarking this as a duplicate of http://drupal.org/node/179362