Login Button

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Mar 14, 2014 11:28 am
Reply with quote
Report this post
Hi

I deactivate the LOGIN Module but the Button upper right corner is still visible?! How to remove it. Thank you!
User avatar
Senior Boarder

GK User
Fri Mar 14, 2014 11:47 am
Reply with quote
Report this post
Please go to template settings - features section and remove content of the "Login URL" field.
User avatar
Moderator

GK User
Fri Mar 14, 2014 4:39 pm
Reply with quote
Report this post
Hi Cyberek,
In my case the login button redirects to a blank page. How do i make sure it redirects to the right page as shown in demo?
URL: www.kawowo.com
Thanks
User avatar
Junior Boarder

GK User
Mon Mar 17, 2014 11:26 am
Reply with quote
Report this post
Code: Select all
index.php/component/users/?view=login&tmpl=blankpage

This is the link that it should point to.
User avatar
Moderator

GK User
Mon Mar 17, 2014 3:10 pm
Reply with quote
Report this post
Hi Cyberek,
That is the link i had. And it was redirecting to a blank page. I changed it to: index.php/component/users/?view=login and it is nolonger blank. The only problem is that the presentation is way different from the demo version that i prefer.

Thanks
User avatar
Junior Boarder

GK User
Mon Mar 17, 2014 7:00 pm
Reply with quote
Report this post
Have you started from quickstart packagr?
User avatar
Moderator

GK User
Mon Mar 17, 2014 8:13 pm
Reply with quote
Report this post
Hi!
No. I just installed the template.
Thanks.
User avatar
Junior Boarder

GK User
Tue Mar 18, 2014 8:11 am
Reply with quote
Report this post
Please open templateDetails.xml file and add this line :

Code: Select all
<filename>blankpage.php</filename>


before :

Code: Select all
       <filename>component.php</filename>
User avatar
Platinum Boarder

GK User
Tue Mar 18, 2014 8:14 am
Reply with quote
Report this post
Above fix will be included with next template release so the issue will not exist after that point.
User avatar
Moderator

GK User
Tue Mar 18, 2014 2:14 pm
Reply with quote
Report this post
Hi Bkrztuk and Cyberek,
I've done as instructed but still unsuccessful. No change whether i use the URL: http://www.kawowo.com/index.php/compone ... view=login or http://www.kawowo.com/index.php/compone ... =blankpage

I've added the code in templatedetails.xml:
Code: Select all
<files>
                    <filename>blankpage.php</filename>
                    <filename>component.php</filename>
                    <filename>error.php</filename>
                    <filename>index.php</filename>
                    <filename>offline.php</filename>
                    <filename>templateDetails.xml</filename>
                    <filename>template_preview.png</filename>
                    <filename>template_thumbnail.png</filename>
                    <folder>admin</folder>
                    <folder>config</folder>
                    <folder>css</folder>
                    <folder>fonts</folder>
                    <folder>html</folder>
                    <folder>images</folder>
                    <folder>js</folder>
                    <folder>layouts</folder>
                    <folder>lib</folder>
                    <folder>typography</folder>
          </files>


Thanks
User avatar
Junior Boarder

GK User
Wed Mar 19, 2014 10:14 am
Reply with quote
Report this post
Ok, now is a tricky part - have you made any changes to the template
(beside that change to templateDetails.xml file)?
User avatar
Moderator

GK User
Wed Mar 19, 2014 3:57 pm
Reply with quote
Report this post
No. I had only made one change before -- the template name. The rest is intact.
User avatar
Junior Boarder

GK User
Wed Mar 19, 2014 6:00 pm
Reply with quote
Report this post
Ok so it should be easy.
1. Uninstall current template (completly)
2. Download current template from our site and install it.

Should work fine after that process.
User avatar
Moderator

GK User
Thu Mar 20, 2014 11:57 am
Reply with quote
Report this post
After re-install please make sure that file blankpage.php is inside template directory - without this this login view will not work.
User avatar
Platinum Boarder

GK User
Thu Mar 20, 2014 3:47 pm
Reply with quote
Report this post
Now working. Thanks!
User avatar
Junior Boarder


cron