-
AuthorPosts
-
swedeboy Friend
swedeboy
- Join date:
- August 2008
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
May 5, 2012 at 10:28 am #176743I really like the two modules that are in JA social – (Time & Date on Left and Login on Right).
Is that possible to do in ja nex?Thanks,
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 5, 2012 at 3:45 pm #451596swedeboy Friendswedeboy
- Join date:
- August 2008
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
May 5, 2012 at 3:59 pm #451601Thank you so much for your reply khoand.
No I hadn’t read that page.
The module is showing up but don’t look like how I want it to be.
First, I want it to be placed on the top in the black area.
Second, I want to have the same look as the JA Social demo http://www.joomlart.com/demo/#templates.joomlart.com/ja_social
(Time & Date on Left and Login on Right).khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 6, 2012 at 9:21 am #451664Time & Date on Left
You replace the code from /templates/ja_nex/css/template.css
p.ja-day{
display: inline-block;
float: left;
margin-top: 4px;
}with
p.ja-day, p.ja-updatetime {
display: inline-block;
float: left;
margin-top: 4px;
padding-right: 3px;
}
p.ja-day{
border-right: gray solid 1px;}
p.ja-updatetime{
padding-left: 7px;}You replace the code from /templates/ja_nex/blocks/topmenu.php
<p class="ja-day">
<?php
echo "<span class="date">".date ('d')."</span>";
echo "<span class="month">".JText::_(strtoupper(date ('F')))."</span>";
echo "<span class="year">".date ('Y')."</span>";?>
</p>
<?php if($this->countModules('topmenu-left')) : ?>
<jdoc:include type="modules" name="topmenu-left" />
<?php endif; ?>
<?php if($this->countModules('topmenu-right')) : ?>
<jdoc:include type="modules" name="topmenu-right" />
<?php endif; ?>
with
<p class="ja-day">
<?php
echo "<span class="day">".JText::_(strtoupper(date ('l')))."</span>";
echo "<span class="date">, ".JText::_(strtoupper(date ('F')))." ".date ('d').date ('S')."</span>";
?>
</p>
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p><?php if($this->countModules('topmenu-left')) : ?>
<jdoc:include type="modules" name="topmenu-left" />
<?php endif; ?>
<?php if($this->countModules('topmenu-right')) : ?>
<jdoc:include type="modules" name="topmenu-right" />
<?php endif; ?><?php if($this->countModules('ja-login')) : ?>
<div id="ja-headtools" class="ja-headtool">
<ul>
<jdoc:include type="modules" name="ja-login" />
</ul>
</div>
<?php endif; ?>
Login on Right
You download and install my ja_login.zip
1 user says Thank You to khoand for this useful post
swedeboy Friendswedeboy
- Join date:
- August 2008
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
May 6, 2012 at 9:53 am #451671Thank you so much for all your help khoand, I really appreciate it. It’s not every day that I see customer service like this. 🙂
Just two more questions:
Is it possible to add recaptcha in the JA Login module?
How can I add the icons in JA Social next to login and register?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 7, 2012 at 4:58 pm #451887<em>@swedeboy 317969 wrote:</em><blockquote>
Is it possible to add recaptcha in the JA Login module?</blockquote>
I can’t do it
<em>@swedeboy 317969 wrote:</em><blockquote>How can I add the icons in JA Social next to login and register?</blockquote>
I don’t understand what you mean clearly.swedeboy Friendswedeboy
- Join date:
- August 2008
- Posts:
- 78
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 17
- Thanked:
- 4 times in 1 posts
May 7, 2012 at 10:25 pm #451920<em>@khoand 318224 wrote:</em><blockquote>I can’t do it
I don’t understand what you mean clearly.</blockquote>
What I meant was how can I add the icons that are in JA Social template (in login and register module) into my login and register module.Do you understand now?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
May 10, 2012 at 10:21 am #452377Hi Swedeboy
I think that you can edit in layout of JA Login module (add imag icon into ) or add background-image for each element via css update.I can not provide more details at this moment, you should attach screenshot of what you desire to achieve, i shall be able to help faster then.
Regards,
<em>@swedeboy 318271 wrote:</em><blockquote>What I meant was how can I add the icons that are in JA Social template (in login and register module) into my login and register module.Do you understand now?</blockquote>
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by swedeboy 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum