Results 1 to 4 of 4

Thread: Recent page as home page

  1. #1
    Join Date
    May 2008
    Posts
    8

    Default Recent page as home page

    How can I modify my homepage to look like the recent page.

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Recent page as home page

    Probably the easiest way is to use .htaccess to redirect the index.php to /recent

    Try adding this to the bottom of your .htaccess and see if it works (I have not tested this). If not, then just open .htaccess again and delete the line and you'll be OK.

    Code:
    Redirect 301 /index.php http://yourdomain.com/recent
    The only drawback is that people will not be able to access your frontpage, as they will be redirected to /recent each time.

    Another thing you could do is remove the call for "right.tpl", which will totally eliminate the right side boxes from the front page OR just erase everything in right.tpl....I guess it's just a matter of experimenting till you find something that works, these are just ideas that I'm tossing around.

    To get rid of the "featured" box from the front page, just remove the entire section from index.tpl

    In admin panel, where it says how many videos to show on the front page, put some outrageous number in there.

    OR you can change index.tpl and use the code from this article http://docs.buyscripts.in/Show_videos
    If it's not fun, stop doing it!

  3. #3
    Join Date
    May 2009
    Posts
    23

    Default

    is this possible I can show "videos being watched right now" on front page of my portal?, I installed vshare in subdirectory and portal on root.

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    It is possible, just put the code for the the swf file in your portal page.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Similar Threads

  1. Recent page
    By pjohn in forum Template Modifications
    Replies: 4
    Last Post: 01-21-2009, 07:31 PM
  2. Changing home page
    By zulf in forum General Discussions
    Replies: 5
    Last Post: 09-28-2008, 12:55 AM
  3. BLANK HOME PAGE... HELP!
    By browniegirl in forum Template Modifications
    Replies: 3
    Last Post: 10-25-2007, 07:31 AM
  4. How to put more videos on the home page?
    By zinctek in forum Template Modifications
    Replies: 12
    Last Post: 09-23-2007, 10:47 AM
  5. Changing the home page filename
    By dapanther99 in forum General Discussions
    Replies: 1
    Last Post: 07-10-2007, 12:06 PM

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
  •