Reply on Comments - Modul

Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
Hi!
I have two questions to the "comment Module".

1) How is it possible, on a comment directly to answer? For example like the function on facebook.

2) We would like to customize the comment Module for us.
An example: We have a song lists side, with all new songs of all artists. Now the customer should be able to listen to a song and also directly can make a comment, so he donĀ“t must go to the detail song side like the original jamroom. Now it would be great, if the user wrote the comment and click on save, that the comment field automaticly show his post.

Also it would be great, if the user can see 1-2 posts to the song from other users, but how we can install that? A Lightbox like Facebook? But how :)

First picture original jamroom comment modul on the detail song side, two picture our system of all new songs.

Many thanks for the time and answer!
Greeting, Stefan

... Sorry for my bad english, but i hope you understand what i want :-)
updated by @bandwerkstatt: 08/05/15 04:00:32AM
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
... and the other picture
updated by @bandwerkstatt: 06/25/15 02:26:32PM
michael
@michael
9 years ago
7,714 posts
1.) no comments are comments, not a question and answer system. A comment from the owner of the item is treated the same as a comment from any other user.

You can add the comments form wherever you want with this code:
{jrComment_form module="jrBlog" profile_id=$item._profile_id item_id=$item._item_id}
https://www.jamroom.net/the-jamroom-network/documentation/modules/275/user-comments

Make sure to get the profile_id and item_id correct. use {debug} to make sure your using variables that actually exist in the location your wanting to use the function.

"{debug}"
http://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
Bandwerkstatt
Bandwerkstatt
@bandwerkstatt
9 years ago
224 posts
michael:
1.) no comments are comments, not a question and answer system. A comment from the owner of the item is treated the same as a comment from any other user.

You can add the comments form wherever you want with this code:
{jrComment_form module="jrBlog" profile_id=$item._profile_id item_id=$item._item_id}
https://www.jamroom.net/the-jamroom-network/documentation/modules/275/user-comments

Make sure to get the profile_id and item_id correct. use {debug} to make sure your using variables that actually exist in the location your wanting to use the function.

"{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug

Hey Michael,
many thanks. We will test it out and give a feedback. ;)

Tags