Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: remi on 08 October 2012, 11:53:47

Title: Add more files to a book
Post by: remi on 08 October 2012, 11:53:47
Hi
Thanks for this nice component.
But for a reason I have to include max 3 files as attachment with each of the Book. How can do this by tweaking the code? I have added 3 dummy field in _abbook table. But how to add them (during book creation) and show them as 3 separate attachments?

Thanks in advance.
Title: Add more files to a book
Post by: federica on 27 October 2012, 13:41:38
Hi remi,
I moved this post to "support" category.
The database field must be named "file2", "file3".
you have also to add the fields to <your_site>/administrator/components/com_abook/models/forms/book.xml. Copy the xml code from the "file" field and change it the name (eg. file2, file3, ecc...).
Then you have to modify
<your_site>/administrator/components/com_abook/views/book/tmpl/default.php
and that file to shows your attachments to front-end side
<your_site>/components/com_abook/views/book/tmpl/default.php

Bye bye