+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Comment plugin question

  1. #11
    Quote Originally Posted by Viktor View Post
    Hello Petrache,

    I think you want customization and it will take some hours and cost you extra.
    No Viktor, was bearly a sugestion to set things properly.

  2. #12
    Hello Viktor,

    i think it will be great if you add comment block to bottom of news page, so that visitor can comment on news and make site interactive
    if yes i think it is very helpful for everyone here, what steps to add it to news block?

  3. #13
    Quote Originally Posted by Viktor View Post
    Hello Wei Hong and Thomas Yuan,

    Short instruction:

    go to ftp://plugins>>comments>>comment.block.tpl

    find first div:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    Then you should remove Tab for comments. You should do it through database. Use phpMyAdmin or other for working with DB find table fl_hooks

    find line name=listingDetailsBottom plugin=comment. Exactly this line because can be listingDetailsBottom but with other plugins. You should find fr comment.

    Edit it and find code:
    PHP Code:
    Only registered members can view the code
    remove it and save.

    And you can check it.
    Hello Viktor, Still this code will work our site?

  4. #14
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    Did this code work?
    I would like to achieve same

  5. #15
    Quote Originally Posted by Viktor View Post
    Hello Wei Hong and Thomas Yuan,

    Short instruction:

    go to ftp://plugins>>comments>>comment.block.tpl

    find first div:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    Then you should remove Tab for comments. You should do it through database. Use phpMyAdmin or other for working with DB find table fl_hooks

    find line name=listingDetailsBottom plugin=comment. Exactly this line because can be listingDetailsBottom but with other plugins. You should find fr comment.

    Edit it and find code:
    PHP Code:
    Only registered members can view the code
    remove it and save.

    And you can check it.

    Hello Viktor.

    In this case the url of comments tab: #comments_tab remains active, how to remove or deactivate this url?

    Thanks!
    Last edited by Logmanov; January 19, 2020 at 06:22 PM.

  6. #16
    Open file: ftp://plugins>>comments>>info_navigator.tpl and remove: '#comments' in 2 places.
    Then open file: ftp://plugins>>comments>>rlComments.class.php find the method:
    selectCommentsInBlock and remove: '#comments' in 3 places.
    ajaxCommentAdd and remove: '#comments' in 3 places.

    save and check again.
    Last edited by Viktor; January 20, 2020 at 02:15 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #17
    Thank you Viktor!

+ Reply to Thread