Title: amatorPL's Replies | WordPress.org

---

# amatorPL

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] Google Local Products Inventory – feed don’t have any products](https://wordpress.org/support/topic/google-local-products-inventory-feed-dont-have-any-products/)
 *  Thread Starter [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/google-local-products-inventory-feed-dont-have-any-products/#post-14980320)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] Google Local Products Inventory – feed don’t have any products](https://wordpress.org/support/topic/google-local-products-inventory-feed-dont-have-any-products/)
 *  Thread Starter [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/google-local-products-inventory-feed-dont-have-any-products/#post-14980280)
 * Thank you. This help me a lot.
    Just one more question. In field mapping at store
   code, value field is dropdown, not text. So how I can add there my own store 
   code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Contact form 7 DB] shortcode + search current user e-mail](https://wordpress.org/support/topic/shortcode-search-current-user-e-mail/)
 *  Thread Starter [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-search-current-user-e-mail/#post-12065960)
 * Thank you. Here is working code if anyone need this
 *     ```
       function show_history() {
   
       $user = wp_get_current_user();
       $user_email = $user->user_email;
   
       $show_history = '[acf7db form_id="1174018" search="'.$user_email.'" show="1174018.title, 1174018.url, 1174018.price, 1174018.submit_time" display="table"]';
       $history =  do_shortcode($show_history);
   
       return $history;
       }
   
       add_shortcode('show_history', 'show_history'); 
       ```
   
 * Then we can use [show_history] shortag where we need it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Contact form 7 DB] shortcode + search current user e-mail](https://wordpress.org/support/topic/shortcode-search-current-user-e-mail/)
 *  Thread Starter [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/shortcode-search-current-user-e-mail/#post-12064879)
 * Hi [@vsourz1td](https://wordpress.org/support/users/vsourz1td/)
 * I want register it as shotcode and show it somewhere on a page.
 *     ```
       function show_history() {
   
       $user = wp_get_current_user();
       $user_email = $user->user_email;
   
       $show_history = '[acf7db form_id="1174018" search="'.$user_email.'” show="url, price, submit_time"]';
       $history =  do_shortcode($show_history);
   
       return $history;
       }
   
       add_shortcode('show_history', 'show_history'); 
       ```
   
 * This return me all e-mails, not only from current logged user. Where I made mistake?
   Can you help me with that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DigitalOcean Spaces Sync] Upload folder at DO Spaces](https://wordpress.org/support/topic/upload-folder-at-do-spaces/)
 *  [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/upload-folder-at-do-spaces/#post-11281008)
 * Local path need to be full path.
 * example:
 * /var/www/html/wp-content/uploads
    or /home/user/domain.com/public_html/wp-content/
   upload
 * Then it’s work perfect with DO Spaces!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DigitalOcean Spaces Sync] Upload folder at DO Spaces](https://wordpress.org/support/topic/upload-folder-at-do-spaces/)
 *  [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/upload-folder-at-do-spaces/#post-11096721)
 * Any solution how to resolve issue with full path at Digital Ocean?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] OVH Storage Provider](https://wordpress.org/support/topic/ovh-storage-provider/)
 *  [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/ovh-storage-provider/#post-10180620)
 * I can pay you 200 euro if you add support for Ovh cloud storage
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] OVH Storage Provider](https://wordpress.org/support/topic/ovh-storage-provider/)
 *  [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/ovh-storage-provider/#post-9929532)
 * Hello,
 * any progress on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] OVH Storage Provider](https://wordpress.org/support/topic/ovh-storage-provider/)
 *  [amatorPL](https://wordpress.org/support/users/amatorpl/)
 * (@amatorpl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/ovh-storage-provider/#post-9707711)
 * +1 for this

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