Translating great grand
Genosis
The function that prints that information is found in the
profile_header.tpl file.
Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
Adjust line 176 which currently reads
{jrGenCore_get_viewer_relation profile_id=$_profile_id assign="out"}
make that not work by
"commenting it out", which just means turn that section into a comment in the code rather than running the actual code. We leave comments in the code by surrounding them with
{* this is just a comment *}. so change it to:
{* {jrGenCore_get_viewer_relation profile_id=$_profile_id assign="out"} *}
SAVE CHANGES then activate the template and it will be gone.
Need to think about the language thing......mmm.
--edit--
ah, sorry, the template is found at:
ACP -> SKINS -> GENERAL -> GENOSIS FAMILY TREE -> TEMPLATES -> profile_header.tpl -> MODIFY
updated by @michael: 08/16/17 06:24:01PM