Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
294 stars 118 forks source link

Not clear script #103

Closed danman1234 closed 7 years ago

danman1234 commented 7 years ago

Hello, I am using this script, but do you have an example on how i can use it with callbacks to my php? I have my own user table from mysql and if people logged in only that user can write a comment, but this script doesnt use php or any database.

do i have to echo js comments values with php?

var commentsArray = [
{
"id": 1, "parent": null, "created": "2015-01-01", "modified": "2015-01-01", "content": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed posuere interdum sem. Quisque ligula eros ullamcorper quis, lacinia quis facilisis sed sapien. Mauris varius diam vitae arcu.", "pings": [], "creator": 6, "fullname": "Simon Powell", "profile_picture_url": "https://app.viima.com/static/media/user_profiles/user-icon.png", "created_by_admin": false, "created_by_current_user": false, "upvote_count": 3, "user_has_upvoted": false, "is_new": false }

burzum commented 7 years ago

do i have to echo js comments values with php?

Yes, you need an API that returns json data. The plugin can map your field names to the comments plugin, there is a map for that in the config. Read the docs. :)

jessenieminen commented 7 years ago

You might find this useful: http://viima.github.io/jquery-comments/#link-4