Adding a comments box to a template
Below is the code that adds the comments box to the item_details.tpl file of the jrAudio module.
Its just an example. If you want to add comments to any other module, it must be using a datastore to store its item details.
Use that modules name in the
module parameter and the profile_id that is displaying the item for the
profile_id.
The
item_id is the id of the item being commented on.
The
profile_id is the profile id of the owner of the item being commented on.