Hi friends,

I have the following problem: I'd like to add library of books in my
site with the following structure: library.book_name1.chapter1,
library.book_name1.chapter2, ..., library.book_name2.chapter1,
library.book_name2.chapter2,...
where the books (library.*, the p2-level) have their own structure
(mainly the book title and TOC): style, skin and action.book.create,
action.book.edit (i.e. custom set of fields and design); and also the
chapters (library.book.*, the p3-level) have specific design: skin,
style, create/edit.

The question is: how to make design and structure for pages of
different levels?

*****************************************************************************
One possible solution is rearrange the site structure:
library.books.bookname1, library.books.bookname2,... with design and
actions for library.books* for the book title and TOC; and
library.chapters.bookname1.chapter1,
library.chapters.bookname1.chapter2, ... with design and actions for
library.chapters*. The problem here is the linking to book and
chapter:  They don't flow naturally: library.bookname.chapter.

Is there a way to make page niknames for long names, i.e. to make the
non-existing page library.bookname1.chapter2 to reference to
library.chapters.bookname1.chapter2; and library.bookname1 to link to
library.books.bookname1?

Another possible solution is to make library database at
library.books* and library.chapters* to store the content, and to use
library.bookname1 to retrieve the information from library.books.book1
and library.bookname1.chapter2 to retrieve the information from
library.chapters.bookname1.chapter2 by search-function. But I hope the
system has some option for easier solution of this problem.

I would be really grateful for your help in this issue.

Regards, Bogdan

--

You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.


Reply via email to