Greg Roach
Greg Roach
Do we need to change the validation on the input form to accept either prefix - or is there more to this? Sorry - google have locked my google account,...
Can you provide the snippet? I presume that we can use ``` if (starts with UA) { use old snippet } else { use new snippet } ```
The existing snippet has code to support additional "dimensions". In our case, we send the current tree. https://github.com/fisharebest/webtrees/blob/2.1.2/resources/views/modules/google-analytics/snippet.phtml#L15 Do you know how to add this in the new snippet?
The layout should change automatically, depending on the width of your window/screen. What device are you using? If a window, does the layout change when you make the window wider?
I'm guessing you are using Safari (or any browser on an iPad/iPhone). Looks like a bug in bootstrap. https://github.com/twbs/bootstrap/issues/32746
> Shouldn't two of the entries be displayed with the other surnames (Marinov and Marinovi)? Like: No. The `NAME` field is used to create the "display" name. The `GIVN` and...
> But it's senseless to print the same name multiple times. In your example, the surnames are very similar. But they can be very different. Suppose your surnames are inflected...
The system was designed for two cases: 1) Individuals with 2 surnames (e.g. Spanish/Portuguese). For example: ``` 1 NAME Jose Manuel /Chunga/ /Castillo/ 2 SURN Chunga,Castillo ``` The individual will...
I've looked again at the code. There are two parts to it, and I was thinking about the other part. There is logic to examine the `1 NAME` records for...
We could attempt to de-duplicate it here, but that would hide issues where there genuinely are duplicates. ``` 1 NAME John /White/ 1 NAME John /White/ ```