jranshaw

Forum Replies Created

  • In reply to:

    July 9, 2019 at 5:48 am #4774
    jranshaw
    Participant

    test

    In reply to: Anchors in FAQ's Open New Windows

    June 6, 2018 at 12:49 pm #1284
    jranshaw
    Participant

    Thanks Stevland,

    ]I actually figured out that it was a js file. I tried what you said also and it didn’t work. This might not be ideal solution but it worked.
    ]
    ]——————-]
    Line 2 in faq.php added
    $disableHeaderosTicketJS = 1;

    Line 47 in header replaced
    <script src=”<?php echo ROOT_PATH; ?>js/osticket.js”></script>

    with
    <script type=”text/javascript” scr=”<?php if($disableHeaderosTicketJS == 1){ echo “”;}else{ echo “<?php echo ROOT_PATH; ?>js/osticket.js”;}?>”> </script>

    In reply to: Checkboxes in v1.3 not working

    May 1, 2018 at 8:49 am #1181
    jranshaw
    Participant

    <p>I’m on Linux based system.</p>
    <p>I verified permissions are correct.</p>