Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Email me about re-upping your downloads: [email protected]

    Make sure everything is up-to-date before testing. If you are using custom templates and it’s not working, try testing with the default template to make sure it’s the template and not something else.

    Thread Starter eljailer

    (@eljailer)

    Thank you for your response.
    I have thoroughly checked and ensured that everything is up-to-date, including WordPress core, plugins, and themes. Unfortunately, it appears that the issue lies within the custom pdb-tabs template itself (or PDB plugin?).

    Whenever I try to utilize the custom pdb-tabs template with the single edit link, an error is generated with the following message:

    Warning: Undefined property: stdClass::$fields in G:\wamp64\www...\wp-content\plugins\participants-database\classes\PDb_Template.php on line 622.

    For your reference, this is the code snippet responsible for the single edit link at the end of the custom pdb-tabs template:

    <?php   // create a template object so we can get the edit link URL  $record = new PDb_Template( $this );  // now output the link using the get_edit_link method  ?> 
    <button class="btn btn-default">
    <a id="edit" href="<?php echo $record->get_edit_link() ?>">Edit Record</a>
    </button>

    Thank you for your attention to this matter.

    Best regards,
    Elvis

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single edit link, pdb signup’ is closed to new replies.