Profiles

  • Member Since: December 3rd, 2018
  • Find me on:
  • Created a topic, creating a new custom table, on the site WordPress.org Forums:
    I need a new custom table, I already have done somethi…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    I did the following https://pastebin.com/rEWXUXWX but clicking on the button in my admin still has…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    As username I have my first and last name, so I should see it, not…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    at the top like add_action('admin_enqueue_scripts', 'reset_price_fields');function reset_price_fields( $hook ) { if ( 'edit.php' != $hook…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    Only using get_current_user() I got the my username for the server hosting, not of wp…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    I dont have this script anywhere. I went to the admin page with the button…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    No, I need the name of the person who is logged in that moment (normally…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    In my html button there is nearly nothing, I just have <button type="button" id="target2" data-author-id="<?php…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    Fantastic! Now I dont have +'s any more. I have also replaced a couple of…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    My current (old) website does the same job and thunderbird (the same email client) doesnt…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    I did this and the PHP errors left have disappeared $terms = get_the_terms($post->ID, 'tipologia');if (is_array(…

  • Posted a reply to new search field in admin, on the site WordPress.org Forums:
    Is it possible to add a custom search box near the selector "change role into"?…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    this is working enough: https://pastebin.com/aiZPN94h but I get a "+" in the blank spaces, i.e.:…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    Now the site is no longer broken: https://pastebin.com/XmamjCWR but the button pressing has any effect…

  • Posted a reply to switch for german/ english links, on the site WordPress.org Forums:
    I dont need an automatic redirect, I have to choose case by case when using…

  • Created a topic, switch for german/ english links, on the site WordPress.org Forums:
    how can I switch my links to italian pages from that p…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    This is what I did: https://pastebin.com/wyjZ2kCL , but the website disappear, I just read "-1"…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    Also in your text I cant see BR, it should be: ciao Ho ricevuto la…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    I did this: https://pastebin.com/zMDJpbhh and this https://pastebin.com/s5ncHEXR but clicking on the button I have in…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    Theoretically every apartment (post) should have a "tipologia" term assigned but my problem is that…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    I already have sanitize_textarea_field() but despite of this the text output was all in one…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    I could have 2-3 messages in italian, one in spanish, one in english, the message…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    I'm trying to follow your advice. I have to insert the full code of the…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    Code 2: I still get 2 PHP errors NoticeTrying to access array offset on value…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    Ok, so I just use the code without conditional? I tested it and I dont…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    it's not so clear to me...but I had already a button in author edit page…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    About the other code , ok, I put $post->post_author instead of $user->ID and I have…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    this code breacks the site: $terms = get_the_terms($post->ID, ‘tipologia’);if (isset($names_trans[$terms[0]->term_id])) {$terms_destinazione = $names_trans[$terms[0]->term_id];} else {$terms_destinazione…

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    it's correct but not what I need

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    I tryed to correct, is it right? https://pastebin.com/qJP0nxuT

  • Posted a reply to 4 PHP errors to be corrected, on the site WordPress.org Forums:
    ok, I study this code, but I realize that this error should have never happened…

  • Created a topic, 4 PHP errors to be corrected, on the site WordPress.org Forums:
    I got these errors NoticeTrying to access array off…

  • Created a topic, Protecting .htaccess and wp-config, on the site WordPress.org Forums:
    I found on this link some tips and tricks to enforce t…

  • Posted a reply to new search field in admin, on the site WordPress.org Forums:
    A customers calls me and I open a specific table done with subscribers, a have…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    I rewrote the 3 steps but when I click on the button, nothing happens STEP…

  • Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
    OK, there is track somewhere to start this script?

  • Posted a reply to new search field in admin, on the site WordPress.org Forums:
    I think I havent explained myself clearly, the starting point of the search field is…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    'mia_richiesta' is a textarea meta field but in spite of this I get bex the…

  • Posted a reply to button for resetting all the custom meta fields, on the site WordPress.org Forums:
    Ok, I did this https://pastebin.com/z00fu9MC and I have to put it in functions.php ? and…

  • Posted a reply to new search field in admin, on the site WordPress.org Forums:
    I'm working only on the "search by ID" that is more important, this could work?…

  • Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
    The javaScript solution is interesting, I imagine I'll need a double click to publish instead…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    subject: solutioned But I still have the problem I get all the text on one…

  • Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
    with your last code I still can publish under "affitti". What I cant do is…

  • Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
    I tryed the first code but I still can publish/ see the already published posts…

  • Posted a reply to prevent the publication of posts with the default category, on the site WordPress.org Forums:
    it's not working. I replaced "uncategorized" with "affitti", which is the default category in my…

  • Created a topic, prevent the publication of posts with the default category, on the site WordPress.org Forums:
    today I found some posts I havent created myself, the…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    I did another try https://pastebin.com/ZiAXw42h the body is taken from a custom meta field (textarea)…

  • Posted a reply to new link in admin dashboard opening a predefined email, on the site WordPress.org Forums:
    This would be my final work: https://pastebin.com/Fuj9wMyt , I have doubts about "get the ID"…

  • Posted a reply to new search field in admin, on the site WordPress.org Forums:
    So I just replace “pre_get_posts” with “pre_get_users” ?

  • Created a topic, new search field in admin, on the site WordPress.org Forums:
    I'd like to put here https://sacconicase.com/wp-admin/…