Forum Activity for @melih

Melih
@melih
03/20/18 11:34:00AM
198 posts

Image Core crop filling color


Suggestions

jrGenosis/index_featured_slider.tpl

Line 8:
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="xxxlarge" crop="fill&fillcolor=249:249:249" class="img_scale" alt=$item.profile_name title=$item.profile_name}

and the output is like this:
<img class="img_scale" src="http://www.egricayir.org/profile/image/profile_image/63/xxxlarge/crop=fill&fillcolor=249:249:249/_v=1413890003" alt="Dila Tuana Eğriçayır" title="Dila Tuana Eğriçayır" width="800">

But the color isn't grey, it's yellow like 249:249:0
updated by @melih: 03/20/18 11:34:34AM
Melih
@melih
03/20/18 10:39:02AM
198 posts

Image Core crop filling color


Suggestions

Hello Brian!

I am sorry to tell you that but it's not working correctly. I think there is a problem with the 3rd one (green). Red adn Blue is working.
Melih
@melih
03/14/18 09:00:46AM
198 posts

Image Core crop filling color


Suggestions

I am looking forward to it! I will try it the second i get the update ;) Thank you Brian! Have a great day
Melih
@melih
03/11/18 08:54:39AM
198 posts

Image Core crop filling color


Suggestions

Hey Brian, i hope everything is alright with you!

Actually i'm talking about the featured profiles slider on the Genosis' main page.
jrImage's include.php, line 2111
// If crop=fill we need to fill the image in first
    if (isset($_post['crop']) && $_post['crop'] == 'fill') {
        $color = imagecolorallocate($image['handle'], 0, 0, 0);
        imagefilledrectangle($image['handle'], 0, 0, $_post['width'], $_post['height'], $color);
    }

I change those 0s of the imagecolorallocate to, for example 249 to change filling color of the featured profiles slider on the main page.
updated by @melih: 03/11/18 09:14:39AM
Melih
@melih
03/11/18 07:17:28AM
198 posts

Image Core crop filling color


Suggestions

I really liked Image Support Module's latest update. It hase been very helpfull that the Resize Images Tool included also the custom modules because each time there was a new update i had to add my modules in to the function. So thank you very much for this.

Now there is only one part left i have to change manually for Image Support Module. I change the crop filling color (in include.php line 2113, "$color = imagecolorallocate($image['handle'], 0, 0, 0);" to gray from black because gray suits my page better :) If there were a setting to change this color it would be very usefull. If you consider adding this setting to acp on the next update i would really appreciate it.
updated by @melih: 06/19/18 07:38:44AM
Melih
@melih
07/31/17 01:08:25PM
198 posts

Request - Birthday Reminder Email


Genosis

Hello Martin,

I wanted to do the same thing but i learnd there is no easy way to do this. So i made it myself. I made weekly email notofication for upcomeing anniversaries and a list of them for my main page. So, to do this you need a list of events. Unfortunately, jrGenEvents does not have a easy way to make a list for birthdays or other anniversaries because of time coding. Actually you can list them but you cannot say easly "show me is there any anniversary for tomorrow"...

It's not easy but it's possible. Now, i can see a list of certain events of the next 30 days on main page. And system sends email every sunday for the week's anniversaries automatically.

My English is terrible but maybe you find a hint to make it your way.

I have a custom module to find events for the next 7 days. for example, for monday
$monday= date("md", strtotime("+1 day"));

with a jrCore_db_search_items function, you can search "event_date like %$monday"

After that you will need a tamplate for email. Than pass the results to your email template of that seach.

In brief, create a function to search events for specific days > shape them with an email template > send them to your users.

Essential point is, jrGenEvents' time coding like 20170731 for July 31th 2017 but you need the last part 0731. That's becayse i use date function with "md". So you need to seach events like; month is 07 and day is 31. This is the tricky part. When you overcome this you can made other stuff.

PS: Be aware of the privacy settings of Jamroom Core and Genosis Core and User. Those settings can cause your functions fails or your emails sends empty ;)
updated by @melih: 07/31/17 01:14:40PM
Melih
@melih
05/04/17 12:04:10PM
198 posts

jrSearch errors in Activity Log


Using Jamroom

I will get in touch with my hosting company to see they can do anything about this.
Thank you so much Brian
Melih
@melih
05/04/17 11:21:43AM
198 posts

jrSearch errors in Activity Log


Using Jamroom

Unfortunately i am getting same error with a fresh install. I will send an email to you Brian.
Melih
@melih
05/04/17 11:09:58AM
198 posts

jrSearch errors in Activity Log


Using Jamroom

I did them all. Even i delete the jrsearch module and db tables and install again.

Let me try with my demo site
Melih
@melih
05/04/17 09:54:55AM
198 posts

jrSearch errors in Activity Log


Using Jamroom

Sorry to say that but i'm still seeing the same error after update
  2