Csv import is not working on xvideo importer pro

Forums Plugin Support Csv import is not working on xvideo importer pro

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6679 Reply
    amado.c.ch1992
    Participant

    Hi. Like the title says csv importer does not post the video i think i found the error on the csvimporter.php but whwn i modify does not work this is the code from the plugin

    	$new_post = array(
    				'ID' => '',
    				'post_title' => $title,
    				'post_content'   => $description,
    				'post_status' => $post_status,
    				'tags_input'     => $tags ,
    				'post_date'      => date('Y-m-d H:i:s',$post_time)
    				);
    				$post_id = wp_insert_post($new_post);

    This is how i think it should be

    	$new_post = array(
    				'ID' => '',
    				'post_title' => $title,
    				'post_content'   => $post_content,
    				'post_status' => $post_status,
    				'tags_input'     => $tags ,
    				'post_date'      => date('Y-m-d H:i:s',$post_time)
    				);
    				$post_id = wp_insert_post($new_post);

    Please help me i need the csv importer.

    #6680 Reply
    amado.c.ch1992
    Participant

    Ok i editted the php then i zipped and voila… it worked… yeah that was the error just change the $descrition for $post_content btw. I have splitted the csv from xvideos in http://videosx.fun/kk/x0000.csv xvideosdb.com is not onlineanymore

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Csv import is not working on xvideo importer pro
Your information: