1. Heinz-R
  2. RO CSVI
  3. Tuesday, 17 March 2026
  4.  Subscribe via email
I'm absolutely thrilled with RO CSVI; it's a feature I wouldn't want to be without! Congratulations on that.

However, I have some exports to Excel files that take a while due to the amount of data, but this is only visible in the browser tab after starting the export by the blinking dots. Is there any way to indicate the ongoing process with a message, a spinning circle, or something similar? I haven't found anything in the documentation yet—but that doesn't mean anything!

Best regards, Heinz.
Accepted Answer
Accepted Answer Pending Moderation
Hallo Heinz,

Glad to read you are happy with RO CSVI.

If the export would be started with a link to a hidden menu item on FrontEnd then nothing happens for the end user until the download is available.
That is correct as that is what happens now because there is no frontend page for the export. When starting an export it directly starts feeding the browser the exported data. The only indication that you have now is the progress window of your browser of how far the download is. This is how many downloads work.

You could create your own sort of download page like this:

  1. Create a hidden menu item for the frontend export
  2. Create a hidden menu item for the Joomla article
  3. Create a Joomla article
  4. In the article include the following code

  5. The download is starting
    <script>
    window.location = 'https://URL_TO_THE_HIDDEN_MENU_ITEM';
    </script>

  6. Link the menu item for the Joomla article to the Joomla article
  7. When the user opens the link they see your text and the download is started
Sure there is no update every x time but at least they see a message.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Sorry, the discussion is currently locked. You will not be able to post a reply or a comment at the moment.