+ Reply to Thread
Results 1 to 2 of 2

Thread: Open showing "Most Viewed" as default homepage

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

    Default Open showing "Most Viewed" as default homepage

    Anyone know how to change to code so the vbtube homepage opens showing "Most Viewed" as the default videos instead of most recent?

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

    Default

    vbtube.php

    PHP Code:
    WHERE active=AND tube='' ORDER BY joindate DESC LIMIT $startid,10 "); 
    Replace
    PHP Code:
    WHERE active=AND tube='' ORDER BY views DESC LIMIT $startid,10 "); 
    Kind Regards
    Murat K. aka - s7v7n

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

+ Reply to Thread

Bookmarks

Posting Permissions

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