Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Morten Hjort Friend
    #161120

    We have installed Ja Comment with your help, but we still have some issues.

    When posting a new comment it just says loading but it stays loading (with the icon). If we refresh the page the new comment is displayed. Why so?

    Also the quote, just says “quote” (in code) but it doesnt show the text inbetween the tags any different.

    Can you have a look at these errors?

    Link: http://dev.copenhagenbeta.dk/index.php?option=com_hwdvideoshare&task=viewvideo&Itemid=55&video_id=283

    nghiatd Friend
    #380204

    Hello,

    Please update your site access information in this link:
    http://support.joomlart.com/index.php?/Tickets/Ticket/View/66779/-1/-1/-1
    I found in some your tickets and you removed your information.

    Best Regards.

    nghiatd Friend
    #380489

    Hello,

    Please turn the config “Enable bbcode” ON in administrator/index.php?option=com_jacomment&view=configs&group=layout to view quote.
    I already turned it on and your site runs fine now.

    Best Regards.

    Morten Hjort Friend
    #380500

    Thanks. We would however really not give the possibility to use images and such. We just need a simple commentingsystem. Cant we get this without the BBcode?

    I see that the quote function works now which is great!

    Another issue I found is that all comments starts out with +1 vote… Shoulnt it start with 0?

    nghiatd Friend
    #380648

    Hello,

    @cant we get this without the BBcode?
    Sorry you can’t because Quote is a function of BBcode.
    But you can use css to disable BBcode. Please open file components/com_jacomment/themes/default/css/style.css
    find the code:

    #jac-wrapper .form-actions {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 0;
    padding: 5px 5px 3px;
    position: relative;
    }

    (default in line 413) then edit it to:


    #jac-wrapper .form-actions {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 0;
    padding: 5px 5px 3px;
    position: relative;
    display:none;
    }

    @another issue I found is that all comments starts out with +1 vote… Shoulnt it start with 0?
    When you post new comment this mean is you already voted it so it start with 1.

    Best regards.

    Morten Hjort Friend
    #380705

    Thanks it works! But now the loading issue got back (also if I dont do the css)… I’ve added you on Skype now

    I think its very illogical that all comments starts with 1 vote and that people can vote on their own comment. Can I change something in the code so it just starts out with zero?

    nghiatd Friend
    #380887

    Hello,

    @i think its very illogical that all comments
    Please find this code in function [PHP]function addNewComment(){[/PHP] of the file components/com_jacomment/controllers/conments.php(default in line 1494)

    $post['voted'] = 1;
    change it to

    $post['voted'] = 0;
    @the loading issue got back
    Please send me the link of your login form.
    I can’t find it to login so i can’t post new comment.

    Best regards.

    kostrom Friend
    #398130

    I am having the same “loading” issue.
    I posted a support item on this at but still haven’t received any answers.
    http://www.joomlart.com/forums/topic/javascript-error-after-post-a-comment/

    Any ideas?

    Stork11 Friend
    #398627

    Hello,

    Could you provide me with your FTP account? I need to diagnose your code.

    Please use the following ticket link to update your information: http://support.joomlart.com/index.php?/Tickets/Ticket/View/75328

    Thank you.

    kostrom Friend
    #399398

    No word from you yet and my ticket was marked closed.

    Stork11 Friend
    #399475

    <em>@kostrom 250857 wrote:</em><blockquote>No word from you yet and my ticket was marked closed.</blockquote>

    Hello,

    You posted a lot of duplicated tickets and you said that I can disregard them. So I closed all duplicated tickets and you can now follow this link http://support.joomlart.com/index.php?/Tickets/Ticket/View/75327 for progress of the problem.

    Thank you.

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 4 voices, and was last updated by  Stork11 13 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum