0

I want to Make the DNN Forum Module Specific to an ID. Example I want to Send a ProductID and when the detail of that Product Appears that Product based Forum should also appear. SO How can i do that?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
Syed Fazli
  • 71
  • 5
  • 1
    I'm not exactly sure what you are looking for here. Could you give an example? – Mitchel Sellers Jul 20 '12 at 17:57
  • simply i want to make the DNN Forum based comments based on an ID i mean when a user select that ID so the forum regarding that ID will appear not the whole forum! – Syed Fazli Jul 21 '12 at 08:53
  • Do you want this forum interaction separate from a regular forum? How many different products? Are you really just looking for "comments" or "reviews" on a product? – Chris Hammond Jul 22 '12 at 22:02

1 Answers1

0

I don't think what you are trying to doable with DNN Forum. You could try and use Reports module or 3rd party module to query the actual database and show some threads or something.

However, you may be better off just using something like this:

http://www.disqus.com

Ryan Doom
  • 2,407
  • 1
  • 16
  • 13