By nexus77 on
Hello everyone,
I absolutely love the book review module and I was wondering, is there any simple way of changing the titles of the fields so I could use it in a game review website instead? If possible could someone point in the direction of how I could go about this, Maybe a code example?
Many thanks for your time
Comments
..
Any ideas anyone?
Drupal 5
In Drupal 5, the title fields and body fields can be changed for most content types (I'm assuming the Book Review module creates a content type called a 'book review'). Go to admin -> content types -> configure and take a look at the options available there.
If you want to change every instance of book with game, open up the module and do a find and replace (you might need to do the same find and replace in the .install and .info files as well). Handily enough, you could then run both modules on the same site.
Hope this helps.
Dave
Thanks
Thanks for replying Dave,
The first option is a no, no. But I will give the second option a try and see how I get on.
Why don't you just use CCK
Why don't you just use CCK and create your own content type?
Thanks
Yep that what I have gone for thanks for the replies