GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




How to customise your report

Click to view RSS...
Author Tailor your report without using a custom report skin _ edited 2015.04.02
Posted Wednesday, January 13, 2021 - Post #41060
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,347, Visits: 25,666
You simply need to prefix your own html in the Description field with the custom markup tag <?html?>  and then the report generator script will add it to the home page of the report without any further encoding.

You can of course use any of the other custom markup tags described in this thread as well.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Posted Tuesday, January 12, 2021 - Post #41056
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Customers
GenoPro version: 3.1.0.1

Last Login: Saturday, April 17, 2021
Posts: 1, Visits: 5
How do you add HTML in the Description Section of the Document Tab when generating a narrative report.  Your current video on customization of a generated report does not work.  Thank you.
Posted Sunday, October 25, 2020 - Post #40869
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,347, Visits: 25,666
I have made some improvements to the Custom Markup facility.  Most noteable is the 'container' or 'c' tag', an rework of the 'subsection' tag that now nested tags within it.  Details are documented on the home page of the sample report at https://familytrees.genopro.com/genome/CustomMarkupExample/default.htm and each of the individuals in that report has an example of Custom Markup.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Posted Thursday, November 3, 2011 - Post #29298
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,347, Visits: 25,666
You can transfer all Custom Tags from one .gno to another by simply copying and pasting an object, such as a label, from one to the other as this drags over the custom tag definitions as well.  You can then delete the label from the target .gno, leaving the Custom Tags in place.  An 'Undo' action will remove the tags.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Edited: Thursday, April 2, 2015 by genome
Posted Wednesday, November 2, 2011 - Post #29294
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
FamilyTrees.GenoPro.com
Important Contributors
Translator
GenoPro version: 3.1.0.1

Last Login: Sunday, April 28, 2024
Posts: 214, Visits: 3,582
From what I understand, the custom tags are valid only in file.gno in which they were created.
Must always be recreated? Or is there a way to make them permanent in GenoPro? A sort of option: Persistent = Yes / No, to be set when creating the tag.


Vittorino Lepore 
"
Se non porti almeno una soluzione, anche tu fai parte del problema" or "If you don't bring at least a solution, even you're a part of the problem"
Posted Tuesday, November 1, 2011 - Post #29281
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Customers
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: Thursday, July 27, 2023
Posts: 42, Visits: 5,046
Now it works perfect, good job Smooooth
Thanks
Posted Tuesday, November 1, 2011 - Post #29280
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,347, Visits: 25,666
You are right of course, brain not fully engaged Blush  No substitute for a bit of testing. Just because it looks right does not mean it is right.

Hopefully this one will work. I have added {8}='  and {9}="  to the list of fixed arguments. so now we can write 
{\br}{\U}{!0}[{?2} has][{?!2} had] profile on {5h}a href={9h}http://www.facebook.com/{10}{9h} target={9h}_blank{9h}{6h}facebook{5h}/a{6h}.{\br}

I added target="_blank" as Facebook does not seem to like opening its pages in a frame.

Moral of this thread: Things are never quite as simple as they appear to be.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Util.vbs (39 views, 83.33 KB)
Posted Tuesday, November 1, 2011 - Post #29278
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Customers
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: Thursday, July 27, 2023
Posts: 42, Visits: 5,046
It looks much better, but... :-)

Phrase is  {\br}{\U}{!0}[{?2} has][{?!2} had] profile on {5h}a href="http://www.facebook.com/{10}"{6h}Facebook{5h}/a{6h}.{\br} 

{10}=pavel.polak

it results in Chrome to:

http://support.genopro.com/Uploads/Images/388c2956-29ad-4c0d-9c9e-fdf4.png


There are two characters " in the begining and in the end of href param 

And when I look into source of generated page, there it looks as this:

<br />Pavel has profile on <a href=&quot;http://www.facebook.com/pavel.polak&quot;>Facebook</a>.<br /></li></ul>

So link doesn't work :-)
Posted Tuesday, November 1, 2011 - Post #29277
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,347, Visits: 25,666
Further to my last post I have 'engaged my brain' to find a more satisfactory solution.  The result is a modified Code/Util.vbs file (see attached)  that adds extra functionality ot the Custom Phrase feature.  

This version adds extra preset arguments {5}=<  {6)=> and {7}=& to such phrases, allowing you to substitute {5h} for < and {6h} for > in Custom Phrases.

If you use this file in a custom skin you can now write say 
 {\br}{\U}{!0}[{?2} has][{?!2} had] profile on {5h}a href="http://www.facebook.com/{10}"{6h}facebook{5h}/a{6h}.{\br} 
as the phrase template and just set the custom tag to the relative page within facebook e.g. pavel.polak

I will include this revised Util.vbs at the next skin update.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Edited: Tuesday, November 1, 2011 by genome
Posted Tuesday, November 1, 2011 - Post #29276
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 3,347, Visits: 25,666
sorry, must have forgotten to engage my brain today!

To make this work you would need to set Individual custom tag to

<a  href="http://www.facebook.com/pavel.polak" >facebook</a> 

and the phrase to

 {\br}{\U}{!0}[{?2} has][{?!2} had] profile on {10h}.{\br}

Alternatively create a custom tag _Narrative and set it to the required text:

Pavel has a page on <?html?><a  href="http://www.facebook.com/pavel.polak" >facebook</a>


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse