Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • morrow9 Friend
    #144779

    Hi,

    Can anyone point me in the right direction in installing the JA Login for JA Rutile template. I wuld like to have the same drop down login and register that JA Tube uses.

    Thanks,

    Leigh

    nilsson69 Friend
    #321612

    <em>@morrow9 147249 wrote:</em><blockquote>Hi,

    Can anyone point me in the right direction in installing the JA Login for JA Rutile template. I wuld like to have the same drop down login and register that JA Tube uses.

    Thanks,

    Leigh</blockquote>

    I’m also interested in this feature

    Thanks,
    Anders

    Anonymous Moderator
    #321704

    Hi there

    In the case, you have to change much files. It is so hard. But please try to do with my guider:

    + Copy templates/ja_tube/html/mod_login folder to templates/ja_rutile/html folder.
    + Open templates/ja_tube/js/ja.script.js file, find following code section:


    var boxes = [];
    showBox = function (box,focusobj, caller) {
    box=$(box);
    if (!box) return;
    if ($(caller)) box._caller = $(caller);
    boxes.include (box);
    if (box.getStyle('display') == 'none') {
    box.setStyles({
    display: 'block',
    opacity: 0
    });
    }
    if (box.status == 'show') {
    //hide
    box.status = 'hide';
    var fx = new Fx.Style (box,'opacity');
    fx.stop();
    fx.start (box.getStyle('opacity'), 0);
    if (box._caller) box._caller.removeClass ('show');
    } else {
    boxes.each(function(box1){
    if (box1!=box && box1.status=='show') {
    box1.status = 'hide';
    var fx = new Fx.Style (box1,'opacity');
    fx.stop();
    fx.start (box1.getStyle('opacity'), 0);
    if (box1._caller) box1._caller.removeClass ('show');
    }
    },this);
    box.status = 'show';
    var fx = new Fx.Style (box,'opacity',{onComplete:function(){if($(focusobj))$(focusobj).focus();}});
    fx.stop();
    fx.start (box.getStyle('opacity'), 1);

    if (box._caller) box._caller.addClass ('show');
    }
    }

    and copy into templates/ja_rutile/js/ja.script.js

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

This topic contains 3 replies, has 3 voices, and was last updated by Anonymous 15 years ago.

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