描述
此插件已于 2025 年 4 月 24 日 关闭,无法下载。 此关闭是暂时的,有待全面审核。
评价
2023 年 12 月 29 日
The instructions are quite hard to follow even though I can see a lot of effort has been put into this with multiple screenshots. There should be some warning before creating thousands of pages.
2022 年 7 月 30 日
I was trying different plugins to read and display GEDCOM data. I had assembled a file and tried to upload it, resulting in an error. Ed gave me an early release of a new version that fixed the problem immediately.
2019 年 3 月 6 日
I can’t activate this plugin at all:
Warning: mysqli::__construct(): (HY000/1045): Access denied for user ”@’localhost’ (using password: NO) in /home/shauncpv/public_html/wp-content/plugins/rootspersona/php/dao/sql/class-RP-Connection-Factory.php on line 16
Connect Error (1045) Access denied for user ”@’localhost’ (using password: NO)
2018 年 11 月 25 日
when I send the website link to my family they’re going to go nuts
2017 年 3 月 2 日
A very good job.
Thank you for this plugin 😉
Only, it lacks the possibility of translating the Months (JAN, FEB, etc.) into other languages. Maybe something like that:
$dict = array(
'JAN' => __('JAN', 'rootspersona'),
'FEB' => __('FEB', 'rootspersona'),
'MAR' => __('MAR', 'rootspersona'),
'APR' => __('APR', 'rootspersona'),
'MAY' => __('MAY', 'rootspersona'),
'JUN' => __('JUN', 'rootspersona'),
'JUL' => __('JUL', 'rootspersona'),
'AUG' => __('AUG', 'rootspersona'),
'SEP' => __('SEP', 'rootspersona'),
'OCT' => __('OCT', 'rootspersona'),
'NOV' => __('NOV', 'rootspersona'),
'DEC' => __('DEC', 'rootspersona'),
);
///…///
2016 年 12 月 29 日
Installed version 3.6.0 uploaded a gedcom file and its working great!