About 19,200 results
Open links in new tab
  1. How to add javascript to joomla module? - Stack Overflow

    For all those who are landing on this page at a much later date, and looking for solution in Joomla 3.x You can include a module of type "Custom HTML Advanced" which will NOT filter out any …

  2. How to log into joomla through an external script?

    Jun 12, 2015 · We are using Joomla authentication to restrict access to our script. At this point we are redirecting any unauthorized users to the Joomla site to log in. We want to add a login …

  3. How to add a piece of JavaScript code to the header? - joomla 3.x

    May 29, 2021 · A question from a complete Joomla noob, so bear with me:) I am trying to add a piece of JavaScript code (the Adsense Auto Ads code) to the header files of a Joomla website, …

  4. Adding javascript to head of Joomla website - Stack Overflow

    Feb 16, 2013 · Joomla is meant to be able to handle anything you need it to do, and this makes it rather complicated. Your best bet is to add the script to the template index.php file that you …

  5. How can I create a new Joomla user account from within a script?

    Dec 15, 2009 · Create a custom script that uses the values from the API request and saves the users in the database using methods from Joomla User Classes. Two ways to add joomla …

  6. javascript - How to use HTMLHelper to add to the document head …

    Jun 1, 2019 · In this post: How to add CSS/JS/an Image to a module backend @lodder shows me how to use HTMLHelper to add CSS and JavaScript. Previously I had followed the Joomla! …

  7. How to include scripts in <head> - Joomla Stack Exchange

    Ok I am having a hard time with this one. I just inherited a 3.8.x Joomla site and all I'm trying to do is include a GTM script in the head of the document. What's happening is that anything within

  8. joomla 5 - issue on adding ajax on module using Ajax-com

    Jan 31, 2025 · i am trying to add auto load contents to my existing module by using joomla ajax-com . the module display videos on the page , it is not has pagination . i created a helper file in …

  9. How to get user session info from external php script with Joomla …

    Sep 18, 2021 · How we can get the logged in user information and session information from external php script with Joomla-4.x? The below code working with Joomla 3.x and doesn't …

  10. How to use Joomla plugin inside PHP script outside Joomla …

    When I call ajax to that script using article linkage - I get ajax response that includes unwanted template, but not a clean ajax text or html. So my question is how to include Joomla plugins …