-
AuthorPosts
-
jimmer Friend
jimmer
- Join date:
- December 2006
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 43
- Thanked:
- 11 times in 1 posts
March 31, 2009 at 10:04 pm #139798I have went to global configuration and changed all to no and hide.
User Settings
Allow User Registration No
New User Registration Type
New User Account Activation No
Front-end User Parameters HideBut still shows the create account?
Thanks,
🙂OH, it should read CREATE
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 31, 2009 at 10:30 pm #299341jimmer;121871I have went to global configuration and changed all to no and hide.
User Settings
Allow User Registration No
New User Registration Type
New User Account Activation No
Front-end User Parameters HideBut still shows the create account?
Thanks,
🙂OH, it should read CREATE
Go to Module manager – unpublish login form this drops the login and create user account if that’s what your after? if you need the login for other reasons look in the HTML for
<a class=”register-switch” onclick=”this.blur();showBox(‘ja-register’,’namemsg’,this);return false;” href=”/nickel/index.php?option=com_user&task=register”> Create an account </a> comment out or deletealso line 866 in template.css
#ja-register, #ja-login {
background: #FFFFFF;
border: 1px solid #DDDDDD;
display: none;
height: auto;
overflow: hidden;
padding: 5px 15px;
position: absolute;
right: -15px;
text-align: left;
top: 25px;
z-index: 999;
}remove #ja-register value
make backups first! have fun
ShannonN
1 user says Thank You to ShannonN for this useful post
jimmer Friendjimmer
- Join date:
- December 2006
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 43
- Thanked:
- 11 times in 1 posts
March 31, 2009 at 11:07 pm #299353Thanks,
ShannoN:D
digirizon Frienddigirizon
- Join date:
- January 2008
- Posts:
- 13
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 24, 2009 at 3:33 pm #302447id did all that , and now it is showing my create account fields spread all over my header 😉
effektlabor Friendeffektlabor
- Join date:
- March 2007
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
June 24, 2009 at 7:07 pm #308979I am having this issue. Should it not pull from the settings in global? Where do I need to go into the html to make this change. I can see it in the source after the page is generated but what HTML code do I change before it is generated.
I would prefer to fix the issue with it not getting the settings correct if possible instead of forcing it to not show the option. I would prefer to be less destructive.
Thanks
sponni Friendsponni
- Join date:
- June 2007
- Posts:
- 24
- Downloads:
- 22
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
July 4, 2009 at 3:05 am #309955Hi, I have looked everywhere for where to delete this:
<a class=”register-switch” onclick=”this.blur();showBox(‘ja-register’,’namemsg’,this);return false;” href=”/nickel/index.php?option=com_user&task=register”> Create an account </a> comment out or delete
I can’t find it. Can someone help?
I need to get rid of the “Create an account” from the login feature.. without actually disabling account creation all together.
July 8, 2009 at 2:04 am #310321<em>@sponni 135336 wrote:</em><blockquote>Hi, I have looked everywhere for where to delete this:
<a class=”register-switch” onclick=”this.blur();showBox(‘ja-register’,’namemsg’,this);return false;” href=”/nickel/index.php?option=com_user&task=register”> Create an account </a> comment out or delete
I can’t find it. Can someone help?
I need to get rid of the “Create an account” from the login feature.. without actually disabling account creation all together.</blockquote>
I think the file is in the HTML folder of JA_NICKEL “/your_root/templates/ja_nickel/html/mod_login/default.php” line 62 if not mistaken.. please correct me if I’m wrong..
anyhow, I think tempering with the source file is now so cool, we should just be able to disable it through the joomla! configuration screen as the first post.
sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
July 9, 2009 at 10:44 am #310480Yes, it was at line 62, but codes to delete is like this
<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>
There is no ‘Create an account’ text in that codes.
-
AuthorPosts
This topic contains 9 replies, has 8 voices, and was last updated by sugiarto 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum