-
AuthorPosts
-
todhost Friend
todhost
- Join date:
- August 2011
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
February 14, 2013 at 4:19 pm #184968Hello,
Please i want to find out how i can possibly create an easy login botton for users at the top-right search position
Thanks
website: http://hiswordforus.comNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 16, 2013 at 10:24 am #483636I think you need more to customize on this
Copy pluginssystemjat3jat3base-themesdefaultblocksheader.php filePaste to
templates/ja_university/blocks/Open header.php on the templates
add this script below
<?php if($this->countModules('custom_login')) : ?>
<div id="ja-custom_login">
<jdoc:include type="modules" name="custom_login" />
</div>
<?php endif; ?>front
<?php if($this->countModules('search')) : ?>
<div id="ja-search">
<jdoc:include type="modules" name="search" />
</div>
<?php endif; ?>About css
Open templates/ja_university/css/template.css file
add new script
#ja-custom_login {
float: left;
width: 530px;
margin-left: 20px;
}#ja-custom_login #login-form p {
float: left;
}#ja-custom_login #login-form ul li {
float: left;
margin-right: 10px;
}#ja-custom_login #login-form label {
color: #666
}#ja-custom_login #login-form p#form-login-remember {
margin-top: 24px;
margin-right: 10px;
}#ja-custom_login #login-form p#form-login-submit {
margin-top: 20px;
}#ja-custom_login #login-form p #modlgn-remember {
background: none;
padding: 0px;
margin: 0px;
border: none;
}September 27, 2013 at 5:41 pm #507349Hello Ninja Lead
I tried but it does not work, you must enable the module??
thanks
Pask30396
30394
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 30, 2013 at 3:53 am #507449You can try to get my zip file and work with my below suggestion
+ Download and extract my attachment file
+ Copy it into
<blockquote>templates/ja_university/blocks/header.php
templates/ja_university/css/template.css</blockquote>+ Remember to backup old file before doing it
+ Go to Admin site and create Module Login and assign it into “custom_login” position
+ Don’t forget to clear cache from Admin area.
You can see the screenshot it show in the front-end
October 17, 2013 at 8:38 am #509292The position custom_login does not exist I create?
Thank excuse
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 18, 2013 at 1:53 pm #509489<em>@Ninja Lead 391648 wrote:</em><blockquote>
+ Go to Admin site and create Module Login and assign it into “custom_login” position
</blockquote>
I followed step by step but it does not work!
My problem is that it does not appear in the list of positions to custom_login so I can not assign the newly created form.
Perhaps missing some step 🙁 please help me thanks
October 22, 2013 at 7:23 am #509815can you help me thank you very much
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 22, 2013 at 10:22 am #509836<em>@pask 394685 wrote:</em><blockquote>can you help me thank you very much</blockquote>
Please pm me URL of your site, admin and ftp account. I shall help you to check it
November 1, 2013 at 9:19 am #510872<em>@Ninja Lead 394711 wrote:</em><blockquote>Please pm me URL of your site, admin and ftp account. I shall help you to check it</blockquote>
Hi Ninja,
okay I solved thanks for your invaluable help.
Just one thing, how do I move the modules as the attached picture?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2013 at 4:05 am #510973@pask: If you want to show custom_login to right you can change it from css file
Open templates/ja_university/css/templates.css file
From
#ja-custom_login {
float: left;
width: 530px;
margin-left: 20px;
}
change to
#ja-custom_login {
float: right;
width: 530px;
margin-left: 20px;
}If you don’t solve this problem you can send me URL of your site. I shall help you to check it directly on your site
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by Ninja Lead 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum