Maurits
Forum Replies Created
-
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersonaEd, just as an FYI, I found an option in FTM to temporarily privatize the entire file. That means that I can export to GEDCOM without sensitive data being present. That means that my problem is solved, and that means that my site will be online soon! ??
Thanks again for this plugin, it’s making my new site possible…
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersonaCan’t wait!
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersonaThat’s great, thanks!
You might also consider adding two global options: “ignore dates” and “ignore places”. Kind of a crude privatization mechanism. It’s almost impossible to determine whether or not an individual is still alive (unless his death or burial date is populated), so I was about to change the plugin to ignore dates and places altogether so I won’t get into trouble with my distant living relatives ??
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersona@swebby: I had the same question. I changed the following line in xsl/transformPerson2Page.xsl:
<xsl:template name="familyGroup"> <div class="personBanner">Family Group</div> <div class="truncate"> <xsl:for-each select="document(concat($data_dir,concat(persona:references/persona:familyGroups/persona:familyGroup/@refId,'.xml')))"> <xsl:apply-templates /> </xsl:for-each> </div> </xsl:template>
to
<xsl:template name="familyGroup"> <div class="personBanner">Family Group</div> <div class="truncate"> <xsl:for-each select="document(concat($data_dir,concat(persona:references/persona:familyGroups/persona:familyGroup[@selfType='parent']/@refId,'.xml')))"> <xsl:apply-templates /> </xsl:for-each> </div> </xsl:template>
This will show only the descendants in the family group and no longer the ancestors, but they are visible in the tree anyway.
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersonaDuh. Turns out I was missing php5-xsl. Now it works like a charm! Nice work, thanks for this plugin!
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersonaWell, that was indeed a permissions problem. Now the file is parsed correctly and the XML files are generated and contain correct information. Still not there though, because when I now visit an individual’s page, it shows nothing. The page source shows that it ends a little too abruptly:
<div class=”post”>
<h2>Maurits Alexander Hafkenscheid </h2><div class=”post-info”>
</div><div class=”post-entry”>
I tried switching themes, but that didn’t help. Do you have any ideas?
Forum: Plugins
In reply to: [Rootspersona] [Plugin: rootsPersona]Please leave feedback on rootsPersonaHey Ed, do you have any experience with GEDCOM files generated by Family Tree Maker? It seems to process the file after uploading (it takes a while), but after that it says that all available pages have been added without showing any persons. The namelist page is also empty…