• hello. currently when an author adds a gallery, it defaults them as the author (one that posted it). is there a way for me to change it on the admin back-end? normally when people post, i can change who the author is via the Screen Options on that specific post if I click EDIT.

    when this posts, however, Screen Options doesn’t have the ‘Author’ checkbox/option

    is there a way to do it?

    https://wordpress.org/plugins/contus-video-gallery/

Viewing 1 replies (of 1 total)
  • Hi,

    Open wp-content/plugins/contus-video-gallery/hdflvvideoshare.php and find 'show_ui' => false, and change it to 'show_ui' => true,. Now find 'supports' => array( 'title', 'editor', 'thumbnail', 'comments' ) in the same file and replace with 'supports' => array( 'title', 'editor', 'thumbnail', 'comments', 'author' ).

    Now go to WP admin. You can find new label called “Contus Video Gallery”. Click the label. Here you can find all the video gallery items. Now you can change the author detail by clicking on the “Screen Option” button.

    If you have any other queries feel free to contact us.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing author of posted video’ is closed to new replies.