Title: cannect's Replies | WordPress.org

---

# cannect

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paytium: Mollie payment forms & donations] Subscription not cancelled on request previous year](https://wordpress.org/support/topic/subscription-not-cancelled-on-request-previous-year/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/subscription-not-cancelled-on-request-previous-year/#post-14935366)
 * Many thanks! I already received your mail and we will discuss it further there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HUSKY - Products Filter for WooCommerce Professional] Bug: sorting of number items in natural order](https://wordpress.org/support/topic/bug-sorting-of-number-items-in-natural-order/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/bug-sorting-of-number-items-in-natural-order/#post-8138904)
 * Aha! Thats indeed the logical way of doing it. Never thought about that.
 * Many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Multisite Support?](https://wordpress.org/support/topic/multisite-support-99/)
 *  [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-support-99/#post-5620672)
 * Yes, I use it for most of my subsites.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite after saving a user in a subsite the user is no longer attached](https://wordpress.org/support/topic/multisite-after-saving-a-user-in-a-subsite-the-user-is-no-longer-attached/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/multisite-after-saving-a-user-in-a-subsite-the-user-is-no-longer-attached/#post-5512312)
 * Hi Mika,
 * Thats right! 😉 The plugin was an old one: [http://thereforei.am/2011/03/15/how-to-allow-administrators-to-edit-users-in-a-wordpress-network/](http://thereforei.am/2011/03/15/how-to-allow-administrators-to-edit-users-in-a-wordpress-network/)
   That should exactly do what I wanted. However it did not work as expected as 
   you can read in this topic.
 * I have now installed User Role Editor Pro, and it has an option to allow subsite
   administrators to edit their users. The creator Vladimir also gave great support!
   See: [https://www.role-editor.com/](https://www.role-editor.com/)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite after saving a user in a subsite the user is no longer attached](https://wordpress.org/support/topic/multisite-after-saving-a-user-in-a-subsite-the-user-is-no-longer-attached/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/multisite-after-saving-a-user-in-a-subsite-the-user-is-no-longer-attached/#post-5512285)
 * All thanks for your support!The problem was that a plugin caused to disconnect
   users from the subsite when editing them and saving.
 * So it is fixed now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Combine two field in UI manage paramters](https://wordpress.org/support/topic/combine-two-field-in-ui-manage-paramters/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/combine-two-field-in-ui-manage-paramters/#post-3881010)
 * Hi Gabe462,
 * As you can see, the code Scott already provided in this topic must be enough 
   to accomplish this.
 *     ```
       <?php
       add_filter( 'yourpod_field_value', 'my_combine_fields', 10, 5 );
   
       function my_combine_fields ( $value, $field, $attributes, $row, $obj ) {
           if ( 'your_field' == $field ) {
               $value .= ' ' . $row[ 'your_other_field' ];
           }
   
           return $value;
       }
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Combine two field in UI manage paramters](https://wordpress.org/support/topic/combine-two-field-in-ui-manage-paramters/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/combine-two-field-in-ui-manage-paramters/#post-3880984)
 * Hi Scott,
 * Thanks for the answer and sorry for my late reply. I was on another project some
   days.
 * Every pods_ui wp-admin page has a Pod Search function. Can I get the search working
   on both the fields?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] How to dig three levels deep with find()](https://wordpress.org/support/topic/how-to-dig-three-levels-deep-with-find/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-dig-three-levels-deep-with-find/#post-3754918)
 * Thank you, I do twice a fetch on different pods and I am ready.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] How to dig three levels deep with find()](https://wordpress.org/support/topic/how-to-dig-three-levels-deep-with-find/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-dig-three-levels-deep-with-find/#post-3754592)
 * Hi Scott,
 * Thank you, no I have not setup bidirectional relationship between Customer and
   Order. Is that unnecessary to for a deep traversal with find()?
 * Also, the address information is indeed on the customer Pod.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Show thumbnail](https://wordpress.org/support/topic/show-thumbnail/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/show-thumbnail/#post-3645537)
 * Ah, I have found it with `get_definded_vars()`.
 * I can use the $obj variable.
 * So my Pod Template code changes to:
 *     ```
       <div class="categorie-block-wrapper">
       	<div class="categorie-block">
               <h2>{@naam}</h2>
               <?php echo pods_image( $obj->field('afbeelding'), 'thumbnail' ); // WORKS ?>
           </div>
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Show thumbnail](https://wordpress.org/support/topic/show-thumbnail/)
 *  Thread Starter [cannect](https://wordpress.org/support/users/cannect/)
 * (@cannect)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/show-thumbnail/#post-3645536)
 * Thanks for your reply. However, this does not work with my Pod Page / Pod Template
   setup. Its about your code above.
 * My Pod Page:
 *     ```
       <?php
       $pods->find();
   
       echo $pods->template('categorie_block');
       while($pods->fetch()){
           echo $pods->template('categorie_block');
       }
       ?>
       ```
   
 * Pastebin Variant: [http://pastebin.com/r8UQWSns](http://pastebin.com/r8UQWSns)
 * My Pod Template ‘categorie_block’:
 *     ```
       <div class="categorie-block-wrapper">
       	<div class="categorie-block">
               <h2>{@naam}</h2>
               <img border="0" src="<?php echo pods_image( $pods->field('afbeelding'), 'thumbnail' ); ?>" width="100" height="100"/> // does not work
           </div>
       </div>
       ```
   
 * PasteBin variant: [http://pastebin.com/naxLd8GR](http://pastebin.com/naxLd8GR)
   
   Of course I have tried different combinations: echo pods_image( $pod->field(‘
   afbeelding’), ‘thumbnail’ ); echo pods_image( ‘afbeelding’, ‘thumbnail’ ); echo
   pods_image( ‘{afbeelding}’, ‘thumbnail’ );
 * Btw: About this Pod Page and Pod Template combination is this bug report on Github:
   [https://github.com/pods-framework/pods/issues/1244](https://github.com/pods-framework/pods/issues/1244)

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