Git Product home page Git Product logo

Comments (2)

TheDutchJewel avatar TheDutchJewel commented on July 23, 2024

By comparing the Grandchildren part of the old and new code of the tab.phtml file, I noticed that some of the code had been removed in the new file.

The problem can be solved by changing the code on line 622-623:

                                <?php    $i = 1; ?>
                                <?php  foreach ($famobj->members as $indi) : ?>

with this code:

                                <?php $prev_fam_id = '-1'; ?>
                                <?php $i = 1; ?>
                                <?php  foreach ($extfam_obj->Grandchildren->families[0]->members as $indi) : ?>
                                    <?php if ($indi->childFamilies()->first()->xref() != $prev_fam_id) : ?>
                                        <?php $prev_fam_id = $indi->childFamilies()->first()->xref(); $i = 1; ?>
                                        <h5><?= /* I18N: Do not translate. Already in webtrees core */ I18N::translate('Parents') ?><a href="<?= e($indi->childFamilies()->first()->url());?>">&nbsp;<?= $indi->childFamilies()->first()->fullName(); ?></a></h5>
                                    <?php endif ?>

from hh_extended_family.

hartenthaler avatar hartenthaler commented on July 23, 2024

fixed in version 18

from hh_extended_family.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.