Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: vBTubePRO Bug Report (vBulletin3 Series)

  1. #1
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default vBTubePRO Bug Report (vBulletin3 Series)

    Please post here bugs - This is not a discussion thread.
    Before posting here a bug please be sure that it is a bug. So search forum before posting anything.


    Green Lines: Bugs fixed in the latest available version
    Red Lines: Not fixed.
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  2. #2
    Pilotnetwork is offline vBTubePRO-User BF
    Join Date
    Sep 2009
    Posts
    253

    Default Bug: Number of Views

    When I view a video the number of views for that video does not increase by 1, it increases by a random number. How can I fix this?

  3. #3
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    Added to my list and this will be fixed in the next version.
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  4. #4
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    You're sure that this is not increasing +1 ?

    I tested now and everythings fine. Also looked to the code lines - there is a +1 and not +random.
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  5. #5
    Pilotnetwork is offline vBTubePRO-User BF
    Join Date
    Sep 2009
    Posts
    253

    Default

    Mine inceases by a random number and I haven't changed any of the code. mine increases by anything between +1 and +10.

    It worked fine until I upgraded to RC1.

    Can you tell me where the code is so that I can check it please.
    Last edited by Pilotnetwork; 14-04-2010 at 10:58.

  6. #6
    Pilotnetwork is offline vBTubePRO-User BF
    Join Date
    Sep 2009
    Posts
    253

    Default Problem with loader

    When I use the loader to upload Youtube videos it loads all the information correctly, EXCEPT for the DESCRIPTION.

    Sometimes it loads the description and sometimes it doesn't (even when there is a description to load).

    It worked completely fine until I upgraded to RC1.

    How can I fix this please? I guess I need to upgrade to RC4?

  7. #7
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    This has nothing to do with the new version or with RC4.
    Youtube has changed many things on their servers and API so sometimes its not possible to grab some informations.
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  8. #8
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    Quote Originally Posted by Pilotnetwork View Post
    Mine inceases by a random number and I haven't changed any of the code. mine increases by anything between +1 and +10.

    It worked fine until I upgraded to RC1.

    Can you tell me where the code is so that I can check it please.
    vbtube_show.php

    PHP Code:
        if(!$vbt_var['partid'])
        {
            
    $db->query_write("UPDATE " TABLE_PREFIX "vbtube_tubes
                                       SET views = views + 1 WHERE tubeid = '$tubes[tubeid]'
                                       "
    );
        } 
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  9. #9
    chick is offline vBTubePRO-User BF
    Join Date
    Mar 2009
    Posts
    254

    Default

    Here are my issues... for the moment.

    1. Discuss (which links to the forum thread where the video generates a Thread just disappeared for no reason. (the word DISCUSS with its link disappeared) so the video viewer can no longer see the link into the forum where the automatic discussion thread was created about the video.

    2. 'Download Video' suddenly disappeared for no reason??? I can still see it but members cannot.

    3. Has the issue of usergroup permissions been fixed in this latest version???? This is a BIG issue,

    My new members posts always go into a moderated que for their first 10 posts... yet they can by-pass this by posting in the video section....!!!!!!

    ... also when I close a video generated forum thread... members can by pass this too by posting in the video section.

    Thanks Murat

  10. #10
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    1. I will check this on your site : please provide me admincp and ftp.
    2. Download of youtube Videos is not working anymore, because youtube changed something on their api and i have no solution at the moment for this issue. If you want to add me the download button for uploaded video files then i will do this.
    3. vBTube does not include the Posting Settings of vBulletin, but i can give you a code snippet where you can set after how many postings its possible to add a comment
    4. You can bypass this with giving selected groups permission to vbtube (can use vbtube, can comment) , but you have also disable for this group posting permissions in the video forum.
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •