Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jjbgood

    (@jjbgood)

    ich habe nun rausbekommen, dass die kommentarfunktion standardm??ig deaktiviert ist und manuell eingeschaltet werden kann… gibt es keine m?glichkeit, dass sie bei importen standardm??ig aktiviert wird? ich habe in der import-stream.php folgendes gefunden:

    // Inserting raw post without content
    $post = array(
    ‘comment_status’=> ‘closed’, // ‘closed’ means no comments.
    ‘ping_status’ => ‘open’, // ‘closed’ means pingbacks or trackbacks turned off
    ‘post_date’ => date( ‘Y-m-d H:i:s’, strtotime( $entry->created_time ) ),
    ‘post_status’ => $post_status, //Set the status of the new post.
    ‘post_title’ => $post_title, //The title of your post.
    ‘post_type’ => $post_type, //You may want to insert a regular post, page, link, a menu item or some custom post type
    ‘post_excerpt’ => $entry->message,
    ‘post_author’ => $author_id

    kenne mich damit aber null aus. kann ich da irgendwas umstellen, damit die kommentare funktionieren?

    Plugin Author awesome-ug

    (@awesome-ug)

    Hallo,

    Entschuldige bitte die sp?te Antwort. Man wird als Entickler leider nicht per Email kontaktiert, wenn sich hier etwas tut.

    Ich werde mir das mal notieren und in der kommenden Woche mal ansehen. Bis dahin schaffe ich es leider nicht.

    Viele Grü?e,

    Sven

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keine Kommentare’ is closed to new replies.