Joomla how to make an ajax call to an helper.php module

后端 未结 2 1834
遇见更好的自我
遇见更好的自我 2021-01-24 06:14

I create a module, not a component, a module because it should appears a number of times, on a number of pages in various positions I follow basic module creation

In de

2条回答
  •  不要未来只要你来
    2021-01-24 06:49

    No, you can't call a module URL as modules don't use them.

    Your best bet would be to download and install the brand new com_ajax component that acts as an entry point for Ajax functionality. It's available for Joomla 1.5, 2,5 and 3.x, so whichever version you need, don't forget to select that branch first:

    https://github.com/betweenbrain-llc/Joomla-Ajax-Interface

    Hope this helps

提交回复
热议问题