All extensions are free now. Because it was coded by Russians.

Filter Box

Please Log in or Create an account to join the conversation.

#
Hi Support,

The school website I did below is using the Article Good search to show results::
www.tgmi.edu.sc/?gsearch=1&moduleId=165&...=247#gsearch-results

On the right, there's the filter box where it says 'select ordering'.

All I want to do is show this same element on article pages. For example, the page below:
www.tgmi.edu.sc/programmes/our-programme...courses/short-course

Is this possible and if so, how do I go about ?
Thank you!

Please Log in or Create an account to join the conversation.

#
Hello, tropicalguy

Do you have articles blog here? www.tgmi.edu.sc/programmes/our-programme...courses/short-course

If so, then you can replace this initial view with filter view and no need to embed ordering feature then.

Please Log in or Create an account to join the conversation.

#
Hi support,

It’s a list of articles. Think it’s category blog!
How do I achieve what you mentioned ?

Thanks!

Please Log in or Create an account to join the conversation.

#
You can modify menu table in database and add extra parameters for this menu item,
like this `&gsearch=1&moduleId=165&Itemid=247`

Otherwise, you can use javascript and emulate search button click for load search results on page loading.

Please Log in or Create an account to join the conversation.

#
Ah, I see. Best i try this on localhost first. I will revert soonest as i’ve tested this. Thank you.

Please Log in or Create an account to join the conversation.

#
Hi Support,

I tested out the fix provided and while it does work, it removes my module on top of the page and gives me results. So basically the page goes from:

This:
www.tgmi.edu.sc/programmes/our-programme...courses/short-course

to this:
www.tgmi.edu.sc/?gsearch=1&moduleId=165&...=247#gsearch-results

Are there other ways that I can keep my layout intact but still have the filter on the side ?
Thank you!!!

Please Log in or Create an account to join the conversation.

#
Hello,

You need to move the module from component area into some other module position.
Otherwise, you only can use ajax search results.

Please Log in or Create an account to join the conversation.

#
Hi Support, just to clarify are you referring to the module highlighted in the attachment ?

Attachments:

Please Log in or Create an account to join the conversation.

#
Yes, if you mean this module is removed after your modification. Then you need to split your layout in different module positions. Because now it is in a single component area.

Please Log in or Create an account to join the conversation.

#
It can be also that module just not enabled on search results page, try to check it and use "Itemid for seach results page" parameter for emulate initial page.