Hiya only me again, I thought I would seperate any problems I came across into seperate threads to keep it more focused.
Well I am using contour for comments for a blog post. Is there anyway to tell when viewing the entries in the contour section to see what page/node the entry was submitted from.
As currently looking at the list there is no way for me to idenitfy which records relate to what blog post.
Am I missing a setting or configuration to do this?
But I don't see it in the entries section. Is there anyway to enable that column to view it. But obviously the node name would be more ideal in this scenario.
I've been having a poke at this as well, it looks like the data's stored in the table UFRecords, which stores stuff like the IP address, node id etc.
From my brief playing with it so far, it doesn't look like its something you'd be able to list out without modifying the queries that pull out the form data and the code that renders out the data. It looks like most of the code that handles this is in the compiled DLL though, which we can't change.
How to tell which page the form is submitted from
Hiya only me again,
I thought I would seperate any problems I came across into seperate threads to keep it more focused.
Well I am using contour for comments for a blog post.
Is there anyway to tell when viewing the entries in the contour section to see what page/node the entry was submitted from.
As currently looking at the list there is no way for me to idenitfy which records relate to what blog post.
Am I missing a setting or configuration to do this?
Warren :)
Comment author was deleted
Hi Warren, each entry has a nodeid field containing the id of the node.
But I don't see it in the entries section. Is there anyway to enable that column to view it. But obviously the node name would be more ideal in this scenario.
Warren :)
Can i add this as a feature request, in the similar way for the core umbraco product on codeplex or some issue tracker system?
Warren :)
Hi Warren,
I've been having a poke at this as well, it looks like the data's stored in the table UFRecords, which stores stuff like the IP address, node id etc.
From my brief playing with it so far, it doesn't look like its something you'd be able to list out without modifying the queries that pull out the form data and the code that renders out the data. It looks like most of the code that handles this is in the compiled DLL though, which we can't change.
:(
is working on a reply...