Yes it has, just a bit.potku wrote:These have probably changed, right?andreask wrote: For the topics.
inandreask/ium/classes/reminder.php
find:
...
By the way, I really like the fact that you can send test e-mails.
andreask/ium/classes/reminder.php
find:
Code: Select all
foreach ($topics as $item)
{
$topic_links .= PHP_EOL;
$topic_links .= PHP_EOL;
$topic_links .= '"' . $item['topic_title'] . '"' . PHP_EOL;
Code: Select all
foreach ($topics as $item)
{
$topic_links .= PHP_EOL;
$topic_links .= PHP_EOL;
$topic_links .= $item['topic_title'] . PHP_EOL;
I actually think that this would be a very good addition. Let me see what I can do for it.potku wrote:Sounds good!
Would there be a way to exclude certain forums or pick topics from certain forums only?
It is already there. you should see in admin logs a similar line like this one...whocarez wrote: Feature request:
a log entry for sent emails to members not only for "SENT REMINDER TO ADMIN".
Something like that: "Sent xy reminders" or "Sent reminders to x, y, z ..."
Code: Select all
admin 192.168.1.107 23 Oct 2016, 18:00 {10 reminders were sent.}
SENT_REMINDERS
and it is in language/en/log.php
Bedankt Willem,Hartenheer wrote:The latest version is 0.9.3?
If I download I get PHPBB_IUM-master.
It is a nice extension
hm, I don't see that. In my adminstration logs I see only thisandreask wrote:It is already there. you should see in admin logs a similar line like this one...whocarez wrote: Feature request:
a log entry for sent emails to members not only for "SENT REMINDER TO ADMIN".
Something like that: "Sent xy reminders" or "Sent reminders to x, y, z ..."It needsCode: Select all
admin 192.168.1.107 23 Oct 2016, 18:00 {10 reminders were sent.}
SENT_REMINDERS
and it is inlanguage/en/log.php
{SENT REMINDER TO ADMIN}
for my test mails, without translation, despite the fact, that there is a translation for "SENT REMINDER TO ADMIN" and also for "SENT_REMINDER_TO_ADMIN". The same for "SENT_REMINDERS". A translation is there, but nothing to see. It seem to me, that log.php in language/xx/ is ignored.Yes and my little bit older PHP 5.4.andreask wrote:OK, thats weird, does anyone else have the same problem with whocarez?
@whocarez
I guess you are still using phpbb 3.1.10 correct?
Could you please purge your boards cache?whocarez wrote:Yes and my little bit older PHP 5.4.
I installed 0.9.6. and cleaned all the caches (board cache and xcache). Now the translation for the test mails is visible, but still within bracketsandreask wrote: Could you please purge your boards cache?
And let me know if the problem is fixed?
{...}
.+1!whocarez wrote:Thanks for this "exclude forums" option. Very useful!
classes/reminder.php
acp/main_module.php
acp/main_module.php
& acp/main_module.php
log
with info_acp_ium
-> classes/delete_user.php
classes/reminder.php
adm/style/acp_ium_approval_list.html
adm/style/acp_ium_body.html
log.php
to info_acp_ium.php
-> language/en/acp/info_acp_ium.php
language/en/log.php
deleted.