Title: plugin.builders's Replies - page 25 | WordPress.org

---

# plugin.builders

  [  ](https://wordpress.org/support/users/pluginbuilders/)

 *   [Profile](https://wordpress.org/support/users/pluginbuilders/)
 *   [Topics Started](https://wordpress.org/support/users/pluginbuilders/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pluginbuilders/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pluginbuilders/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pluginbuilders/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pluginbuilders/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pluginbuilders/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 361 through 375 (of 516 total)

[←](https://wordpress.org/support/users/pluginbuilders/replies/page/24/?output_format=md)
[1](https://wordpress.org/support/users/pluginbuilders/replies/?output_format=md)
[2](https://wordpress.org/support/users/pluginbuilders/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginbuilders/replies/page/3/?output_format=md)…
[24](https://wordpress.org/support/users/pluginbuilders/replies/page/24/?output_format=md)
25 [26](https://wordpress.org/support/users/pluginbuilders/replies/page/26/?output_format=md)…
[33](https://wordpress.org/support/users/pluginbuilders/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/pluginbuilders/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/pluginbuilders/replies/page/35/?output_format=md)
[→](https://wordpress.org/support/users/pluginbuilders/replies/page/26/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] NOT WORKING after Last 0.7 update!](https://wordpress.org/support/topic/not-working-after-last-07-update/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/not-working-after-last-07-update/#post-7205417)
 * Hi, are you not showing Videos? If you aren’t then in **Style** > **Toggle** 
   in the YourChannel form, check **Playlists** in the **Default tab **field.
 * I don’t know what’s the issue, so provide me link to your page when you upgrade
   to 0.7.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] 0.3 update mess-up](https://wordpress.org/support/topic/03-update-mess-up/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/03-update-mess-up/#post-7207970)
 * Hi, new version ( 0.3.1 ) has been released. Please update from your Plugins 
   page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] 0.3 update mess-up](https://wordpress.org/support/topic/03-update-mess-up/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/03-update-mess-up/#post-7207967)
 * Hi, I’ve found the issue, and fixed it. I’ll release new version within an hour.
   Very sorry for the delay.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] 0.3 update mess-up](https://wordpress.org/support/topic/03-update-mess-up/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/03-update-mess-up/#post-7207962)
 * Hi, how many countdowns do you have? If you can recreate those countdowns easily,
   please paste the following code in `functions.php` file of your theme, save, 
   then reload. It’ll clean Waiting’s database, and then you can reinstall the plugin
   without any errors.
 * Remove the code and save again after reloading.
 *     ```
       function waiting_clean_db(){
           global $wpdb;
           $sql = "DROP TABLE IF EXISTS ".$wpdb->prefix."waiting";
           $wpdb->query($sql);
           $sql = "DROP TABLE IF EXISTS wp_waiting";
           $wpdb->query($sql);
           delete_option('waiting_clean_on_uninstall');
           delete_option('pbc_version');
           delete_option('pbc_waiting_license_key');
           delete_option('pbc_waiting_name');
           delete_option('pbc_license_status');
       }
       add_action('init', 'waiting_clean_db');
       ```
   
 * If you cannot delete, then we’ll write another solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] 0.3 update mess-up](https://wordpress.org/support/topic/03-update-mess-up/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/03-update-mess-up/#post-7207761)
 * Hi, this version restructures database table to make it work with multisite installations,
   so that might have caused the problem.
 * Can you once try reactivating the plugin?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[YourChannel: Everything you want in a YouTube plugin.] HONEST, USEFUL and WORKING!](https://wordpress.org/support/topic/hones-useful-and-working/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hones-useful-and-working/#post-8080988)
 * Thanks a lot for commenting on our new pricings, we’ll definitely review it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] NOT WORKING after Last 0.7 update!](https://wordpress.org/support/topic/not-working-after-last-07-update/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/not-working-after-last-07-update/#post-7205216)
 * The issue has been solved. You can use the latest version now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] NOT WORKING after Last 0.7 update!](https://wordpress.org/support/topic/not-working-after-last-07-update/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/not-working-after-last-07-update/#post-7205179)
 * Hi, yes, sorry. We’ve reverted the stable version back to 0.6.10. We’ll fix this
   soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Monetization](https://wordpress.org/support/topic/monetization/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/monetization/#post-7175858)
 * Hi, no such option at the moment. And you’re the first person to ask of this 
   feature in YourChannel, we might consider adding ads in the future versions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Date when the clip was posted on YouTube](https://wordpress.org/support/topic/date-when-the-clip-was-posted-on-youtube/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/date-when-the-clip-was-posted-on-youtube/#post-7164566)
 * Hi, this is a known issue. We’ve done extensive reading and testing, and that’s
   not possible. YouTube only gives us the date the video was added to the playlist.
   We cannot do anything about this.
 * Sorry,
    Nub
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Display videos in a row (Gallery style)](https://wordpress.org/support/topic/display-videos-in-a-row-gallery-style/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/display-videos-in-a-row-gallery-style/#post-6956108)
 * Hi, if your videos are needing more than 1 row you can try making the thumbnails
   smaller. Go to **Style > Thumbs** in the YourChannel edit form to change them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Waiting Plugin](https://wordpress.org/support/topic/waiting-plugin/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/waiting-plugin/#post-6952634)
 * Hi, go to your **WP Dashboard**, then to **Posts** from the left sidebar’s menu,
   then click on Platinum Jubilee July 11 link and just paste the shortcode there.
   Then save.
 * Write back if you cannot get it to work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Editor can't access settings](https://wordpress.org/support/topic/editor-cant-access-settings/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/editor-cant-access-settings/#post-6913782)
 * Hi, currently there are no hooks to manage user permissions.
    You can do so by
   editing `waiting.php` file by going to Plugin Editor.
 * Change `manage_options` to `publish_pages` in line 53.
 * Write back if it doesn’t work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Sort Playlist display order](https://wordpress.org/support/topic/sort-playlist-display-order/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/sort-playlist-display-order/#post-6906376)
 * Hi, only videos are sorted by views. YouTube doesn’t let us sort playlists. They
   are shown in the same exact order they are at YouTube.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YourChannel: Everything you want in a YouTube plugin.] Hidden Play list and Videos](https://wordpress.org/support/topic/hidden-play-list-and-videos/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/hidden-play-list-and-videos/#post-6898310)
 * Hi, are you sure? This plugin only grabs public videos.
    If it is showing you
   your _private_ videos, then they are not private. You should be able to see them
   on YouTube too, without logging in.
 * As this plugin doesn’t require your YouTube password, it cannot even see your
   private / unlisted videos.
 * May be you’re confusing it with some other plugin?

Viewing 15 replies - 361 through 375 (of 516 total)

[←](https://wordpress.org/support/users/pluginbuilders/replies/page/24/?output_format=md)
[1](https://wordpress.org/support/users/pluginbuilders/replies/?output_format=md)
[2](https://wordpress.org/support/users/pluginbuilders/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginbuilders/replies/page/3/?output_format=md)…
[24](https://wordpress.org/support/users/pluginbuilders/replies/page/24/?output_format=md)
25 [26](https://wordpress.org/support/users/pluginbuilders/replies/page/26/?output_format=md)…
[33](https://wordpress.org/support/users/pluginbuilders/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/pluginbuilders/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/pluginbuilders/replies/page/35/?output_format=md)
[→](https://wordpress.org/support/users/pluginbuilders/replies/page/26/?output_format=md)