With the Arbitrary ID add-on, dynamic links are automatically added, so you have to do almost nothing. There are a couple of drawbacks with that add-on, such as a user entering a value into the URL that you didn't anticipate, but that's how all arbitrary IDs work. I've added how to deal with that too. For more information, go to the Arbitrary ID thread under add-ons: http://www.commentics.org/forum/showthread.php?tid=56
Hmmm... thanks for that.
What I have is two different urls:
attractions_and_entertainment_in_provo.php?attraction=ID
list_of_restaurants_in_provo.php?restaurant=ID
So that is close to what I would need.
What is happening right now is that the comment page with customID of 2 and ID 4 is being used for both urls, when I want another comment page with customID of 2 and ID 5 being used on the other. Does that make sense?