Please turn JavaScript on
Recent Questions - Joomla Stack Exchange icon

Recent Questions - Joomla Stack Exchange

Click on the "Follow" button below and you'll get the latest news from Recent Questions - Joomla Stack Exchange via email, mobile or you can read them on your personal news page on this site.

You can unsubscribe anytime you want easily.

You can also choose the topics or keywords that you're interested in, so you receive only what you want.

Recent Questions - Joomla Stack Exchange title: Joomla Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  3.23 / day

Message History

I am passing some params to JS in my custom module using the addScriptOptions provided by Joomla:

$document->addScriptOptions("mod_mymodule", $params));

This works fine, as long as there is only 1 instance of the same module on 1 page. But how to make it work for multiple modules on the same page?

I would think to pass 1 object like so:

$document->add...

Read full story

I have a custom plugin in a custom plugin group (maidan):

<?xml version="1.0" encoding="utf-8"?> <extension version="3.1" type="plugin" group="maidan" method="upgrade"> <name>My custom plugin</name>

It is in a custom group because my component uses that group for certain things.

Now i want to trigger an event when unpublishing an item f...


Read full story

There is some issue on my site when users visit directly http://spcrepsite.com (without www.) it works accurately, But when http://www.spcrepsite.com (include www.) it will show (homepage) that page without login w...


Read full story

I have alerts in my front page that I have not been able to fix this for months.


Read full story

My development site went down because the server was taking 7 seconds to respond. The load balancer thought it was dead. So gave 503 errors.

It makes me wonder if I need a bigger server.

What are the recommended/requirements for a joomla 4.x install?


Read full story