Skip to content

Commit

Permalink
Fix an issue with number replies
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Mar 14, 2024
1 parent 3cb053d commit 88dc712
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Sources/Optimus/Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @package Optimus
* @link https://custom.simplemachines.org/mods/index.php?mod=2659
* @author Bugo https://dragomano.ru/mods/optimus
* @copyright 2010-2023 Bugo
* @copyright 2010-2024 Bugo
* @license https://opensource.org/licenses/artistic-license-2.0 Artistic-2.0
*
* @version 2.7.5
* @version 2.7.6
*/

if (!defined('SMF'))
Expand Down Expand Up @@ -207,7 +207,7 @@ private static function getTopicLinks(): array
FROM {db_prefix}topics AS t
INNER JOIN {db_prefix}messages AS m ON (m.id_msg = t.id_last_msg)
WHERE t.id_board IN ({array_int:open_boards})
AND t.num_replies > {int:num_replies}
AND t.num_replies >= {int:num_replies}
AND t.approved = {int:is_approved}
ORDER BY t.id_topic DESC
LIMIT {int:start}, {int:limit}',
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Optimus/.dutch-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
$txt['optimus_main_page_frequency_set'] = array('Direct (voortdurend)', 'Afhankelijk van de datum van het nieuwste bericht');
$txt['optimus_sitemap_boards'] = 'Neem links naar de boards op in de sitemap';
$txt['optimus_sitemap_boards_subtext'] = 'Boards die niet toegankelijk zijn voor gasten worden NIET opgenomen.';
$txt['optimus_sitemap_topics_num_replies'] = 'Voeg alleen topics aan de sitemap toe die meer dan zoveel reacties hebben';
$txt['optimus_sitemap_topics_num_replies'] = 'Voeg alleen topics aan de sitemap toe die meer dan zoveel reacties >=';
$txt['optimus_sitemap_items_display'] = 'Maximum aantal items per pagina';

// Task Manager
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Optimus/.dutch.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
$txt['optimus_main_page_frequency_set'] = array('Direct (voortdurend)', 'Afhankelijk van de datum van het nieuwste bericht');
$txt['optimus_sitemap_boards'] = 'Neem links naar de boards op in de sitemap';
$txt['optimus_sitemap_boards_subtext'] = 'Boards die niet toegankelijk zijn voor gasten worden NIET opgenomen.';
$txt['optimus_sitemap_topics_num_replies'] = 'Voeg alleen topics aan de sitemap toe die meer dan zoveel reacties hebben';
$txt['optimus_sitemap_topics_num_replies'] = 'Voeg alleen topics aan de sitemap toe die meer dan zoveel reacties >=';
$txt['optimus_sitemap_items_display'] = 'Maximum aantal items per pagina';

// Task Manager
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Optimus/.english.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$txt['optimus_main_page_frequency_set'] = array('Constant (always)', 'Depending on the date of the last message');
$txt['optimus_sitemap_boards'] = 'Add links to boards to the sitemap';
$txt['optimus_sitemap_boards_subtext'] = 'Boards that closed to guests will NOT be added.';
$txt['optimus_sitemap_topics_num_replies'] = 'Add to the sitemap only those topics that have the number of replies is more than';
$txt['optimus_sitemap_topics_num_replies'] = 'Add to the sitemap only those topics that have the number of replies >=';
$txt['optimus_sitemap_items_display'] = 'Maximum number of items per page';

// Task Manager
Expand Down
4 changes: 2 additions & 2 deletions Themes/default/languages/Optimus/.russian-utf8.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$txt['optimus_title'] = 'Поисковая оптимизация';

$txt['optimus_base_title'] = 'Общие настройки';
$txt['optimus_base_desc'] = 'Версия мода: <strong>%1$s</strong>, версия PHP: <strong>%2$s</strong>, версия %3$s: <strong>%4$s</strong>.<br>Обсудить баги и фичи мода можно на <a class="bbc_link" href="https://www.simplemachines.org/community/index.php?topic=422210.0">официальном сайте</a>.<br>Вы также можете <a class="bbc_link" href="https://ko-fi.com/U7U41XD2G">купить разработчику чашку кофе</a> или пожертвовать любую сумму на <a class="bbc_link" href="https://qiwi.com/n/DRAGOMANO">QIWI Кошелёк</a>.';
$txt['optimus_base_desc'] = 'Версия мода: <strong>%1$s</strong>, версия PHP: <strong>%2$s</strong>, версия %3$s: <strong>%4$s</strong>.<br>Обсудить баги и фичи мода можно на <a class="bbc_link" href="https://www.simplemachines.org/community/index.php?topic=422210.0">официальном сайте</a>.<br>Вы также можете <a class="bbc_link" href="https://ko-fi.com/U7U41XD2G">купить разработчику чашку кофе</a>.';

$txt['optimus_main_page'] = 'Главная страница';
$txt['optimus_base_info'] = 'Содержание мета-тега description может использоваться в сниппетах на странице результатов поиска.';
Expand Down Expand Up @@ -96,7 +96,7 @@
$txt['optimus_main_page_frequency_set'] = array('Постоянная (always)', 'В зависимости от даты последнего сообщения');
$txt['optimus_sitemap_boards'] = 'Добавлять в карту ссылки на разделы форума';
$txt['optimus_sitemap_boards_subtext'] = 'Разделы, закрытые для гостей, добавлены НЕ будут.';
$txt['optimus_sitemap_topics_num_replies'] = 'Добавлять в карту только темы с количеством ответов более';
$txt['optimus_sitemap_topics_num_replies'] = 'Добавлять в карту только темы с количеством ответов >=';
$txt['optimus_sitemap_items_display'] = 'Максимальное количество элементов на странице';

// Диспетчер задач
Expand Down
4 changes: 2 additions & 2 deletions Themes/default/languages/Optimus/.russian.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$txt['optimus_title'] = 'Поисковая оптимизация';

$txt['optimus_base_title'] = 'Общие настройки';
$txt['optimus_base_desc'] = 'Версия мода: <strong>%1$s</strong>, версия PHP: <strong>%2$s</strong>, версия %3$s: <strong>%4$s</strong>.<br>Обсудить баги и фичи мода можно на <a class="bbc_link" href="https://www.simplemachines.org/community/index.php?topic=422210.0">официальном сайте</a>.<br>Вы также можете <a class="bbc_link" href="https://ko-fi.com/U7U41XD2G">купить разработчику чашку кофе</a> или пожертвовать любую сумму на <a class="bbc_link" href="https://qiwi.com/n/DRAGOMANO">QIWI Кошелёк</a>.';
$txt['optimus_base_desc'] = 'Версия мода: <strong>%1$s</strong>, версия PHP: <strong>%2$s</strong>, версия %3$s: <strong>%4$s</strong>.<br>Обсудить баги и фичи мода можно на <a class="bbc_link" href="https://www.simplemachines.org/community/index.php?topic=422210.0">официальном сайте</a>.<br>Вы также можете <a class="bbc_link" href="https://ko-fi.com/U7U41XD2G">купить разработчику чашку кофе</a>.';

$txt['optimus_main_page'] = 'Главная страница';
$txt['optimus_base_info'] = 'Содержание мета-тега description может использоваться в сниппетах на странице результатов поиска.';
Expand Down Expand Up @@ -96,7 +96,7 @@
$txt['optimus_main_page_frequency_set'] = array('Постоянная (always)', 'В зависимости от даты последнего сообщения');
$txt['optimus_sitemap_boards'] = 'Добавлять в карту ссылки на разделы форума';
$txt['optimus_sitemap_boards_subtext'] = 'Разделы, закрытые для гостей, добавлены НЕ будут.';
$txt['optimus_sitemap_topics_num_replies'] = 'Добавлять в карту только темы с количеством ответов более';
$txt['optimus_sitemap_topics_num_replies'] = 'Добавлять в карту только темы с количеством ответов >=';
$txt['optimus_sitemap_items_display'] = 'Максимальное количество элементов на странице';

// Диспетчер задач
Expand Down

0 comments on commit 88dc712

Please sign in to comment.