StePhan McKillen

Results 8 comments of StePhan McKillen

Thanks, Bro could we have the option to add manually Year Just that the Photos I'm uploading are Photos of the photo so _DATE would be wrong

My thinking would be to add the Year to the Notes field ![image](https://user-images.githubusercontent.com/4362345/209279253-abde3144-7f29-4532-bc6c-43bb7721aefd.png) new note data looks like this Y2005, X9, X10, X2, X11, X16, X55 I'm thinking the logic...

long time no see i understanding more about this now I add a photo as a fact added the Date which shows when I display that image like that bit...

Been Playing no nothing about PHP but after some reading got this working well sort of seeing what it would look like in ``` function getMediaMapForTree( ``` change the 'age'=>...

made this fuction ``` private function getPersonDisplayAgePhoto(Individual $person, $fact, $media): string { if (strlen(trim(strip_tags($person->lifespan()))) > 6) { $birthyear = substr(strip_tags($person->lifespan()),0,4) + 0; } else { return I18N::translate('Missing Birth'); } $Photoyear...

I have fix it and working ``` private function getPersonDisplayAgePhoto(Individual $person, ?Fact $fact): string { if (strlen(trim(strip_tags($person->lifespan()))) > 6) { $birthyear = substr(strip_tags($person->lifespan()),0,4) + 0; } else { return I18N::translate('Missing...

Tested on home server work

Long time no see my under standing is that you add a fact with the info in it then you tag the faces in so that there is on one...