an
groups-icon

enable / disable mail-log?

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    0 points
    Beginner

    hello,
    it is possible to switch the mail log on or off. I didn’t find anything about it. maybe that would be an idea for an update. normally you don’t need it. and if you can, you can activate it.

    the possibility to activate or deactivate the storage (in database) of the form on the listingpage. Usually this can happen with the deactivation of the message function. if the message is sent to the user via email, that’s enough.

    i solved the storage of the message. but after an update that is gone.

    in DT9/framework/new_class/ppt_9_ajax.php near row 1646:

    $POSTID = wp_insert_post( $my_post );

    // ADD SOME EXTRA CUSTOM FIELDS
    add_post_meta($POSTID, "username", $user_info->user_login );
    add_post_meta($POSTID, "userID", $user_info->ID);
    add_post_meta($POSTID, "status", "unread" );
    add_post_meta($POSTID, "ref", get_permalink($_POST['pid']) );*/

    changed to

    // $POSTID = wp_insert_post( $my_post );

    // ADD SOME EXTRA CUSTOM FIELDS
    // add_post_meta($POSTID, "username", $user_info->user_login );
    // add_post_meta($POSTID, "userID", $user_info->ID);
    // add_post_meta($POSTID, "status", "unread" );
    // add_post_meta($POSTID, "ref", get_permalink($_POST['pid']) );*/

    about the “new_classes directory?”
    i have a childtheme but the files in the directory “framework \ new_class” are always fetched from the main topic. Where can I change that?

    thank you for reply

    January 17, 2020 at 5:59 pm
  • Mark Fail
    11,848 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 22, 2020 at 4:27 am
  • Adnan
    28 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 22, 2020 at 1:32 pm
  • 0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    January 23, 2020 at 8:54 pm

629

Views

3

Replies