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

Google map styles migrating......
Google are updating their map styles. Is there anything we need to do to migrate...
0 Replies
Posted on Monday, 18 March 2024
  • New
    • #google maps
    • #map styles
    Latest Hotspots Makes Website Hang
    When using the Latest Hotspot module, the webpage slows down and does not load....
    3 Replies
    Posted on Monday, 15 January 2024
    Text ändern
    Hallo in der Übersicht der Veranstaltungen kann man ja auf "Mehr Informati...
    0 Replies
    Posted on Thursday, 14 March 2024
  • New
  • When is CComment compatible with Joomla 5?
    When is CComment compatible with Joomla 5?...
    3 Replies
    Posted on Tuesday, 05 December 2023
    • #CComment
    • #Joomla 5
    No margin between text and map
    Hi, I'd like a margin between the small map and the text. Do you have a sugge...
    4 Replies
    Posted on Friday, 02 February 2024