<?xml version="1.0"?>
<rss version="2.0"><channel><title>Search Engine Questions Latest Topics</title><link>https://tng.community/index.php?/forums/forum/23-search-engine-questions/</link><description>Search Engine Questions Latest Topics</description><language>en</language><item><title>Census Ireland 1926</title><link>https://tng.community/index.php?/forums/topic/23149-census-ireland-1926/</link><description><![CDATA[<p>
	All,
</p>

<p>
	The Census of Ireland 1926 is online (<a href="https://nationalarchives.ie/collections/search-the-1926-censu" ipsnoembed="true" rel="external nofollow">https://nationalarchives.ie/collections/search-the-1926-census)</a>. I am trying to add a transcript to my website through the mod <span class="plainheader">Census Plus International. The Irish Census has only 1841, 1901 and 1911. How do I add 1926 as year of Census?</span>
</p>

<p>
	<span class="plainheader">Greetings,</span>
</p>

<p>
	<span class="plainheader">Ton van Lil</span>
</p>
]]></description><guid isPermaLink="false">23149</guid><pubDate>Sun, 19 Apr 2026 07:46:34 +0000</pubDate></item><item><title>How to sort canonical issues</title><link>https://tng.community/index.php?/forums/topic/23117-how-to-sort-canonical-issues/</link><description><![CDATA[<p>
	I am getting the "Duplicate without user-selected canonical" issues with Google. I realise what it is but I have been away from any type of issues like this for so long I haven't a clue where to start.
</p>

<p>
	I have tried to read up on it and I could swear that it was 301 redirects we used to put on. Now they are talking about "tags" and .htaccess files etc.
</p>

<p>
	What is the best way for me to do it?
</p>

<p>
	Should I be choosing "https://www.stephendickson.scot" or "https://stephendickson.scot" as the main URL I want used. I'd heard that the www part was so 1990s now and that I should steer away from it.
</p>
]]></description><guid isPermaLink="false">23117</guid><pubDate>Sun, 15 Mar 2026 20:31:49 +0000</pubDate></item><item><title>List notes</title><link>https://tng.community/index.php?/forums/topic/23100-list-notes/</link><description><![CDATA[<p dir="ltr">
	<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">Current situation:</span></b>
</p>

<ul dir="ltr">
	<li>
		<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">Private </span><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline"><span> </span></span><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">26.480</span></b>
	</li>
	<li>
		<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">All</span><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline"><span> </span></span><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline"><span> </span></span><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">26.535</span></b>
	</li>
</ul>

<p dir="ltr">
	<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">I want to see the 55 non-confidential notes.</span></b>
</p>

<p>
	 
</p>

<p dir="ltr">
	<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">I want to see the [notes] that are not [private].</span></b>
</p>

<p dir="ltr">
	<b><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">https://www.tn......b.de/admin_notelist.php?tree=16-Krasna-alles&amp;searchstring=&amp;submit=Search&amp;private=yes&amp;newsearch=1</span></b>
</p>

<p dir="ltr">
	<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">Can this be done with such a command? How should I write it?</span></b>
</p>

<p dir="ltr">
	<b id="docs-internal-guid-ba45a527-7fff-ad1e-de73-913b836d71f9"><span style="background-color:transparent; color:#000000; font-size:11pt; vertical-align:baseline">Any other ideas?</span></b>
</p>
]]></description><guid isPermaLink="false">23100</guid><pubDate>Thu, 05 Mar 2026 13:27:01 +0000</pubDate></item><item><title>Require Login for all but googlebot</title><link>https://tng.community/index.php?/forums/topic/22151-require-login-for-all-but-googlebot/</link><description><![CDATA[<p>
	The last year or so the amount of bots continually fetching data has become unmanageable for me. I have decided to require login for all users. I changed Loginlib.php to provide default username/password entries to a visitor(guest) account. This allows those people who do not want to request an account to still gain entry to my data. But doing this will also kills access for search engine indexing. So I want to require login for all except a select few search engine indexers, for example googlebot.
</p>

<p>
	First let me say I have a technical background but retired decades ago, long for PHP etc. Basically I know enough to be dangerous. I have RIP Prevention Mod already installed. Looking at the code I think I see where it fetches and checks the network data for the user
</p>

<p>
	$remip = getenv( "REMOTE_ADDR" );<br>
	    if( !$remip ) $remip = $_SERVER['REMOTE_ADDR'];<br>
	    $remhost = getenv( "REMOTE_HOST" );<br>
	    if( !$remhost ) $remhost = isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : "";<br>
	    if( !$remhost ) $remhost = @gethostbyaddr( $remip );<br>
	    if( !$remhost ) $remhost = $remip;<br>
	    if( $charset === "UTF-8" )<br>
	        $remhost = utf8_encode($remhost);<br>
	    else<br>
	        $remhost = utf8_decode($remhost);
</p>

<p>
	To check for googlebot...
</p>

<p>
	if (strpos($remhost,"google") !== false) {<br>
	            $remhost = "googlebot.com";<br>
	            $remip = "66.249.6x.x";<br>
	    } elseif (strpos($remip,"66.249.6") !== false) {<br>
	            $remhost = "googlebot.com";<br>
	            $remip = "66.249.6x.x";
</p>

<p>
	    }
</p>

<p>
	I do not know the sequence for the call to RIP Prevention Mod and Login/Loginlib code to know which code gets executed first. But looking at it simplistically I want to do something like
</p>

<p>
	if $remhost !== "googlebot.com" &amp;&amp;  $remip !== "66.249.6x.x"
</p>

<p>
	   require Login
</p>

<p>
	Hopefully you can see what I'm driving at.  Any suggestions would be appreciated.
</p>

<p>
	Thanks
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22151</guid><pubDate>Fri, 07 Mar 2025 18:50:39 +0000</pubDate></item><item><title>Syncing two different TNG installations</title><link>https://tng.community/index.php?/forums/topic/22809-syncing-two-different-tng-installations/</link><description><![CDATA[<p>
	I'm considering purchasing a second license and having two sites - one for my family and another branded for my wife's side.<br>
	<br>
	I'd like to have all the data in both trees however.     Is there a way to do this and sync the data back and forth?   Or possibly have two domain names that access the same database?
</p>

<p>
	Is this just a dumb idea?
</p>

<p>
	Thanks,
</p>

<p>
	Dean
</p>
]]></description><guid isPermaLink="false">22809</guid><pubDate>Mon, 03 Nov 2025 12:40:33 +0000</pubDate></item><item><title>Managing bots, spiders and site scrapers from the Far East</title><link>https://tng.community/index.php?/forums/topic/22782-managing-bots-spiders-and-site-scrapers-from-the-far-east/</link><description><![CDATA[<p>
	For the last 3 months, traffic to my main <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> site from bots and web crawlers comprises 95% of all traffic (over 1000 hits daily from China and Singapore - Alibaba Cloud, Tencent Cloud, and others). Most are 0 second, unique IP address hits without a from/to path.  I don't mind if the information on the site is used well for AI queries and bona fide research and as long as I can be certain that none of these page visitors can see behind the <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr>'s "Living" labels on my site which require a user log-in.   To avoid spam, I already have the Captcha mod in place, which is a godsend.
</p>

<p>
	Can anyone offer reassurance that the current <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> version is robust enough to be safe from bots and hackers getting behind the privacy filters?   I really want to avoid using an all user log-in requirement.
</p>

<p>
	Other thoughts on this topic welcome.
</p>

<p>
	Thanks!
</p>

<p>
	John
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22782</guid><pubDate>Mon, 20 Oct 2025 09:26:34 +0000</pubDate></item><item><title>Resolved - Some Links do Not Open</title><link>https://tng.community/index.php?/forums/topic/22721-resolved-some-links-do-not-open/</link><description><![CDATA[<p>
	Some people's pages do not display.  I get the following error message:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="jpg" data-fileid="19085" href="https://tng.community/uploads/monthly_2025_09/issue.jpg.cfdd1c9dc2730066eec490adebd45357.jpg" rel=""><img alt="issue.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="19085" data-ratio="25.80" data-unique="u70ouojbt" width="1000" src="https://tng.community/uploads/monthly_2025_09/issue.thumb.jpg.7d42abb66293c11ac5f5ee51db939bf8.jpg"></a>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22721</guid><pubDate>Tue, 02 Sep 2025 18:38:54 +0000</pubDate></item><item><title>Dates and Anniversaries search issue - v.15.02</title><link>https://tng.community/index.php?/forums/topic/22641-dates-and-anniversaries-search-issue-v1502/</link><description><![CDATA[<p>
	I have found an issue with this search option as it keeps resetting the fields back to the default date ie the one selected whan the Dates and Anniversaries page was opened. Is this a known problem or just my issue?
</p>
]]></description><guid isPermaLink="false">22641</guid><pubDate>Mon, 21 Jul 2025 01:18:00 +0000</pubDate></item><item><title>Create a document using branches to display descendants</title><link>https://tng.community/index.php?/forums/topic/22524-create-a-document-using-branches-to-display-descendants/</link><description><![CDATA[<p>
	I have created branches to identify Mayflower descendants, and I want to incorporate this into a collection to display the Mayflower passenger and then use the branch to list all the descendants.  Can someone help in how to achieve this in <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr>?
</p>

<p>
	Deb Carpenter
</p>
]]></description><guid isPermaLink="false">22524</guid><pubDate>Sat, 21 Jun 2025 18:37:22 +0000</pubDate></item><item><title>Inconsistent Search with Asterisk Names</title><link>https://tng.community/index.php?/forums/topic/22357-inconsistent-search-with-asterisk-names/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	<br>
	I've been using an asterisk symbol to indicate which of multiple first names is the primary first name, for example, Karl* Emil Johansson.
</p>

<p>
	<br>
	However, if I search for the name in the search form using "First name: Karl Emil" and "Last name: Johansson" (without the asterisk), the search function doesn't find the person.
</p>

<p>
	<br>
	Interestingly, the search does work if I search using only the primary first name (the one originally marked with the asterisk) and the last name – for example, searching for "First name: Karl" and "Last name: Johansson" does find the person.
</p>

<p>
	<br>
	This seems to indicate that the search function might be able to handle the stored asterisk correctly when only the primary name is searched, but it fails when trying to match both first names if the asterisk isn't included in the search terms.
</p>

<p>
	<br>
	Is there any way to fix this behavior so that searching for "Karl Emil Johansson" also finds the entry "Karl* Emil Johansson"?
</p>

<p>
	<br>
	Best regards,<br>
	Andreas
</p>
]]></description><guid isPermaLink="false">22357</guid><pubDate>Mon, 14 Apr 2025 08:04:47 +0000</pubDate></item><item><title>I want google to index my site, but it eats up all my bandwidth FAST! What can I do?</title><link>https://tng.community/index.php?/forums/topic/22045-i-want-google-to-index-my-site-but-it-eats-up-all-my-bandwidth-fast-what-can-i-do/</link><description><![CDATA[<p>
	I have about 70,000 individuals in my database, a handful of photos, several documents mostly pdf or txt. I never got a lot of traffic, but I want people to be able to find the information if they want it.
</p>

<p>
	<abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> Version 15. I use the Roger Moffat mod to create a site map.
</p>

<p>
	Every month, the bandwidth would be met quickly. The hosting company would increase the bandwidth to get me through the month. Then it would start the cycle again. This time they "blocked Google bots via .htaccess so that you won't be facing any issues." But this leaves my site unfindable.
</p>

<p>
	I have no experience with website maintanance and design, so I don't know who to even ask about this, let alone fix it myself.
</p>

<p>
	If my explanation makes any sense, can anyone direct my on what I can do to make my site visible to Google without completely taxing the resources I have? Or who can I hire to fix it?
</p>

<p>
	Thanks<br>
	Bill
</p>
]]></description><guid isPermaLink="false">22045</guid><pubDate>Sun, 23 Feb 2025 12:42:53 +0000</pubDate></item><item><title>How can I backup/save database as non-host administrator?</title><link>https://tng.community/index.php?/forums/topic/19985-how-can-i-backupsave-database-as-non-host-administrator/</link><description><![CDATA[<p>
	How can I retrieve and save as much data from the <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> site that I manage?
</p>

<p>
	The site was set up over 15 years ago as the result of over 20 of us with a common ancestor (in the early 1800s) deciding to create a database which linked all of us.<span>  </span>For me it’s got all my genealogy together in one place.
</p>

<p>
	Two of us basically administer the site (me in the UK and he in Canada) – I do the day to day approvals etc. and he hosts the database, updates software etc.
</p>

<p>
	There’s been a problem for over a year with images not showing and he said he’d sort it out when he got time. <span> </span>Then I suggested transferring the database to me or at least giving me a backup of the site. <span> </span>The last time he replied to an email was in December.
</p>

<p>
	So I’m getting worried that the database might eventually get lost and I want to save as much of it as I can.<span>  </span>I can’t do a backup as only he has access to where the data is stored.
</p>

<p>
	Is there a way of doing this without Gedcoms which seemingly only work up or down a tree?<span>  </span>There are 20+ of us at the bottom of the tree (plus descendants) and who knows how many at the tops of each individual trees which have been added going in various directions.
</p>
]]></description><guid isPermaLink="false">19985</guid><pubDate>Sun, 21 Jul 2024 21:14:14 +0000</pubDate></item><item><title>How to prevent search engines from analyzing my site</title><link>https://tng.community/index.php?/forums/topic/19786-how-to-prevent-search-engines-from-analyzing-my-site/</link><description><![CDATA[<p>
	I have a setup where I have embedded various <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> areas into pages on my website.   I have locked down these pages to paying members on our site.  This works ok but I have found that search engines find our <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> site and people are getting into the site the "back way".   Is there a way to prevent search engines from analyzing and displaying our <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> pages in search results?
</p>

<p>
	Thanks,
</p>

<p>
	Kevin
</p>
]]></description><guid isPermaLink="false">19786</guid><pubDate>Sat, 06 Jul 2024 23:02:36 +0000</pubDate></item><item><title>[SOLVED] How is the MOD Relate suppose to work?</title><link>https://tng.community/index.php?/forums/topic/20583-solved-how-is-the-mod-relate-suppose-to-work/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	Just installed MOD Relate and no matter what person I choose in my tree "this" person "Eva Skoglund" show up as in the image below. She is my oldest brother former parner way back in the 1970 and no longer in relationship with my brother for at least 45 years. They were maybe ingaged but not married. How come she is poppin up beside the Relate MOD (Släktskap in swedish)? Shouldn't that be me or?
</p>

<p>
	 
</p>

<p>
	Thanks in advanced
</p>

<p>
	Latest version of <abbr title="The Next Generation of Genealogy Sitebuilding"><abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr></abbr> installed 14.0.5
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="17723" href="https://tng.community/uploads/monthly_2024_08/Screenshot_20240830_152723.png.607ff4c23d81083a69b3e0e8c40881be.png" rel=""><img alt="Screenshot_20240830_152723.png" class="ipsImage ipsImage_thumbnailed" data-fileid="17723" data-ratio="79.82" width="550" src="https://tng.community/uploads/monthly_2024_08/Screenshot_20240830_152723.png.607ff4c23d81083a69b3e0e8c40881be.png"></a>
</p>
]]></description><guid isPermaLink="false">20583</guid><pubDate>Fri, 30 Aug 2024 13:37:20 +0000</pubDate></item><item><title>Display of alternative dates of birth</title><link>https://tng.community/index.php?/forums/topic/20290-display-of-alternative-dates-of-birth/</link><description><![CDATA[<p>
	Hello,<br>
	I have the following problem:<br>
	in a very large family tree with approx. 200,000 births, the baptism data (date and place) are entered in the mass. The births usually only contain the date.<br>
	As a result, the place of birth is missing in the result of the person search (attachment), but this is important for further selection.<br>
	After a few tests, I discovered that if the data content “date of birth” is missing, the alternative birth data (baptism data) is displayed. I would like to change the search.php file so that if the “Place of birth” data field is empty, the alternative data and therefore the date and place of baptism are displayed.<br>
	As my php knowledge is only very rudimentary, please help me to find out which passages in search.php need to be changed, or is there already a modification that can be downloaded.
</p>

<p>
	Many thanks and best regards<br>
	Alfred Hilbig
</p>

<p>
	 
</p>

<p><a href="https://tng.community/uploads/monthly_2024_08/People.jpg.5e47cf6d9370ee9ca1a533d8a9d0c092.jpg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="17693" src="https://tng.community/uploads/monthly_2024_08/People.jpg.5e47cf6d9370ee9ca1a533d8a9d0c092.jpg" data-ratio="31.5" width="816" class="ipsImage ipsImage_thumbnailed" alt="People.jpg"></a></p>]]></description><guid isPermaLink="false">20290</guid><pubDate>Wed, 14 Aug 2024 11:46:05 +0000</pubDate></item><item><title>Problem with my website hosting account</title><link>https://tng.community/index.php?/forums/topic/19649-problem-with-my-website-hosting-account/</link><description><![CDATA[<p>
	I'm having a problem with my website hosting account - it is ABSURDLY being requested by bots, to the point that the server is starting to suffer. Does anyone have a solution?
</p>
]]></description><guid isPermaLink="false">19649</guid><pubDate>Mon, 17 Jun 2024 13:06:27 +0000</pubDate></item><item><title>migrate to new server</title><link>https://tng.community/index.php?/forums/topic/19707-migrate-to-new-server/</link><description><![CDATA[<p>
	Are there any special rules that I need to follow, or need to know if I want to transfer my <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> site to another host?
</p>
]]></description><guid isPermaLink="false">19707</guid><pubDate>Thu, 27 Jun 2024 18:23:57 +0000</pubDate></item><item><title>Multiple trees</title><link>https://tng.community/index.php?/forums/topic/18483-multiple-trees/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I have uploaded four separate GEDCOMs to create four separate trees. I have one for my mother's side, one for my father's side, one a combination of both, and one for my brother-in-law's side. Is this overkill in doing the combination, or should I have kept the combination tree which is what I started with and not bothered with separating it into two? There is a lot of duplication of data with three of the trees but that is fine. I just don't think that my mother's side users need access to my father's side and vice versa. But I thought their descendants ( me and my siblings) would find it convenient to have both sides in one tree.
</p>

<p>
	Thoughts? Advice?
</p>

<p>
	Fiona
</p>
]]></description><guid isPermaLink="false">18483</guid><pubDate>Sun, 28 Jan 2024 18:41:48 +0000</pubDate></item><item><title>Issue with adding Media</title><link>https://tng.community/index.php?/forums/topic/18089-issue-with-adding-media/</link><description><![CDATA[<p>
	<strong style="color:#0e101a; font-size:14px; text-align:start"><span data-preserver-spaces="true" style="color:#0e101a">Description of the problem:</span></strong>
</p>

<p>
	I want to add a media-file (photo) to a person. So I go to the Admin-Section (Admin Home) and there I chose the Media-Button. I will get to the "Media"-page where I select the "Add New"-register. As I already have uploaded my photo to the proper folder, I will select the "Select..."-Button. Now it should be possible to navigate to the proper Collection folder BUT the little Window/Dialogue does not appear (the area still gets dimmed, as it should).
</p>

<p>
	<strong>Research</strong>
</p>

<p>
	Dr. google did not help. 
</p>

<p>
	Forum <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> was not helpful as well although I found a "topic" where the solution was to enable the "mbstring". No idea, if this could be a reason for my issue. 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="6341" data-embedcontent="" data-embedid="embed5889441714" src="https://tng.community/index.php?/forums/topic/18010-140-to-1403-upgrade-breaks-my-site/&amp;do=embed&amp;comment=97307&amp;embedComment=97307&amp;embedDo=findComment#comment-97307" style="overflow: hidden; height: 294px; max-width: 502px;"></iframe>

<p>
	Safari writes the following error message:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://tng.community/uploads/monthly_2023_11/image.jpeg.606b0da792d10276ecdf342c824419ce.jpeg" data-fileid="15564" data-fileext="jpeg" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="15564" data-ratio="96.77" data-unique="s2jtv812q" width="775" alt="image.jpeg" src="https://tng.community/uploads/monthly_2023_11/image.thumb.jpeg.01729bd24a332e2dbb90e7bd84dd0522.jpeg"></a>
</p>

<p>
	With Firefox I got the following error message:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://tng.community/uploads/monthly_2023_11/image.jpeg.9b4e8c255952528d69c22ac23c498a8f.jpeg" data-fileid="15565" data-fileext="jpeg" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="15565" data-ratio="57.00" data-unique="0rsu5ruar" width="1000" alt="image.jpeg" src="https://tng.community/uploads/monthly_2023_11/image.thumb.jpeg.143158c31e5955c7b9508b709bae34ee.jpeg"></a>
</p>

<p>
	In the "Browser-Konsole" of Firefox I get the following message:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://tng.community/uploads/monthly_2023_11/image.jpeg.08f3eb12d31a8ea621acedfb4e871e24.jpeg" data-fileid="15566" data-fileext="jpeg" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="15566" data-ratio="42.50" data-unique="5j90sz300" width="1000" alt="image.jpeg" src="https://tng.community/uploads/monthly_2023_11/image.thumb.jpeg.d3d0b2d63018b4ff72136359630dad39.jpeg"></a>
</p>

<p>
	Writing the exact path of my photo in the foreseen field works fine but is quite laborious.
</p>

<p>
	Uninstalling the OSM-Mod did not change anything.
</p>

<p>
	Clearing the cache of my browsers did not help.
</p>

<p>
	<strong>My Installation </strong>
</p>

<p>
	<strong>Server</strong>
</p>

<p>
	<abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> 14.0.3 with Mod OpenStreetMap (OSM) 
</p>

<p>
	mysql21j4 (19.6-MAriaDB)
</p>

<p>
	php 8.2
</p>

<p>
	<strong>Client</strong>
</p>

<p>
	MacOS Ventura 13.6
</p>

<p>
	Safari 17.0
</p>

<p>
	Firefox 119
</p>

<p>
	Any help is greatly appreciated!
</p>

<p>
	Regards
</p>

<p>
	René
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">18089</guid><pubDate>Fri, 03 Nov 2023 13:15:00 +0000</pubDate></item><item><title>HELP PLEASE</title><link>https://tng.community/index.php?/forums/topic/18081-help-please/</link><description><![CDATA[<p style="color:#0e101a; text-align:start">
	<strong style="color:#0e101a"><span data-preserver-spaces="true" style="color:#0e101a">PLEASE CAN YOU HELP ME</span></strong>
</p>

<p style="color:#0e101a; text-align:start">
	 
</p>

<p style="color:#0e101a; text-align:start">
	<strong style="color:#0e101a"><span data-preserver-spaces="true" style="color:#0e101a">Description of the problem.</span></strong>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">My site was set up in September 2021 using <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr>, v13.0.4 and completed with the services of Simply Hosting, LLC.</span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">I have been using Ancestry for family research and want to incorporate the records I have compiled into my <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> site, where I had set up two containers - a. BUCKLAND and b. COUCH, where I plan to download my GEDCOM files to live on my site. These are showing on my public home page.</span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">I created a new Tree on my site and uploaded a sample GEDCOM to do an initial test (of my ability to use <abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> ). I seemed to be successful at importing 147 records under an ID and linking them.</span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">I went back to my site but found that although the records were correctly embedded and showing on my administration page, there was no way to access the records except from there. i.e. not on my public home page.</span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">The two other hyperlinks on my site (named Third link and Fourth link seem to point to somewhere random.</span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">I have now deleted the tree and its data and will be starting afresh when I can see no problem.</span>
</p>

<p style="color:#0e101a; text-align:start">
	 
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">The URL to my site <a href="https://familytrails.uk" ipsnoembed="false" rel="external nofollow">https://familytrails.uk</a></span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">The direct link to a page on my site that demonstrates the problem can be seen on the BANNER of my site.</span>
</p>

<p style="color:#0e101a; text-align:start">
	<strong style="color:#0e101a"><span data-preserver-spaces="true" style="color:#0e101a">UserID and password </span></strong>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">Description: FOR TESTER</span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">Username: Testing_Max_Site </span>
</p>

<p style="color:#0e101a; text-align:start">
	<span data-preserver-spaces="true" style="color:#0e101a">Password: ABC-132</span>
</p>
]]></description><guid isPermaLink="false">18081</guid><pubDate>Wed, 01 Nov 2023 16:59:51 +0000</pubDate></item><item><title>Where is an email in Share group?</title><link>https://tng.community/index.php?/forums/topic/17915-where-is-an-email-in-share-group/</link><description><![CDATA[<p>
	I was looking for an email in the SHARE group. There is no email anywhere in this.  I don't have Facebook, Twitter, and Pinterest.  I would like to add an email in the Share.
</p>

<p>
	Marla
</p>

<p>
	 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="15341" data-ratio="17.47" data-unique="jvap1z9bh" width="521" alt="Screenshot 2023-09-14 161618.png" src="https://tng.community/uploads/monthly_2023_09/Screenshot2023-09-14161618.png.b5fd9ad6b46e2e32ccb8c7442a59adf1.png">
</p>
]]></description><guid isPermaLink="false">17915</guid><pubDate>Thu, 14 Sep 2023 22:26:10 +0000</pubDate></item><item><title>Editing review summaries and adding keyword searches to Edge and Google search engines.</title><link>https://tng.community/index.php?/forums/topic/17852-editing-review-summaries-and-adding-keyword-searches-to-edge-and-google-search-engines/</link><description><![CDATA[<p>
	<span style="background-color: rgb(255, 255, 255); text-align: start;"><span style="color: rgb(51, 51, 51); font-size: 14px;"> I </span><font color="#333333">would like to add a personalized website search result preview summary and keywords to searches in Edge and Google for my new website. </font></span>
</p>

<p>
	<span style="background-color: rgb(255, 255, 255); text-align: start;"><font color="#333333">How do I do that?</font></span>
</p>

<p>
	 
</p>

<p>
	<span style="background-color: rgb(255, 255, 255); text-align: start;"><font color="#333333">Denny Vaughn</font></span>
</p>

<p><a href="https://tng.community/uploads/monthly_2023_08/VaughnWebsitesearchpreviewScreenshot2023-08-24173356.jpg.a97daeb9faca7106512ef25156577e4d.jpg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="15280" src="https://tng.community/uploads/monthly_2023_08/VaughnWebsitesearchpreviewScreenshot2023-08-24173356.thumb.jpg.527bf9c24e9d46d53156ef71f2d91aa7.jpg" data-ratio="36.9" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Vaughn Website search  preview Screenshot 2023-08-24 173356.jpg"></a></p>]]></description><guid isPermaLink="false">17852</guid><pubDate>Fri, 25 Aug 2023 02:18:11 +0000</pubDate></item><item><title>Google tag</title><link>https://tng.community/index.php?/forums/topic/17437-google-tag/</link><description><![CDATA[<p>
	Where do i enter the Google tag ?
</p>

<p>
	<span style="background-color:#ffffff; color:rgba(0, 0, 0, 0.87); font-size:12px; text-align:start">&lt;!-- Google tag (gtag.js) --&gt; &lt;script async src="https://www.googletagmanager.com/gtag/js?id=G-DQY2PV4JKR"&gt;&lt;/script&gt; &lt;script&gt; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-DQ'); &lt;/script&gt;</span>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">17437</guid><pubDate>Mon, 19 Jun 2023 14:33:56 +0000</pubDate></item><item><title>Cameraicon instead for pictures</title><link>https://tng.community/index.php?/forums/topic/16686-cameraicon-instead-for-pictures/</link><description><![CDATA[
<p>
	Only the camera icon is visible, on some images, but no image. But if you move the cursor over the camera icon, the picture is visible???
</p>

<p>
	The pictures shows when I log in as admin but as normal user???
</p>

<p>
	 
</p>

<p>
	First picture, with camera icon at some pictures
</p>

<p>
	Second picture, shows all pictures
</p>

<p>
	Third picture,  a strange thing, when I run courses over the camera icon THEN the picture is visible??? 
</p>

<p><a href="https://tng.community/uploads/monthly_2023_01/2126390344_Skarmavbild2023-01-06kl_14_01_07.jpg.5a83608f4f243cf002cda9a257ec1e43.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="13641" src="https://tng.community/uploads/monthly_2023_01/1872239858_Skarmavbild2023-01-06kl_14_01_07.thumb.jpg.0f28a5677e3a76c5211390e9fbd3c2f3.jpg" class="ipsImage ipsImage_thumbnailed" alt="Skärmavbild 2023-01-06 kl. 14.01.07.jpg"></a></p>
<p><a href="https://tng.community/uploads/monthly_2023_01/1694223691_Skarmavbild2023-01-06kl_14_02_34.jpg.4e4f48c0d7a34d187ae0a71d76172d98.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="13643" src="https://tng.community/uploads/monthly_2023_01/277325618_Skarmavbild2023-01-06kl_14_02_34.thumb.jpg.e5514d3e1682bcf3fa860b270e09fe12.jpg" class="ipsImage ipsImage_thumbnailed" alt="Skärmavbild 2023-01-06 kl. 14.02.34.jpg"></a></p>
<p><a href="https://tng.community/uploads/monthly_2023_01/904929187_Skarmavbild2023-01-06kl_14.04_14.jpg.bf46f5d21a52fa0dd6690ef2865e9dc0.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="13644" src="https://tng.community/uploads/monthly_2023_01/828749183_Skarmavbild2023-01-06kl_14.04_14.thumb.jpg.0cc0a204e9421b24cb722e72cd34c0b3.jpg" class="ipsImage ipsImage_thumbnailed" alt="Skärmavbild 2023-01-06 kl. 14.04.14.jpg"></a></p>]]></description><guid isPermaLink="false">16686</guid><pubDate>Fri, 06 Jan 2023 13:06:21 +0000</pubDate></item><item><title>No emails from Newly registered users</title><link>https://tng.community/index.php?/forums/topic/16618-no-emails-from-newly-registered-users/</link><description><![CDATA[
<p>
	Problems with newly registered users.  Why don't I receive or notify the emails from any newly registered users?  Is something wrong with this? 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13450" data-unique="0zbfw8gla" src="https://tng.community/uploads/monthly_2022_12/image.png.cefa269a602fc2414f39fa1c65fff0c7.png" alt="image.png">
</p>

<p>
	 
</p>

<p>
	Marla
</p>

<p>
	<abbr title="The Next Generation of Genealogy Sitebuilding">TNG</abbr> 13.0.3
</p>
]]></description><guid isPermaLink="false">16618</guid><pubDate>Fri, 09 Dec 2022 21:50:11 +0000</pubDate></item></channel></rss>
