Title: myidea's Replies | WordPress.org

---

# myidea

  [  ](https://wordpress.org/support/users/myidea/)

 *   [Profile](https://wordpress.org/support/users/myidea/)
 *   [Topics Started](https://wordpress.org/support/users/myidea/topics/)
 *   [Replies Created](https://wordpress.org/support/users/myidea/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/myidea/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/myidea/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/myidea/engagements/)
 *   [Favorites](https://wordpress.org/support/users/myidea/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonial Rotator] The review has no reviewed item specified. Error](https://wordpress.org/support/topic/the-review-has-no-reviewed-item-specified-error/)
 *  [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/the-review-has-no-reviewed-item-specified-error/#post-6351722)
 * Hi there! I’m having the same issue AJD reported, any news on that update? ^_
   ^
    Thanks
 * btw thanks for the great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Customized CSS for each custom template](https://wordpress.org/support/topic/customized-css-for-each-custom-template/)
 *  Thread Starter [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/customized-css-for-each-custom-template/#post-5179938)
 * Hey thanks for your great support!
    That’s what I thought, I’ll go for the class!
   Thanks again!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[The Events Calendar] Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-805/)
 *  Thread Starter [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/excellent-plugin-805/#post-7866234)
 * my pleasure roblagatta, love your plugin!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[The Events Calendar] Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-805/)
 *  Thread Starter [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/excellent-plugin-805/#post-7866231)
 * you can see **The Events Calendar** plugin and **The Events Calendar Category
   Colors** at work [here](http://www.festivaldeiluoghi.it/events/2014-06/)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[The Events Calendar] Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-805/)
 *  Thread Starter [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/excellent-plugin-805/#post-7866230)
 * Hi mariellaMKLAB yes it is but you have to add another plugin called: “[The Events Calendar Category Colors](https://wordpress.org/plugins/the-events-calendar-category-colors/)”
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] frontend list single record edit link](https://wordpress.org/support/topic/frontend-list-single-record-edit-link/)
 *  Thread Starter [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/frontend-list-single-record-edit-link/#post-5071197)
 * You are right!!!! That was it!!!
    Still can’t believe I was so dumb!!! Thank 
   you thank you thank you!!!
 * Ps I even feel more dumb bc I read the template creation documentation and output
   with the [pdb_list template=templatename]
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] frontend list single record edit link](https://wordpress.org/support/topic/frontend-list-single-record-edit-link/)
 *  Thread Starter [myidea](https://wordpress.org/support/users/myidea/)
 * (@myidea)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/frontend-list-single-record-edit-link/#post-5071182)
 * thanks for the reply. 🙂
 * Done: “participant record page” setting (record form tab) to point to the page
   with the [pdb_record]
 * Done:”the folder in your theme must be named “templates” for instance.” that 
   inside has the pdb-list.php
    I can find and edit the file in the theme editor
   in wordpress
 *     ```
       <?php
       /*
        *
        * template for participants list shortcode output
        *
        * this is the default template which formats the list of records as a table
        * using shortcut functions to display the componenets
        *
        * If you need more control over the display, look at the detailed template
        * (pdb-list-detailed.php) for an example of how this can be done
        *
        * Please note that if you have more than one list on a page, searching, sorting
        * and pagination will not work correctly.
        *
       */
       ?>
       <div class="wrap <?php echo $this->wrap_class ?>">
       <a name="<?php echo $this->list_anchor ?>" id="<?php echo $this->list_anchor ?>"></a>
       <?php
         /*
          * SEARCH/SORT FORM
          *
          * the search/sort form is only presented when enabled in the shortcode.
          *
          */
         $this->show_search_sort_form();
   
         /* LIST DISPLAY */
         /*
          * NOTE: the container for the list itself (excluding search and pagination
          * controls) must have a class of "list-container" for AJAX search/sort to
          * function
          */
       ?>
         <table class="wp-list-table widefat fixed pages list-container" cellspacing="0" >
   
           <?php
           // print the count if enabled in the shortcode
       		$this->print_list_count($wrap_tag = false);
           ?>
           <?php if ( $record_count > 0 ) : // print only if there are records to show ?>
   
             <thead>
               <tr>
                 <?php /*
                  * this function prints headers for all the fields
                  * replacement codes:
                  * %2$s is the form element type identifier
                  * %1$s is the title of the field
                  */
                 $this->print_header_row( '<th class="%2$s" scope="col">%1$s</th>' );
                 ?>
               </tr>
             </thead>
   
             <tbody>
   
       <?php while ( $this->have_records() ) : $this->the_record(); // each record is one row ?>
           <?php $record = new PDb_Template($this); ?>
         <tr>
           <?php while( $this->have_fields() ) : $this->the_field(); // each field is one cell ?>
             <td class="<?php echo $this->field->name ?>-field">
               <?php
               /*
                * put the edit link URL into the link property of the field
                */
               if ($this->field->name == 'edit_link') {
                 $this->field->link = $record->get_edit_link();
               }
               $this->field->print_value();
               ?>
             </td>
         <?php endwhile; // each field ?>
         </tr>
       <?php endwhile; // each record ?>
       </tbody>
   
           <?php else : // if there are no records ?>
   
             <tbody>
               <tr>
                 <td><?php if ($this->is_search_result === true)  echo Participants_Db::$plugin_options['no_records_message'] ?></td>
               </tr>
             </tbody>
   
           <?php endif; // $record_count > 0 ?>
   
       	</table>
         <?php
         /*
          * this shortcut function presents a pagination control with default layout
          */
         $this->show_pagination_control();
         ?>
       </div>
       ```
   
 * I haven’t created a child theme for this site bc is just a demo to get to know
   better wich plugins I need and how they interact 🙂
 * I have created the Edit Link record exactly as you said:
    Name edit_link Title
   Edit Link Default Edit Form element Text-line Display column 14 Read Only yes
 * to try first with the original code 🙂
 *     ```
       if ($this->field->name == 'edit_link') {
                 $this->field->link = $record->get_edit_link();
       ```
   
 * Still don’t work
    I know I am doing something wrong and/or not doing something
   but I really don’t get it 🙁
 * Could it be bc the demo site is on a 3rd level domain?
    Bc I’ve also created 
   a new 3rd level domain with new db only your plugin and basic settings but no
   Edit Link linkable in the display list …. 🙁
 * I deactivated Private only plugin so now the demo site is viewable
    [ I really appreciate
   your plugin and your help! Thanks a lot!!!

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