Hi folks,

I have some wishes to customize the outlook of wwwthreads a little bit more:

Categorie header/footer

I miss the possibility adding a special header and/or footer for each category. Unfortunatley there is not really a relation "categories" (there is one but with another meaning) in the database. But if there would be a new relation it would be easy to have a field cat_header in which one can define a short html file or better which references to a html file. Also a reference of a variable picture would be great. So I propose to add to change the database like the following:

Add a new relation "categorie_titles" with the fields:

add field Cat_Number
add field Cat_Title
add field Cat_Header
add field Cat_Header_Image
add field Cat_Footer
add field Cat_Footer_Image

Change the relation categories

- delete field Cat_Title
- make a reference from Cat_Number to Cat_Number in the new relation

homeurl

There is no possibility to give out more than one home url. I have several sections in my homepage so i would like to give my guests the selection to jump to one of these sections. Another problem is, that I work with frames and I would like to start the homeurl with <font color=blue>frame = '_top'</font color=blue>. I propose the folloing definitions in the w3tvars file:

number_of_homeurls =
homeurl[0] =
frame_homeurl[0] =
homeurl[1] =
frame_homeurl[1] =
.....

Eddie