Hello,
I am working on some form and lists modules. The general idea is to do something like a forum:
* One list with the data of the blogs (list 1)
* One list with the data of blog comments (list 2). Have a column to store its blog Id.
* One page that use xsl to show blogs summary (page 1)
* One page that with a id like a url parameter show a blog detail and related messages (page 2)
I have some doubts..
1: How can I show in each row the number of messages asociated to the blog of the row?
2: is there a way of, in page 2, redirect to another page or show a message if there is the blog id is not in the Url?
3: I want to place some type of survey value (like "I like / I do not like") at list 2, and be able to show a calculated value at each blog row of page 1 (like the sum of votes). Any suggestion? What is the best way to aproach this?
Please, Can you help me?
Thanks you very much.