Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bossep Friend
    #129623

    The error when loged out

    174 document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); } );

    Is located in
    JA_Teline_iihrmlmode_logindefault.php

    <!---- Codesnippet ---->
    <div class="highslide-body">
    <script type="text/javascript">
    <!--
    window.addEvent('load',function(){
    document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); } );
    });
    // -->
    </script>

    I am not sure if this is related to a problem with this little script or class= “highslide-body”
    (cant find that class)

    It could also be related to my (and others) attempt to remove the BACKLINK TO JOOMLART in JA Highslide.
    I will make a flame post about this later.

    Any one having a clue of how to fix this?

    Bosse

    nlpress Friend
    #253714

    I’m trying to troubleshoot this as well — it appears specifically related to the “register/sign-up” portion and is throwing the JS error. I don’t know JS very well, but I’m trying to find a fix…My end solution for my site is to eliminate the sign-up code and replace it with a link to the registration page…

    in my html/mod_login/default.php, I went to line 68/69:


    <li>
    <a href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="return hs.htmlExpand(this, {contentId: 'id_highslide_signup_1',outlineType:'rounded-white',width:330,height:360,outlineWhileAnimating:true} )" >

    and I removed what is between the LI and the /LI and replaced it with a direct link to my registration page.

    In my case this resulted in:


    <li>
    <a href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>">
    <?php echo JText::_('REGISTER');?>
    </a>
    </li>

    Not sure if that’s an option for you, but until the developer fixes the javascript, I don’t have an option. 🙂

    Hope this helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  nlpress 16 years, 5 months ago.

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