Jump to content

Add blocks on search results page


jp

Recommended Posts

There are many area's of this CMS that don't show the sidebars and could easily be turned on, but IPS in their wisdom decide for us which pages will get sidebars and which won't.

If you want sidebars on the search page, you can easily do this by editing a php file:

/applications/core/modules/front/search/search.php

Change line 34:

\IPS\Output::i()->sidebar['enabled'] = FALSE;

To:

\IPS\Output::i()->sidebar['enabled'] = true;

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...