1 Post
shakir
8 years ago
1
Topic

Hi All,

We would like to make a website for Unicode books for online reading and will provide doc and pdf files for downloading as well. We have around 1000 books currently and it will increase over time in future and need your help in making structure on how to build. 

For example, one idea is to place the complete book within one Editor field which will have everything cover to cover. This is not neat. As there are books with several hundred pages and also tagging on selected topics would not be possible.

Another idea is to make separate forms for each chapter and then link all separate chapters through one main form. I dont know how will it work though. 

The features required are:

1. Automatic table of contents generation

2. Tagging for each article / chapter

3. Favorite / Read Later for each articles/chapter for registered users

4. search within specific book

5. pagination controllable by users

etc

Have anyone does that? Any app already exists? Can someone please throw some light how to structure such website?

Get a VIP membership
37 Posts
PierreP
8 years ago
0
Level 1

Hello shakir,

You should create :

  • 2 content type :
    • 'Book'
    • 'Chapter' with an hidden field 'Book_ID'

In the view of Book, you could display a list of all chapters with this and/or this or this and this.

Idem for search inside a book by using this with a hidden field book_id.

For favorite and read later :

http://www.seblod.com/community/forums/general-discussions/bookmark-favourite-button-like-seblod-forum#post31641

Good luck

Get a VIP membership