-
AuthorPosts
-
yjobcreations Friend
yjobcreations
- Join date:
- April 2008
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 9, 2008 at 2:03 am #134205on the top portion you will see the login boxes for username and password.
the username icon overlaps with the word “Username” and the password icon overlaps with the word “Password”.
How can i remove the text?
It will be ok if there is no text, just the icons so that it will look better.thanhlt Friendthanhlt
- Join date:
- January 2008
- Posts:
- 45
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
October 9, 2008 at 2:29 am #274338Hi yjobcreations, this seem to be happened with with FireFox 2
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 9, 2008 at 3:19 am #274349Hi
you can edit default.php(templatesja_sanidinehtmlmod_login folder)Change from:
<label for="mod_login_username" class="ja-login-user">
<span><?php echo JText::_('Username') ?></span>
<input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" />
</label><label for="mod_login_password" class="ja-login-password">
<span><?php echo JText::_('Password') ?></span>
<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
</label>
to:
<label for="mod_login_username" class="ja-login-user">
<span><?php //echo JText::_('Username') ?></span>
<input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" />
</label><label for="mod_login_password" class="ja-login-password">
<span> <?php //echo JText::_('Password') ?></span>
<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
</label>yjobcreations Friendyjobcreations
- Join date:
- April 2008
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 9, 2008 at 4:07 am #274367hello,
there seems to be no difference between the two codes.
do i need to delete the text in bold :
<span><?php echo JText::_(‘Username‘) ?></span>
<span><?php echo JText::_(‘Password‘) ?></span>
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 9, 2008 at 4:10 am #274369No
Change like this:<span><?php echo JText::_('Username') ?></span>
to
<span> <?php //echo JText::_('Username') ?></span>
1 user says Thank You to Sherlock for this useful post
yjobcreations Friendyjobcreations
- Join date:
- April 2008
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 9, 2008 at 4:13 am #274370ah ok thank you.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 9, 2008 at 6:46 am #274382HI
Can i mark this topic is solved ?yjobcreations Friendyjobcreations
- Join date:
- April 2008
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 9, 2008 at 6:47 am #274383yes sir go ahead.
sdbeerpong Friendsdbeerpong
- Join date:
- February 2008
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
October 10, 2008 at 3:10 pm #274627I am using the community building login module instead of the ja_login. In the Top module position, once logged in The user details and logout button are aligned far left over the site name and logo, instead of on the right where it is located prior to login.
Is this an issue with the sadine template or community builders login module.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 11, 2008 at 2:29 am #274704please send me an account to test
sdbeerpong Friendsdbeerpong
- Join date:
- February 2008
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
October 14, 2008 at 4:24 am #275148Looks like it is a problem with ie7 and the cb login module. Thanks
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by sdbeerpong 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum