<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wild-type Design and Development &#187; Tips and Tricks</title>
	<atom:link href="http://wild-type.com/category/tng/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://wild-type.com</link>
	<description></description>
	<lastBuildDate>Sat, 13 Feb 2010 20:46:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TNG Event Map Details</title>
		<link>http://wild-type.com/2010/02/tng-event-map-details/</link>
		<comments>http://wild-type.com/2010/02/tng-event-map-details/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:02:33 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[TNG Core Page Mods]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google map]]></category>
		<category><![CDATA[Google Map legend]]></category>

		<guid isPermaLink="false">http://wild-type.com/?p=370</guid>
		<description><![CDATA[The personal details of our ancestors lives transform their genealogy into a family history.
In TNG, these details of biographical or historical interest can be added to the an individual person&#8217;s page through addition of custom event types.
From the Edit view of the person&#8217;s page, the administrator can create Events under &#8220;Other Events&#8221;. In the &#8220;Detail&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">T</span>he personal details of our ancestors lives transform their genealogy into a family history.</p>
<p>In TNG, these details of biographical or historical interest can be added to the an individual person&#8217;s page through addition of custom event types.</p>
<div id="attachment_377" class="wp-caption alignright" style="width: 610px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/02/eventnotes1.jpg"><img class="size-full wp-image-377" title="eventnotes1" src="http://wild-type.com/wpdev/wp-content/uploads/2010/02/eventnotes1.jpg" alt="Event Details" width="600" height="340" /></a><p class="wp-caption-text">Occupation: Cattle Rustler</p></div>
<p>From the Edit view of the person&#8217;s page, the administrator can create Events under &#8220;Other Events&#8221;. In the &#8220;Detail&#8221; field, text can be directly quoted from a source .  The source can be attached to the Event.</p>
<p>This method displays the content of the Detail field to the right of the Event, while the Source is placed as a footnote near the bottom of the page.</p>
<p>One caveat to the default TNG page design is that addition of an Other Event Place to the Google Map includes duplication of the Details field for that Event in the map legend.</p>
<div id="attachment_379" class="wp-caption alignright" style="width: 610px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/02/mapdetail.jpg"><img class="size-full wp-image-379" title="mapdetail" src="http://wild-type.com/wpdev/wp-content/uploads/2010/02/mapdetail.jpg" alt="Google mapped Event Detail" width="600" height="512" /></a><p class="wp-caption-text">Occupation: untidy</p></div>
<p>Since the map legend is a narrow column to the right of the Google Map, these duplicated Details become condensed into short lines of distracting and difficult to read wrapped text.</p>
<p>To remove the duplicated Event Details from the Google Map area, one line of code can be disabled in the getperson. php file.</p>
<p>Find the line:</p>
<p><code>if($description) $persontext .= " - $description";</code></p>
<p>and replace it with:</p>
<p><code>// next line removed to disable mapped Event Details</code><code> display<br />
// if($description) $persontext .= " - $description";</code></p>
<p>To further cleanup the Map Legend,  the Place name can be pushed down to the next line with a page break by modifying the next line of code:</p>
<p><code>$persontext .= " - $dateforeventtable - $place&lt;/span&gt;&lt;/td&gt;\n";</code></p>
<p>to</p>
<p><code>$persontext .= " - $dateforeventtable&lt;br/&gt;$place&lt;/span&gt;&lt;/td&gt;\n";</code></p>
<p>The result is an easier-to-read Google map legend&#8230;</p>
<div id="attachment_390" class="wp-caption alignright" style="width: 610px"><a href="http://wild-type.com/wpdev/wp-content/uploads/2010/02/maplegend1.jpg"><img class="size-full wp-image-390" title="maplegend" src="http://wild-type.com/wpdev/wp-content/uploads/2010/02/maplegend1.jpg" alt="TNG Google Map Legend" width="600" height="490" /></a><p class="wp-caption-text">Cleaner TNG Google Map Legend</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2010/02/tng-event-map-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google map pins in TNG</title>
		<link>http://wild-type.com/2008/09/googlemap-tng/</link>
		<comments>http://wild-type.com/2008/09/googlemap-tng/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:24:53 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[TNG]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Generations Gone By]]></category>
		<category><![CDATA[Google map]]></category>
		<category><![CDATA[map pins]]></category>
		<category><![CDATA[Randall]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=27</guid>
		<description><![CDATA[
I&#8217;m working on a project with a Sharon over at Generations Gone By who has a special affinity for the &#8220;Places&#8221; category of her family history.
The addition of GoogleMap functionality to TNG fueled the fire of this inspiration. There was a need for more place pins&#8230;
In TNG&#62;Admin&#62;Setup&#62;Map Settings&#62;Help:Map Settings
Place Levels Pins: Labels and Colors
Each geocode [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wild-type.com/wpdev/wp-content/uploads/2008/09/screen600_randall.jpg"><img class="alignleft size-medium wp-image-273" title="screen600_randall" src="http://wild-type.com/wpdev/wp-content/uploads/2008/09/screen600_randall-320x206.jpg" alt="" width="320" height="206" /></a></p>
<p class="first"><span class="drop-cap">I</span>&#8217;m working on a project with a Sharon over at <a title="Link to Generations Gone By home page" href="http://www.generationsgoneby.com/index.php">Generations Gone By</a> who has a special affinity for the &#8220;Places&#8221; category of her family history.</p>
<p>The addition of GoogleMap functionality to <a title="The Next Generation of Genealogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">TNG</a> fueled the fire of this inspiration. There was a need for more place pins&#8230;</p>
<p>In TNG&gt;Admin&gt;Setup&gt;Map Settings&gt;Help:Map Settings</p>
<p>Place Levels Pins: Labels and Colors</p>
<p>Each geocode location can be associated with one of six Place Levels (e.g., Location, Town/City, County/Shire, etc.). The labels for these levels can be found in the &#8220;alltext.php&#8221; file in each language folder, and you may override them in your &#8220;cust_text.php&#8221; file (also in each language folder).</p>
<p>The pin colors are determined by values set in mapconfig.php. If you would like to change the pin colors, go to the TNG downloads page and download the full palette of 216 different pin colors, then open your mapconfig.php file in a text editor and enter the number of the new pin color next to the corresponding place level variable. Finally, upload the new pin image file(s) to the googlemaps folder on your site.</p>
<p>For more detailed instructions on how to generate your own custom Google Map pins, visit <a href="http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins#pin_icons">Google Chart API</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2008/09/googlemap-tng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Registered Users in TNG</title>
		<link>http://wild-type.com/2008/05/managing-registered-users/</link>
		<comments>http://wild-type.com/2008/05/managing-registered-users/#comments</comments>
		<pubDate>Sun, 18 May 2008 18:50:38 +0000</pubDate>
		<dc:creator>jodi</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[TNG]]></category>
		<category><![CDATA[TNG administration]]></category>
		<category><![CDATA[TNG users]]></category>

		<guid isPermaLink="false">http://wild-type.com/wpdev/?p=15</guid>
		<description><![CDATA[I am the only administrator for my TNG database.
As such, I feel it is my responsibility to oversee user registration. All registered users must prove relationship with a name in my database in order to gain access to view &#8220;living&#8221; information.
I have a few tricks to handle registered users which you may find helpful.
When a [...]]]></description>
			<content:encoded><![CDATA[<p class="first"><span class="drop-cap">I</span> am the only administrator for my <a title="The Next generation of Genelaogy Sitebuilding" href="http://lythgoes.net/genealogy/software.php">TNG</a> database.</p>
<p>As such, I feel it is my responsibility to oversee user registration. All registered users must prove relationship with a name in my database in order to gain access to view &#8220;living&#8221; information.</p>
<p>I have a few tricks to handle registered users which you may find helpful.</p>
<p>When a new user registers for access, copy the email address of the user and store it below in the &#8220;Notes&#8221; field. Enter an administrative email address into the email field. Set the &#8220;Rights&#8221; and &#8220;Access Limits&#8221;. Check the box &#8220;Notify this user upon account activation&#8221;. Click &#8220;Save&#8221;.</p>
<p>Once activation notification is sent to the administrative email account, edit the user account  to remove the administrative email address by replacing it with the user&#8217;s email stored in the &#8220;Notes&#8221; field. Click &#8220;Save&#8221;.</p>
<p>The activation notification email includes the user account login info.  Copy the account info from the activation notification into a new email and send it to the user.</p>
<p>The original activation notification is kept on record in a folder of the email program.</p>
<p>If a user forgets the login info, a request to have it sent to the account email address can be made.  However, registered users may forget over time, which email address was used to establish an account.</p>
<p>By retaining a copy of the user registration outside of TNG, the site administrator can use it for the following:</p>
<p>1. Log in as the registered user to view and/or verify access controls are set properly.</p>
<p>2. Supply the user with account registration info if they cannot gain access.</p>
]]></content:encoded>
			<wfw:commentRss>http://wild-type.com/2008/05/managing-registered-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
