Module search is not showing

GK User
Tue Jun 11, 2013 10:47 pm
Hi,

I want to use module search on search position, but I don't have the option on the template configuration.

Could you help me?
User avatar
Junior Boarder

GK User
Tue Jun 11, 2013 10:49 pm
Shouldn't you search for this in modules configuration instead of template configuration?
User avatar
Moderator

GK User
Wed Jun 12, 2013 3:49 am
Cyberek wrote:Shouldn't you search for this in modules configuration instead of template configuration?


Yes, I mean "search in modules configuration", I don't know why is not showing
User avatar
Junior Boarder

GK User
Wed Jun 12, 2013 10:12 am
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Wed Jun 12, 2013 7:47 pm
Ok, now I see - there is no search position for a module, and in documentation there is one.
Ill contact our developers team to check that.
User avatar
Moderator

GK User
Wed Jun 12, 2013 11:44 pm
Cyberek wrote:Ok, now I see - there is no search position for a module, and in documentation there is one.
Ill contact our developers team to check that.


Do you think that they will have a solution?
User avatar
Junior Boarder

GK User
Thu Jun 13, 2013 9:22 am
Ok, could You please edit file:
/templates/gk_game_magazine/templateDetails.xml
find this block of code:
Code: Select all
        <!-- STANDARD Module Positions -->
        <position>left</position>
        <position>left_top</position>
        <position>left_left</position>
        <position>left_right</position>
        <position>left_bottom</position>
        <position>right</position>
        <position>right_top</position>
        <position>right_left</position>
        <position>right_right</position>
        <position>right_bottom</position>
        <position>inset1</position>
        <position>inset2</position>
        <position>top</position>
        <position>bottom</position>
        <position>mainbody</position>
        <position>mainbody_top</position>
        <position>mainbody_bottom</position>

and replace it with:
Code: Select all
        <!-- STANDARD Module Positions -->
        <position>left</position>
        <position>left_top</position>
        <position>left_left</position>
        <position>left_right</position>
        <position>left_bottom</position>
        <position>right</position>
        <position>right_top</position>
        <position>right_left</position>
        <position>right_right</position>
        <position>right_bottom</position>
        <position>inset1</position>
        <position>inset2</position>
        <position>search</position>
        <position>top</position>
        <position>bottom</position>
        <position>mainbody</position>
        <position>mainbody_top</position>
        <position>mainbody_bottom</position>

It should give You ability to select "search" position without any problems.
User avatar
Moderator

GK User
Fri Jun 14, 2013 3:54 am
Now I can select search position.

Thank you again.
User avatar
Junior Boarder


cron