Счетчик сообщений или номер сообщения

More
5 years 10 months ago #7836 by Konstantin
Здравствуйте, отличный модуль, установил, все работает супер!

Сейчас ломаю голову над тем чтобы в теме сообщения автоматически подставлялся номер запроса. Чтобы в письме заголовок был к примеру "Запрос №1273"

Поскольку это не компонент и не сохраняет в базу данных сообщения, то не пойму к чему привязаться, от чего отталкиваться чтобы вести подсчет.

Подскажите пожалуйста если не сложно или дайте наводку, буду благодарен!

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #7837 by Евгений Копылов
Добрый день. Не думаю, что просто реализовать. Как вариант сохранять текстовый файл на сайте со счётчиком, потом его дергать и дописывать.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #7838 by Konstantin
Благодарю.

Сделал так, создал файл lidcount.txt, далее в вашем helper.php после объявления $subject прописал следующий код:
$fr = file_get_contents(JPATH_ROOT."/libraries/lidcount.txt");
$countik = (int)$fr;
$countik = $countik + 1;
$subject .= $subject." ".$countik;
а также в конце при успешной отправке сообщения перед die(); дописал следующий код:
$fw = fopen(JPATH_ROOT."/libraries/lidcount.txt", "w");
fwrite($fw,$countik);
fclose($fw);

И все, теперь к заголовку добавляется номер заказа. Если есть способ получше или советы, то буду рад

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #7839 by Евгений Копылов
Ну меня смущает только место хранения) а так все здорово! Молодец))

Если будет возможность, буду рад любому донату (в форме модуля).

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Last from the forum

    • JL Content Fields Filter в настройках полей нет та...
    •   Здравствуйте. joomline.ru/rasshirenija/moduli/jlconten...=m4vw1l4vab486665406 отсюда с гитхаба скачал и установил на джумла версии 4.1.5 со страницы установка расширений. После установки появилась ошибка " Class "Joomla\Plugin\Jlcontentfieldsfilter\Extension\Jlcontentfieldsfilter" not found" Зашел на фтп по пути /plugins/system/ и перенес папку в /plugins сменив namespace. Дальше все по инструкции - в системе активировал плагин. В модулях включил. Захожу в созданное поле - есть стандартные вкладки, вкладки "Параметры фильтрации" нет. Что делать? >>>>>>>>>>>>>>>>>>>>> Hello. joomline.ru/rasshirenija/moduli/jlconten...=m4vw1l4vab486665406 I downloaded version 4.1.5 from GitHub and installed it on Joomla from the extension installation page. After installation, an error occurred: "Class "Joomla\Plugin\Jlcontentfieldsfilter\Extension\Jlcontentfieldsfilter" not found." I went to ftp at /plugins/system/ and moved the link to /plugins, changing the namespace. Then everything according to the instructions - the plugin was activated in the system. It is enabled in the modules. I go to the created field - there are standard tabs, but there is no "Filter parameters" tab. What should I do?  
    • In Modules Joomline / JL Content Fields Filter
    • JL Content Fields Filter в настройках полей нет та...
    • Здравствуйте. joomline.ru/rasshirenija/moduli/jlconten...=m4vw1l4vab486665406 отсюда с гитхаба скачал и установил на джумла версии 4.1.5 со страницы установка расширений. После установки появилась ошибка " Class "Joomla\Plugin\Jlcontentfieldsfilter\Extension\Jlcontentfieldsfilter" not found" Зашел на фтп по пути /plugins/system/ и перенес папку в /plugins сменив namespace. Дальше все по инструкции - в системе активировал плагин. В модулях включил. Захожу в созданное поле - есть стандартные вкладки, вкладки "Параметры фильтрации" нет. Что делать? >>>>>>>>>>>>>>>>>>>>> Hello. joomline.ru/rasshirenija/moduli/jlconten...=m4vw1l4vab486665406 I downloaded version 4.1.5 from GitHub and installed it on Joomla from the extension installation page. After installation, an error occurred: "Class "Joomla\Plugin\Jlcontentfieldsfilter\Extension\Jlcontentfieldsfilter" not found." I went to ftp at /plugins/system/ and moved the link to /plugins, changing the namespace. Then everything according to the instructions - the plugin was activated in the system. It is enabled in the modules. I go to the created field - there are standard tabs, but there is no "Filter parameters" tab. What should I do?
    • In Plugins Joomline / Other plugin
© 2010- JoomLine
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. joomline.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.

email: This email address is being protected from spambots. You need JavaScript enabled to view it.