login module

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 05, 2014 6:51 pm
Reply with quote
Report this post
hi
i am trying to install the module for user registration following documentation template, space for this module is "login", but this template is not such an area, you can help me and tell where this place module.
forgive me for my horrible English
thanks
User avatar
Junior Boarder

GK User
Mon May 05, 2014 8:22 pm
Reply with quote
Report this post
You can enter "login" as module position manually and it should work fine (it is a hidden position).
User avatar
Moderator

GK User
Mon May 05, 2014 8:36 pm
Reply with quote
Report this post
thanks for replying and had tried to login manually write but I can not see the module
User avatar
Junior Boarder

GK User
Tue May 06, 2014 4:07 pm
Reply with quote
Report this post
And what happens when you write module position manually:
Code: Select all
login

It should work fine after saving.
User avatar
Moderator

GK User
Tue May 06, 2014 4:11 pm
Reply with quote
Report this post
If that will not help please edit file:
Code: Select all
templates/gk_storebox/templateDetails.xml

and modify section:
Code: Select all
      <!-- STANDARD Module Positions -->
      <position>sidebar</position>
      <position>mainbody</position>
      <position>mainbody_top</position>
      <position>mainbody_bottom</position>
      <position>lang</position>

adding at the end:
Code: Select all
      <!-- STANDARD Module Positions -->
      <position>sidebar</position>
      <position>mainbody</position>
      <position>mainbody_top</position>
      <position>mainbody_bottom</position>
      <position>lang</position>
      <position>login</position>
User avatar
Moderator

GK User
Tue May 06, 2014 4:36 pm
Reply with quote
Report this post
Now this perfect, it seems that problems are solved, I could solve two today, thank you very much Cyberek.
User avatar
Junior Boarder

GK User
Tue May 06, 2014 5:29 pm
Reply with quote
Report this post
No problem.
If You will have any other questions (not relative to this thread), feel free to post new forum threads - it allows us to answer you faster.
User avatar
Moderator

GK User
Tue May 06, 2014 5:41 pm
Reply with quote
Report this post
thank you very much again, I have problems with images_show module and leave my post yesterday, I keep waiting, the other problems is solved
thanks
User avatar
Junior Boarder


cron