Forum Activity for @melih

Melih
@melih
07/25/16 12:55:22PM
198 posts

JrCore_list in email template


Jamroom Developers

I finally solved this.

I removed the event_date search part from the jrCore_list call. And arranged them with date_format in the template.

And found out the difference between daily_maintenances coused by site privacy settings.

So i did it the way i want it :)

Thank you all for your concern.
Melih
@melih
07/22/16 06:08:38PM
198 posts

JrCore_list in email template


Jamroom Developers

Because the results are different. If i logged in daily maintenance runs and email sends correctly but if the daily maintenance runs itself say middle of the night emails comes empty. This is how i reached the conclusion.

I didn't try to trigger with hourly maintenance. I will try it too. But now in here it's 4 am :) i will try it tomorrow
Melih
@melih
07/22/16 05:53:18PM
198 posts

JrCore_list in email template


Jamroom Developers

Thank you Michael,

I installed it. It looks very usefull to see how an email will look. But those jrCore_list calls works when i trigger the daily_maintenance for example by logging in. My problem is with automatically running daily_maintenance :(
updated by @melih: 07/22/16 05:55:23PM
Melih
@melih
07/22/16 05:12:28PM
198 posts

JrCore_list in email template


Jamroom Developers

I add it, i will see the result of this:
SOME DEBUGGING CODE
search="event_date like %$yedi"
next daily_maintenance, soon i hope :)
Melih
@melih
07/22/16 05:06:04PM
198 posts

JrCore_list in email template


Jamroom Developers

i will try that next time
Melih
@melih
07/22/16 04:53:21PM
198 posts

JrCore_list in email template


Jamroom Developers

Hello Michael,
This code didn't work:
{jrCore_list module="jrGenEvent" search="event_date like %0726" privacy_check=false template=$s_tpl}

Now i did this one and waiting daily_maintenance to run automatically
{jrCore_list module="jrGenEvent" search="event_date like 19410726" privacy_check=false template=$s_tpl}

After that if that won't work, i will try lots of combination :) It gets annoying

Hard part is waiting...
updated by @melih: 07/22/16 04:55:49PM
Melih
@melih
07/22/16 01:02:40PM
198 posts

JrCore_list in email template


Jamroom Developers

After the trials i did, i realise that the problem was caused by event_date.

In the call i did without using event_date the results came back:

{jrCore_list module="jrGenEvent" search="event_type = birth" privacy_check=false template=$s_tpl}

But if i use event_date, the results came back empty:
{jrCore_list module="jrGenEvent" search="event_date like %0726" privacy_check=false template=$s_tpl}

Do you think that there is a problem about the syntax of this part: search="event_date like %0726"

As you know, dates are written like 20100726. The reason i use the parameter like "event_date like %0726" is i want to call the events without looking at he year according to day and month.

I want to remind you that this code works under normal conditions. But it doesn't work with automatic daily_maintenance.

Can you please advise if
search="event_date like %0726"
is right or wrong?
If it's right why daily_maintenance can't make this work?
Melih
@melih
07/17/16 02:11:50PM
198 posts

JrCore_list in email template


Jamroom Developers

Hello Michael,

there is no output for {$_params.search2} the line is coming out empty
updated by @melih: 07/17/16 02:12:24PM
Melih
@melih
07/16/16 10:36:17AM
198 posts

JrCore_list in email template


Jamroom Developers

This is the mail that is sent when i trigger daily maintenance

Merhaba Melih,

Önümüzdeki hafta gerçekleşecek yıldönümüleri var:


15 Temmuz 1978 Hakan Baran'ın doğumgünü
18 Temmuz 1965 Ayşe Asilbay'ın doğumgünü
19 Temmuz 1979 Çağlar Kalaycıoğlu'nun doğumgünü


---------------------------------------

Bildirim tercihlerinizi Hesap Ayarları / Bildirimler alanından değiştirebilirsiniz.

http://www.egricayir.org/user/notifications


Hemen tüm bildirimleri kapatmak için aşağıdaki linki tıklatın:

http://www.egricayir.org/user/unsubscribe/88bb...

And this is the mail that is sent when the daily maintenance is done automatically

Merhaba Melih,

Önümüzdeki hafta gerçekleşecek yıldönümüleri var:


---------------------------------------

Bildirim tercihlerinizi Hesap Ayarları / Bildirimler alanından değiştirebilirsiniz.

http://www.egricayir.org/user/notifications


Hemen tüm bildirimleri kapatmak için aşağıdaki linki tıklatın:

http://www.egricayir.org/user/unsubscribe/88bb...

updated by @melih: 07/16/16 10:39:01AM
  9