Closed (outdated)
Project:
Album Photos
Version:
6.x-2.5-beta2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2008 at 12:19 UTC
Updated:
28 Dec 2019 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Babalu commentedsubscribe
Comment #2
eastcn commentedPhotos.module shows images of text to description.
Regarding the meta tags, You should look for expansion modules, such as: Meta tags http://drupal.org/project/nodewords
Comment #3
Konstantin_by commentedI already have Meta tags module installed. There only meta tags for albums not for images.
Comment #4
vidda commentedI have this Meta tags module and it does not seem to have such functionality for images from album photos. These images are probably unknown for other modules, they are only internal part of album photos, nothing else.
Comment #5
berdirThe problem is probably that images aren't stored as nodes (while albums are), so they are not visible automatically to other modules.
I'll have a look at it to see if integration is possible.
Comment #6
eastcn commentedNeed to do a little revision.
nodewords.module, about 772 lines, add the following code:
Will inherit the album node or set of meta tags. The revised document to download
Comment #7
nehelek commentedpatch does not work because there is no nid column in the x_image table
Comment #8
nathaniel commentedCleaning up the issue queue. This should be possible in 8.x-5.x since the images are entities now.