
Best Answer brandon, 20 January 2015 - 09:48 PM
Hello mkernal,
You will have to edit the PHP code on line 206 in the file located here: \wp-content\plugins\tubepress_pro_4_0_5\src\add-ons\youtube_v2\classes\tubepress\youtube2\ioc\YouTubeExtension.php
tubepress_youtube2_api_Constants::OPTION_YOUTUBE_RELATED_VALUE => 'Videos related to this YouTube video', //>(translatable)< tubepress_youtube2_api_Constants::OPTION_YOUTUBE_PLAYLIST_VALUE => 'This YouTube playlist', //>(translatable)< tubepress_youtube2_api_Constants::OPTION_YOUTUBE_FAVORITES_VALUE => 'This YouTube user\'s "favorites"', //>(translatable)< tubepress_youtube2_api_Constants::OPTION_YOUTUBE_TAG_VALUE => 'YouTube search for', //>(translatable)< tubepress_youtube2_api_Constants::OPTION_YOUTUBE_USER_VALUE => 'Videos from this YouTube user', //>(translatable)< tubepress_youtube2_api_Constants::OPTION_RATING => 'Average rating', //>(translatable)< tubepress_youtube2_api_Constants::OPTION_RATINGS => 'Number of ratings', //>(translatable)< ),
Simply change the words between the single quotes, save, upload to the same location on your server, and then place this at the end of your URL where tubepress is installed: tubepress_clear_system_cache=true
Ex: www.mydomain.com/vidoes&tubepress_clear_system_cache=true
Thanks!
Go to the full post