Comment to 'Chat GPT integration "Step by step how to"'
  • Thank you for doing this. It Works great. I added it to other pages and still works however it stopped my RSS feed from working. I am trying to find the conflict. It will also be good to get rid of the HTML tags

    • Hello @Justin Ferber !

      Do you have any Javascript errors on the page? It can be found via the Developer kit of the browser.. For example, in Chrome it will appear by the F12 pressing->Console tab.

      • It comes up with quite a few! This is the errors with the script working but then some of the other apps do'nt image_transcoder.php?o=sys_images_editor&h=2122&dpx=1&t=1719594812

        This is the console when the block is turned off! Everything else is working. image_transcoder.php?o=sys_images_editor&h=2123&dpx=1&t=1719595000

        • The messages like $(....)ajaxForm is not a function means that smth isn't good with the JQuery forms library connection. In the PHP code it can be added like this way:

          $oTemplate->addJs(array('jquery.form.min.js'));