test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • tbctr Friend
    #204889

    add templates/t3_blank/html/com_content/article folder and default.php line 71-77

    <?php if ($params->get('show_tags', 1) && !empty($this->item->tags)) : ?>
    <?php echo JLayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
    <?php endif; ?>

    <?php if (!$params->get('show_intro')) : ?>
    <?php echo $this->item->event->afterDisplayContent; ?>
    <?php endif; ?>

    and
    plugins/system/t3/base/html/com_content/article folder default.php

    <?php if ($params->get('show_tags', 1) && !empty($this->item->tags)) : ?>
    <?php echo JLayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
    <?php endif; ?>

    <?php if (!$params->get('show_intro')) : ?>
    <?php echo $this->item->event->afterDisplayContent; ?>
    <?php endif; ?>

    but article tags still after display title 🙁

    old code
    <?php if ($params->get('show_tags', 1) && !empty($this->item->tags)) : ?>
    <?php echo JLayoutHelper::render('joomla.content.tags', $this->item->tags->itemTags); ?>
    <?php endif; ?>

    <?php if (!$params->get('show_intro')) : ?>
    <?php echo $this->item->event->afterDisplayTitle; ?>
    <?php endif; ?>

    tbctr Friend
    #564053

    change default.php components/com_content/views/article/tmpl

    <?php if ($info == 0 && $params->get('show_tags', 1) && !empty($this->item->tags->itemTags)) : ?>
    <?php $this->item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>

    <?php echo $this->item->tagLayout->render($this->item->tags->itemTags); ?>
    <?php endif; ?>

    <?php if (!$params->get('show_intro')) : echo $this->item->event->afterDisplayContent; endif; ?>
    <?php echo $this->item->event->afterDisplayContent; ?>

    but still did not 🙁

    Adam M Moderator
    #564292

    Hi @tbctr,

    Please clarify about your problem and provide a screenshot so I can assist you better.

    tbctr Friend
    #564852

    <em>@Adam M 465033 wrote:</em><blockquote>Hi @tbctr,

    Please clarify about your problem and provide a screenshot so I can assist you better.</blockquote>
    photo :


    1. 1
    Adam M Moderator
    #565046

    Hi @tbctr,

    May I know your site url too ?

    tbctr Friend
    #565711

    Thank you.Your questions will not end.

    Adam M Moderator
    #565843

    Hi @tbctr,

    I am sorry, if you feel offended by my questions but I wont be able to help you unless I can find the issue. If you would have put all the details in your first post, I would have understood the issue much better otherwise its like guessing in the dark. We do have recommendations for users to get the best of technical help. Please read the same on our Support Policy Page,

    We do offer option to provide temporary login info when you submit your first post. Try using that next time on and we would be able to check the site in and out and help fix the issues instead of asking questions.

    For now, PM me the temp login details of your site (admin and FTP) and I shall debug the issue.

    Regards

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

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

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