test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • bashirnoori1 Friend
    #174109

    Dear all,
    when i click to Login from jacomment area, there is a section of iframe and that appear server not found.
    i want to solve that or remove that area.
    you can see the attached picture.
    thanks


    1. error
    khoand Friend
    #439253
    khoand Friend
    #440133

    Do you solve it?

    bashirnoori1 Friend
    #440220

    not solved !
    i have installed the latest version of jacomment, so i didn’t find those code lines at com_jacomment/views/users/tmpl/login.php
    here is different codes …

    khoand Friend
    #440335

    You edit ja_comment component > Settings > Layout & Plugins > Plugins tab > disable Integrate JA nrain plugin
    You replace the code from /components/com_jacomment/asset/css/ja.comment.css

    #jac-login-joomla-form {
    padding: 20px;
    width: 200px;
    }

    with

    #jac-login-joomla-form {
    width: 280px;
    }

    You replace the code from /components/com_jacomment/asset/js/ja.comment.js

    if(title)
    jacCreatForm('login&view=users&layout=login&createlink=1',0,650,400,0,0,title,1,'');
    else
    jacCreatForm('login&view=users&layout=login&createlink=1',0,650,400,0,0,JACommentConfig.strLogin,1,'');

    with

    if(title)
    jacCreatForm('login&view=users&layout=login&createlink=1',0,320,300,0,0,title,1,'');
    else
    jacCreatForm('login&view=users&layout=login&createlink=1',0,320,300,0,0,JACommentConfig.strLogin,1,'');

    bashirnoori1 Friend
    #440520

    I just did:
    1. component > Settings > Layout & Plugins > Plugins tab > disable Integrate JA nrain plugin
    2. did small the popup width to 300px

    note: i didn’t replace any more codes, and now it’s OK.
    thank you

    bashirnoori.com

    bashirnoori1 Friend
    #440521

    now i want to change the title of popup login (Login for registered users) .
    Could you please let me know ?
    thanks

    khoand Friend
    #440642

    You find the code from /language/en-GB/en-GB.com_jacomment.ini

    LOGIN_NOW="Login now"
    You change bold text

    khoand Friend
    #442320

    Do you solve it?

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

This topic contains 9 replies, has 2 voices, and was last updated by  khoand 12 years, 8 months ago.

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