Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • swedeboy Friend
    #176743

    I 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 Friend
    swedeboy Friend
    #451601

    Thank 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 Friend
    #451664

    Time & 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. mod_jalogin.zip
    swedeboy Friend
    #451671

    Thank 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 Friend
    #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 Friend
    #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 Friend
    #452377

    Hi 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>

    swedeboy Friend
    #452399

    This is now solved. Some of the icons was missing.

    Thanks for all your help…really appreciated!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  swedeboy 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum