+ Reply to Thread
Results 1 to 9 of 9

Thread: Comment Tab Position

  1. #1
    Senior Member
    Join Date
    Oct 2014
    Posts
    169

    Comment Tab Position

    How can i achieve this

    1. I would like to know how to move the comment tab and place it at beneath listing details. (I don't want it beside it as a tab)
    2. I want to hide author field if auto is login
    3. I want to hide Title field and remove ->required

    comment.jpgcomment2.jpg
    Last edited by Errol; April 15, 2017 at 06:07 PM.

  2. #2
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    ok I did 2 and 3

    I need help with 1

  3. #3
    Hello Errol,

    You need removing comment item from tabs via plugin and after put tpl-files from plugin to correct place in template.
    Thank you, Curtis.
    @Flynax Company

  4. #4
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    1. I excluded the comment from tab by doing the below which works perfect.




    ////REMOVE COMMENT FROM TAB////

    PHP Code:
    Only registered members can view the code

    TO

    PHP Code:
    Only registered members can view the code








    2. When i include -> block_responsive_42.tpl in position where i want comment -> doest not work well.
    error -> i can see form to add comment however-----> listing that already has comments does not show.

    there is a file which does not load existing comment-> {include file=$smarty.const.RL_PLUGINS|cat:$smarty.const.RL _DS|cat:'comment'|cat:$smarty.const.RL_DS|cat:'com ment_dom.tpl'}



    /////////INCLUDE FILE IN LISTING DETAILS////////////

    PHP Code:
    Only registered members can view the code


    I will try again but please tell me where i go wrong

  5. #5
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    first load of page is see
    C.jpg

    when i refresh page comments disappear
    c2.jpg

  6. #6
    Hello Errol,

    I have added test comment and the comment still there after 2-3 and 5 refreshes.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    I had reverted the changes. I will do the chages now and leave it so u can take another look

  8. #8
    Hello Errol<

    Who created this code for the comment plugin?
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    I modified the existing. But thanks much it is working fine now
    I achieved what i wanted

+ Reply to Thread