-
AuthorPosts
-
April 6, 2015 at 7:23 pm #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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 7, 2015 at 4:10 am #566026Hi 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 ?>
1 user says Thank You to Saguaros for this useful post
April 7, 2015 at 2:13 pm #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 :):):):):):):):):)
AuthorPostsViewing 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
jcomment comment form not show on jamagz video article
Viewing 3 posts - 1 through 3 (of 3 total)