1. Crystal Dionysopoulos
  2. Bug report
  3. Thursday, 05 May 2022
  4.  Subscribe via email
Hi!

I noticed that there are two Joomla messages shown when a hotspot is submitted successfully from the front end and moderation is turned on:

Screen Shot 2022-05-05 at 11.39.31.png

First JLIB_APPLICATION_SUBMIT_SAVE_SUCCESS and then COM_HOTSPOTS_HOTSPOT_SAVED_BUT_NEEDS_MODERATION

I found where it comes from, in com_hotspots/controllers/hotspot.php on lines 196:


$this->setMessage(
JText::_(
($lang->hasKey($this->text_prefix . ($recordId == 0 && $app->isClient("site") ? '_SUBMIT' : '') . '_SAVE_SUCCESS')
? $this->text_prefix
: 'JLIB_APPLICATION') . ($recordId == 0 && $app->isClient("site") ? '_SUBMIT' : '') . '_SAVE_SUCCESS'
)
);


and 233:


// If the user can't edit the state of the hotspot let him know that the hotspot will be published by someone else
if (!$user->authorise('core.edit.state', 'com_hotspots'))
{
$app->enqueueMessage(JText::_('COM_HOTSPOTS_HOTSPOT_SAVED_BUT_NEEDS_MODERATION'));
}
else
{
$app->enqueueMessage(JText::_('COM_HOTSPOTS_HOTSPOT_SAVED_BUT_IT_IS_SET_TO_UNPUBLISHED'));
}


Is there any way to set it so that you only get one of these messages? It feels a little bit redundant to get both (and takes up a lot of space), even though I know they have different purposes.

Thank you!
Attachments (1)
Responses (1)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

Question regarding custom fields
How do I access custom fields after I have created them?...
0 Replies
Posted on Wednesday, 24 April 2024
  • New
    • #custom fields
    Google no index für bestimmte Seiten/Details
    Hallo ich habe eine kleine Frage: wo kann ich einstellen, dass Google die Seite...
    0 Replies
    Posted on Wednesday, 24 April 2024
  • New
  • Language parameter in the link to the comment
    Hello. 1) I have a multilingual website (3 languages). If someone added a comme...
    1 Replies
    Posted on Saturday, 06 April 2024
    categories icon in header
    Hi! I saw this in the promo, but I can't find how to set it up. https://compo...
    0 Replies
    Posted on Monday, 22 April 2024
  • New
    • #style
    • #Categories
    Questions on new installation...
    Working on getting this set up... https://eastend2024.joepolecheck.com/rumma...
    3 Replies
    Posted on Wednesday, 17 April 2024
  • Resolved
  • New