I have one pane named Rightcontent pane, for latest information. Here I need to show the single record i.e., latest one with image. I am using simple html module for it and works fine.
But now i need the history of past information i.e., when i add new information over that pane, the old information show be retained as a history in another page.
For that I have created next page named History and I used the existing module (html) of RightContent Pane. Here i was able to get the information of right pane over history but when i add new one information over the history page is replaced.
Is there any dynamic way such that when i add new record in one pane leads to addition of that information in history page also. Or Is there any Free dnn module to solve this problem.