-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fan chart parents' Hebrew name not centered - 2.0.0 #1652
Comments
Hi, could you please try the following module as an replacement for the fan chart? I would like to know if it could handle your hebrew names the way you need. |
Are you sure you closed the right issue? #1653 seems right. |
Rico,
Fatal error: Uncaught ErrorException: /home/amitys/future.amitys.com/modules_v3/ancestral-fan-chart/src/Module.php:96 Use of undefined constant WT_STATIC_URL - assumed 'WT_STATIC_URL' in /home/amitys/future.amitys.com/includes/session.php:139 Stack trace: #0 /home/amitys/future.amitys.com/modules_v3/ancestral-fan-chart/src/Module.php(96): Fisharebest\Webtrees{closure}(8, 'Use of undefine...', '/home/amitys/fu...', 96, Array) #1 /home/amitys/future.amitys.com/modules_v3/ancestral-fan-chart/src/Module.php(190): RSO\WebtreesModule\AncestralFanChart\Module->getModuleUrlPath() #2 /home/amitys/future.amitys.com/module.php(25): RSO\WebtreesModule\AncestralFanChart\Module->modAction('') #3 {main} thrown in /home/amitys/future.amitys.com/includes/session.php on line 139 After I replace WT_STATIC_URL by WT_ROOT I get the following error. Fatal error: Uncaught ErrorException: /home/amitys/future.amitys.com/modules_v3/ancestral-fan-chart/src/Module.php:196 Use of undefined constant WT_AUTOCOMPLETE_JS_URL - assumed 'WT_AUTOCOMPLETE_JS_URL' in /home/amitys/future.amitys.com/includes/session.php:139 Stack trace: #0 /home/amitys/future.amitys.com/modules_v3/ancestral-fan-chart/src/Module.php(196): Fisharebest\Webtrees{closure}(8, 'Use of undefine...', '/home/amitys/fu...', 196, Array) #1 /home/amitys/future.amitys.com/module.php(25): RSO\WebtreesModule\AncestralFanChart\Module->modAction('') #2 {main} thrown in /home/amitys/future.amitys.com/includes/session.php on line 139 I do not know what we should use instead of WT_AUTOCOMPLETE_JS_URL.
Meliza |
|
Rick, Another issue. On the Hebrew page we see people with a birth and a death year 1821-1886. A birth only year prints as if it is a death date -1824 and a death only date as if it is a birth date 1831- |
Greg, With what should we replace WT_AUTOCOMPLETE_JS_URL? |
Not a simple change. We have replaced the old autocomplete (which returned an XREF) with a new "select" interface which selects individuals/families.etc. |
Hi, please use the code from the 2.0 branch (https://github.com/magicsunday/ancestral-fan-chart/tree/2.0) on your webtrees 2.0 installation. Direct download: https://github.com/magicsunday/ancestral-fan-chart/archive/2.0.zip |
The branch 2.0 code has the same rtl issues as the pre 2.0 branch (names and dates). Another issue is that it is too small. It prints under the form left side labels. |
This issue was not solved. Please reopen it. |
The Hebrew names of the parents are not centered on ltr and on rtl pages.
See 2.0.0
See pre 2.0.0
The text was updated successfully, but these errors were encountered: