-
AuthorPosts
-
188101 Friend
188101
- Join date:
- November 2012
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
December 17, 2012 at 10:08 am #183167Hello!
I want to make ” create an account” button disappear, I don’t know how to do that. Also, I tried to change Login word which is next to the ”create an account” button. I couldn’t find a way how to do on administration. Then I changed from the codes on the folder, which is on that direction language/en-GB/en-GB.mod_jalogin.ini . I show the word that i changed shown on the image, i changed ”Log In” to another word, but, nothing has changed. Also i put a little scn shot of the site to bottom of image to show you where i try to change on website.
I will be gratefull if someone helps.
Thank you all!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 19, 2012 at 11:33 am #476791+ ”Create an account” button disappear
<blockquote>Open templates/ja_mendozite/css/mod_jalogin.css file</blockquote>
from
#ja-login > ul > li > a.register-switch {
background-image: url(../images/icons/icon-register.png);
}
change to
#ja-login > ul > li > a.register-switch {
background-image: url(../images/icons/icon-register.png);
display:none;
}
+ About changed ”Log In”:
<blockquote>Open language/en-GB/en-GB.mod_jalogin.ini file</blockquote>
TXT_LOGIN = "Login"
2 users say Thank You to Ninja Lead for this useful post
188101 Friend188101
- Join date:
- November 2012
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
December 24, 2012 at 9:12 am #477387Thanks a lot.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by 188101 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
(?) Create an Account
Viewing 3 posts - 1 through 3 (of 3 total)