amatorPL
Forum Replies Created
-
Thank you!
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
In reply to: [Advanced Contact form 7 DB] shortcode + search current user e-mailThank 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
In reply to: [Advanced Contact form 7 DB] shortcode + search current user e-mailHi @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
In reply to: [DigitalOcean Spaces Sync] Upload folder at DO SpacesLocal path need to be full path.
example:
/var/www/html/wp-content/uploads
or
/home/user/domain.com/public_html/wp-content/uploadThen it’s work perfect with DO Spaces!
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Upload folder at DO SpacesAny solution how to resolve issue with full path at Digital Ocean?
I can pay you 200 euro if you add support for Ovh cloud storage
Hello,
any progress on this?
+1 for this