Can't disable userarea

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
Wed Aug 27, 2014 5:03 pm
Reply with quote
Report this post
I disabled the userarea module with position usermenu, but the following won't disappear.

"Welcome visitor you can log in or create an account."

The template position shows this as what needs to be disabled, but it doesn't work.

How do I remove this?
User avatar
Fresh Boarder

GK User
Thu Aug 28, 2014 6:20 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri Aug 29, 2014 8:59 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sat Aug 30, 2014 4:46 pm
Reply with quote
Report this post
Please remove login url and register url links from template settings - it will hide problematic area.
User avatar
Moderator

GK User
Mon Sep 01, 2014 2:33 am
Reply with quote
Report this post
When I remove the url links, they instantly come back when I save the template. They cannot be removed.
User avatar
Fresh Boarder

GK User
Mon Sep 01, 2014 6:26 pm
Reply with quote
Report this post
It looks like some strange problem with your joomla installation - perhaps your database user doesn't have a right to write to some tables?
User avatar
Moderator

GK User
Tue Sep 02, 2014 5:06 am
Reply with quote
Report this post
I have the same issue, if I type something in the box it stays, but if I try to leave the box empty it puts the links back.
User avatar
Fresh Boarder

GK User
Wed Sep 03, 2014 5:03 am
Reply with quote
Report this post
https://www.gavick.com/forums/instyle-j ... 31551.html
Solution from that thread seems to have worked for me.
User avatar
Fresh Boarder

GK User
Wed Sep 03, 2014 4:30 pm
Reply with quote
Report this post
You can use override.css method, but one with settings should work fine.
User avatar
Moderator

GK User
Sun Jan 25, 2015 3:54 pm
Reply with quote
Report this post
Hello there!
Have a question about the userarea - how and where can I change the original text "Welcome visitor..." and links "Login" and "account"?

Thanks in advance!
User avatar
Junior Boarder

GK User
Mon Jan 26, 2015 6:24 pm
Reply with quote
Report this post
Could you please create a screenshots and mark those elements on it?
User avatar
Moderator

GK User
Wed Jan 28, 2015 7:07 am
Reply with quote
Report this post
The red area on the attached screenshot. Where can I change this text and buttons-links to "log in" and "account" modules?
shot2.png
User avatar
Junior Boarder

GK User
Fri Jan 30, 2015 8:33 am
Reply with quote
Report this post
You need to edit keys:
Code: Select all
TPL_GK_LANG_USERAREA
TPL_GK_LANG_USERAREA_VISITOR
TPL_GK_LANG_LOGIN_PRE
TPL_GK_LANG_LOGIN
TPL_GK_LANG_REGISTER

in file:
/language/en-GB/en-GB.tpl_gk_instyle.ini
User avatar
Moderator

GK User
Sun Feb 22, 2015 7:58 am
Reply with quote
Report this post
About userarea (screenshot 1, red) - I want to disable this module and view "log in" and "account" button settings, but didn't found it.
How can I remove it?
scrnsht.jpg


And one more question. When I link the header menu "Account" ("Аккаунт" on my site) with "Authorization form" module, it shows the authorization form on site page, but the "log in" button in the userarea shows it pop up. I prefer the pop un authorization, how do I customize it?

The website http://gembiland.com/
Thank you.
User avatar
Junior Boarder

GK User
Sun Feb 22, 2015 5:37 pm
Reply with quote
Report this post
I don't quite get it - you want disable the module and view it at the same time?
User avatar
Moderator

GK User
Sun Feb 22, 2015 6:21 pm
Reply with quote
Report this post
Not exactly. Yes, I want to disable this area.
About buttons, I just want to "My Account" button in TopNav position (float right) works as "log in" button.

Original "My Account" button opens the authorization form on the page (screen1)
screen1.jpg


"Log in" button makes the pop up of the authorization form (screen2)
screen2.jpg


So, I want to "My account" makes the authorization as "log in" does, with pop up.
Hope you get me right :)

*One notification. When I hover "my account" button,
a link address (left & down of browser page) appears gembiland.com/my-account - the menu alias linked with the module.
When I hover "log in" button, the link address appears gembiland.com/joomla-pages-ii/user-login
User avatar
Junior Boarder

GK User
Sun Feb 22, 2015 6:28 pm
Reply with quote
Report this post
So to disable the section - you need to go to template settings and clear links to register and login urls.
If it goest to second part - this is not easy thing to do and sadly - we don't support that kind of customisation.
User avatar
Moderator

GK User
Sun Feb 22, 2015 6:40 pm
Reply with quote
Report this post
That's fine, you guys have solved a lot of helpful cases anyway, thanks :) Consider it solved.
User avatar
Junior Boarder

GK User
Mon Feb 23, 2015 6:52 pm
Reply with quote
Report this post
Ok. Thanks for the info.
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator

GK User
Mon Jul 20, 2015 3:43 pm
Reply with quote
Report this post
Hello,

in UserArea position rather than see the text "welcome visitor you can log in or create an account", I want to put the menu "login" and "Register.
How can I change this?
Thanks
User avatar
Fresh Boarder

GK User
Tue Jul 21, 2015 10:29 am
Reply with quote
Report this post
Hello,

In this case you should modify the template override for the html/mod_login/default.php file. The text is located in the following fragment:

Code: Select all
<?php if ($params->get('greeting')) : ?>
            <div class="login-greeting">
                  <?php if($params->get('name') == 0) : {
               echo JText::sprintf('MOD_LOGIN_HINAME', $user->get('name'));
            } else : {
               echo JText::sprintf('MOD_LOGIN_HINAME', $user->get('username'));
            } endif; ?>
            </div>
            <?php endif; ?>
User avatar
Administrator


cron