-
AuthorPosts
-
sugiarto Friend
sugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
March 13, 2009 at 2:30 am #139063Hi all,
I have disable user registration, but users still able to register when they click Create an Account Text (on the right side Login text)
Is it possible to remove Create an Account text?
Thanks in advance.
Regards,
Sugiarto.jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 13, 2009 at 8:30 am #295710index.php
line 123
<ul>
<jdoc:include type="modules" name="ja-login" />
<!--module search-->
<?php if($this->countModules('user4')) : ?>
<jdoc:include type="modules" name="user4" />
<?php endif; ?>
</ul>remove line in red.
this will essentially disable anything regards to user login/registration from the top. not sure if this is what you require.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 13, 2009 at 9:14 am #295726Hi sugiarto,
In Administrator, go to Site -> Global Configuration -> System, at User Settings box, select Allow User Registration to No.
Hope it helps.
sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 4, 2009 at 2:46 pm #300031Hi JA Developer
Sorry for late-late reply. I am not hanging around in Joomla for a while.
I have already set Allow User Registration to No, but Create an Account Text still appear though if I try to register it will raised error 404.What I want is to remove that Create an Account Text.
Regards,
Sugiarto.sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 4, 2009 at 2:48 pm #300032Hi jsliao
Sorry for late-late reply. I am not hanging around in Joomla for a while. I have done what you tol me, but it also remove login from top.
I want just remove Create an account, but still need login. Is it possible?
Regards,
Sugiarto.Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 4, 2009 at 3:03 pm #300036To remove the Create a account text from the login module.
Take a backup and then open your /templates/ja_cooper/html/mod_login/ default.php
Remove the following code around line around line 48:
[PHP]<?php
$usersConfig = &JComponentHelper::getParams( ‘com_users’ );
if ($usersConfig->get(‘allowUserRegistration’)) : ?>
<a href=”<?php echo JRoute::_( ‘index.php?option=com_user&task=register’ ); ?>”>
<?php echo JText::_(‘REGISTER’); ?></a>
<?php endif; ?>[/PHP]Let us know if it works.
regards
arvind
sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 5, 2009 at 3:30 am #300099Hi arvind,
I have removed those codes, but no avail. Create an Account still enable/appear.
Regards.
SugiartoShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 5, 2009 at 4:36 am #300103sugiarto;122784Hi arvind,
I have removed those codes, but no avail. Create an Account still enable/appear.
Regards.
SugiartoHave you unpublished the ja login module in the module manager?
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 5, 2009 at 6:04 am #300105<em>@sugiarto 122784 wrote:</em><blockquote>Hi arvind,
I have removed those codes, but no avail. Create an Account still enable/appear.
Regards.
Sugiarto</blockquote>Not sure why it din work for you, i tried the same thing on my localhost and it worked. Did you clear your browser cache? May be you can give us a live url of your site.
regards
arvind
sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 6, 2009 at 5:11 am #300218Hi Arvind
I can give live url because it is still build on my localhost.
I felt strange too, why it didn’t work. I remember when using JA Teline, in JA Teline, the procedure to remove Create an Account Text almost similar to this one and it worked ok.
I have remove the codes you suggested and also delete these lines :
<a class=”register-switch” href=”<?php echo JRoute::_(“index.php?option=com_user& task=register”);?>” onclick=”this.blur();showBox(‘ja-register’,’namemsg’,this);return false;” >
<?php echo JText::_(‘REGISTER’);?> </a>It seem it worked, but It looks like this
Monday Login | | Search
Notice that there are 2 separators bar between Login and Search. I think, if the procedure is right, there is only one separator bar.
Regards,
Sugiarto.Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 6, 2009 at 5:49 am #300225Sugiarto,
I am attaching pics of what happens when one removes the code block i have mentioned above :
Before
After
If this is what you want, i shall do it for you, whensoever you move your site to internet.
regards
arvind
sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 6, 2009 at 10:54 am #300255Hi Arvind,
That’s right, that is what I want. Thanks for your kind offer, I will tell you when my site is ready on Internet.
But I think, your style and my style is different, You use JA Cooper, I use JA Cooper Bussiness.
Attach is a screen shoot of my web. You could notice the difference, on yours, search box position is on the left Login text, while on mine, search is on the right Login. Also you could see that on JA Cooper Bussiness, there is an Create an Account Text beside Login Text, while on JA Cooper, this text doesn’t exist.
No wonder people seem don’t understand my question. I also just find out this different after saw your Screen shoot.
Regards,
Sugiarto
symbic Friendsymbic
- Join date:
- July 2008
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
April 19, 2009 at 4:06 am #301816Hello sugiarto
I had the same problem and was able to fix it.
Look for an extra tag<li>
above the lines of code you deleted in default.php.
This removes the extra character |
This worked for me.sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
April 20, 2009 at 2:16 am #301929Hello symbic
Tks for your suggestion, strange but it didn’t work for me. May be because I done to many trial on this template. I will try to start from beggining again, hope this will solve the problem.
Rgs
Sugiarto.May 18, 2009 at 5:21 am #304947For ja_cooper_business
Comment or delete – Lines 62-63<a class=”register-switch” href=”<?php echo JRoute::_(“index.php?option=com_user&task=register”);?>” onclick=”this.blur();showBox(‘ja-register’,’namemsg’,this);return false;” >
<?php echo JText::_(‘REGISTER’);?>Regards,
OscarAuthorPostsThis topic contains 16 replies, has 8 voices, and was last updated by hultman 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum