List Plugin Popup Message Not Pop Up

teoyh

Member
Hi i had added a plugin in the list after i click and run the plugin the message did not pop up any reason why it is not popping up even i had indicate popup message

upload_2021-2-5_11-40-44.png

I had also try to include a javascript alert at the end of the php code it did not work either

echo '<script>alert("Thank you, your review had been completed")</script>';

Thank you in advance
 
The "echo '<script>alert..." in the PHP field does not do anything for me either.

But that's ok because everything else is working fine here with "Show Popup Msg" enabled:
If my list is ajaxified, I'm getting the JS alert. Otherwise I'm getting a Joomla system message.

Do you have JS errors on the page?
 
Thank you for the hint on ajax.

In the list Navigation setting , set Ajaxify to Yes and the message will popup.
 
Good.

If you do not want the list to be ajaxified but the system message to appear, you'll probably need to check your Joomla template. For some reason it might not be able or willing to display system messages...
 
You can override the "Success message" by setting $statusMsg="Something"; in the php code.
This is displayed as system message in case of non-ajaxfied list or in a popup if the list is ajaxfied.

BTW:
I can't see any difference with "Show Popup message" = yes or no.
Popup seems only to depend on list ajaxfied yes/no
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top