This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Move related stories below comments


avatar
error 232
From: -
Move related stories below comments

How to move related stories below comments in news module?

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
avatar
Editor
0
From: -
You can change the core layout of the extended story page in template news_layout_extended_story

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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.