By Duggleby - Saturday, February 11, 2023
|
Hello Everyone I have fiddled around with a small section of my tree to test out which I have here https://familytrees.genopro.com/TEST/default.htm and have nearly got it as I want it. There are still these 2 things I would like to change if anyone could help me with this please. 1. On the sources page I would like to remove the link to the references so that all that can be seen are the sources themselves. 2. On the individuals page I would like to remove the link to download a copy of the genopro. This is the genpro logo next to the name of the individual - right now if you hover over it is says "Click to view X in the family tree" but then it download a copy of the whole tree? (I would like to keep the tree symbol next to this) |
By genome - Sunday, February 12, 2023
|
You will need to make a couple of tweaks to two files in your nominated Report Skins folder.
1) change this line (line 2125 in latest version) in file Common\Code\Lang.vbs WriteHtmlReferences s, false with
' WriteHtmlReferences s, false
i.e. comment out the line
2) change this line (line 2240 in latest version) in file Common\Code\Util.vbs Report.WriteFormatted "{}{}{}{}{}</h3>", StrHtmlImgFileGno(i), StrHtmlImgFileSvg(i), StrHtmlImgTimeline(i), StrHtmlImgMap(i), StrHtmlImgDescendantTreeChart(i) with Report.WriteFormatted "{}{}{}{}{}</h3>", "", StrHtmlImgFileSvg(i), StrHtmlImgTimeline(i), StrHtmlImgMap(i), StrHtmlImgDescendantTreeChart(i) the generate your report again
|
By Duggleby - Sunday, February 12, 2023
|
Thank you so much. that was so quick and easy to accomplish. Ellen
|
|