Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sofian Friend
    #205327

    hi
    i have jcomment apply on all my catagories and video catagory .
    but if i chose video tybe for the article the comment form not show .
    if i chose text yes it show .

    can i get help on this please ?

    thank you


    1. no-comment
    Saguaros Moderator
    #566026

    Hi Sofian,

    You can try with this tweak:
    – Go to file: templatesja_magzhtmlcom_contentarticledefault.php
    – Look for this line of code (approx line 372)


    <?php if ($exinfo['type'] == 'text'): ?>
    <?php echo $this->item->event->afterDisplayContent; ?>
    <?php endif ?>

    Replace it with:


    <?php if ($exinfo['type'] == 'text' || $exinfo['type'] == 'video'): ?>
    <?php echo $this->item->event->afterDisplayContent; ?>
    <?php endif ?>

    sofian Friend
    #566127

    <em>@Saguaros 467377 wrote:</em><blockquote>Hi Sofian,

    You can try with this tweak:
    – Go to file: templatesja_magzhtmlcom_contentarticledefault.php
    – Look for this line of code (approx line 372)


    <?php if ($exinfo['type'] == 'text'): ?>
    <?php echo $this->item->event->afterDisplayContent; ?>
    <?php endif ?>

    Replace it with:


    <?php if ($exinfo['type'] == 'text' || $exinfo['type'] == 'video'): ?>
    <?php echo $this->item->event->afterDisplayContent; ?>
    <?php endif ?>

    </blockquote>

    perfeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeect

    thank you very very much :):):):):):):):):)

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

This topic contains 3 replies, has 2 voices, and was last updated by  sofian 9 years, 7 months ago.

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