Closed (outdated)
Project:
Book Review
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2007 at 07:30 UTC
Updated:
6 Oct 2021 at 23:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rup3rt commentedI did this by adding them Authors as a taxonomy. This was while views was underdeveloped. I am still happy with this - it allows multiples, autocomplete, summaries.
It would be great to see the multiple values fuctionality from Authors available to CCK.
R3
Comment #2
peterx commentedMy copy of Bookreview now uses CCK without my Author module. Some Author code went into Bookreview which stops the code being available to other modules. I will move the code back to Author so Author is available to all modules.
The potential performance of CCK is a worry because it will increase overheads to provide more functionality than need for the simple Author requirement. I reported one indexing problem for CCK. CCK is not needed for this one change to separate out the Author information.
Drupal 5.0 provides user defined node types without CCK, which simplifies the Author module. I will switch my site to Drupal 5.0, stop using CCK, and use the separate simplified Author module. The 5.0 version of Bookreview could easily feature a separate Author module because Drupal 5.0 lets modules specify prerequisites.
Comment #3
csc4 commentedThis sounds really interesting - is it possible to do something similar for publishers?
Comment #4
peterx commentedI switched my site to Drupal 5.0 and went back to using the Author module without CCK to reduce overheads. 5.0 lets a module define node types which removes the need for CCK in my modules. I enclose author.zip which needs admin.zip and Drupal 5.0 hook_node_info.
Comment #5
peterx commentedHere is admin.zip
Comment #6
peterx commentedHere is publisher.zip which is just a slight modification of author.zip. Will work on using Publisher in bookreview in Drupal 5.0.
Comment #7
csc4 commentedThanks a lot for these - very handy!
Comment #8
summit commentedHi,
Do you also give a link to your 4.7 author module please?
Thanks in advance.
greetings,
Martijn
Comment #9
mlncn commentedTracking this issue... my interest is getting book review to work with the hreview microformat or other accepted semantic markup... separating the author seems a step in that direction, getting a separate author module to use the hcard/vcard markup is probably the easiest part of it.
~ ben :: http://AgaricDesign.com
Comment #10
avpadernoI am closing this issue, as Drupal 4.7 is now not supported.