-
AuthorPosts
-
March 21, 2015 at 7:30 pm #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; ?>March 21, 2015 at 7:56 pm #564053change 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 ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 27, 2015 at 2:50 pm #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 :
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
April 4, 2015 at 8:38 am #565711Thank you.Your questions will not end.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
April 6, 2015 at 3:47 am #565843Hi @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
AuthorPostsViewing 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
Article Tags position change
Viewing 7 posts - 1 through 7 (of 7 total)