Move related stories below comments
error 232
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Move related stories below comments
Philipp Esselbach
From: -
Editor
0From: -
You can change the core layout of the extended story page in template news_layout_extended_story
Changing:
to:
should do the trick.
Changing:
<!-- Template: news_layout_extended_story -->
{$insert['news_story_header']}
{$insert['news_story_extended']}
{$insert['news_story_rating_form']}
{$insert['news_story_trackback']}
{$insert['news_story_advertisement']}
{$insert['news_story_related']}
{$insert['news_story_extended_nav']}
{$insert['news_story_comment_pagenav']}
{$insert['news_story_comment_manage_header']}
{$insert['news_story_comment']}
{$insert['news_story_comment_manage_footer']}
{$insert['news_story_comment_pagenav']}
{$insert['news_story_comment_form']}
{$insert['news_story_footer']}
to:
<!-- Template: news_layout_extended_story -->
{$insert['news_story_header']}
{$insert['news_story_extended']}
{$insert['news_story_rating_form']}
{$insert['news_story_trackback']}
{$insert['news_story_advertisement']}
{$insert['news_story_extended_nav']}
{$insert['news_story_comment_pagenav']}
{$insert['news_story_comment_manage_header']}
{$insert['news_story_comment']}
{$insert['news_story_comment_manage_footer']}
{$insert['news_story_comment_pagenav']}
{$insert['news_story_comment_form']}
{$insert['news_story_related']}
{$insert['news_story_footer']}
should do the trick.
How to move related stories below comments in news module?