Author Topic: [MOD] Recently Viewed Videos  (Read 3920 times)

painthappy

  • Newbie
  • *
  • Posts: 13
[MOD] Recently Viewed Videos
« on: February 05, 2010, 10:02:18 AM »
I wanted to have a section of recently viewed videos as I've seen on other sites, so I coded up my own.  Figured I would share.

I'm using the ProMOTION theme right now and version 3.5 of phpmotion, but I made sure this works for the default theme also.  I don't run ads, so I don't know how that might effect websites.  Sorry.  You're on your own there.

Follow the instructions in the zip file depending on your theme.  BTW:  This should work fine for v3.0 also, as I had this running under 3.0 as well.

Demo:  http://www.mcbtv.com
Goto the bottom of the main index page for the "recently viewed" section.

Download: http://www.mcbtv.com/mycode/Recently Viewed Videos.zip

There are two image files, one grey, and one blueish that should fit most themes... Obviously edit the image in photoshop to fit your needs.  I stink at photoshop, so it's close enough for what I can accomplish.

New Files Included:

recently_viewed.php - New File to add to your Root Directory

Files to Edit:  index.php and your main.css file

Enjoy!
« Last Edit: February 05, 2010, 04:15:40 PM by painthappy »

videosforkids

  • V3 Beta Tester
  • Full Member
  • *
  • Posts: 279
Re: [MOD v3.5] Recently Viewed Videos
« Reply #1 on: February 05, 2010, 02:11:50 PM »
That's pretty slick, nice work!

I'm going to play around with it a bit, it would be great to get the titles under the thumbs.

Thanks for sharing!

painthappy

  • Newbie
  • *
  • Posts: 13
Re: [MOD] Recently Viewed Videos
« Reply #2 on: February 05, 2010, 04:14:51 PM »
Thanks, glad you like it.  Working on a bunch more modifications, so I'll share what I do.

As for the title underneath... I don't think there is enough room.  Maybe an "alt" tag should be added, or something done with css, but it's just a little mod for folks to see what others are watching and click on the latest or whatever.


pard23

  • Newbie
  • *
  • Posts: 52
Re: [MOD] Recently Viewed Videos
« Reply #3 on: February 10, 2010, 07:34:34 PM »
Thanks for the mod,  it works great.

nextgen

  • Newbie
  • *
  • Posts: 34
Re: [MOD] Recently Viewed Videos
« Reply #4 on: February 16, 2010, 06:59:51 PM »
Excellent mod my friend. Thanks so much for the share.

pakmotion

  • Jr. Member
  • **
  • Posts: 108
Re: [MOD] Recently Viewed Videos
« Reply #5 on: February 16, 2010, 09:14:07 PM »
Very nice mod thanks i'm useing on Zendo  . i have a question how i can get just 5 viedos i dont want 14 ho i can change i mean to say where i can make changing i try in recently_viewd videos but failed plz help me
http://www.pakmotion.com
« Last Edit: February 16, 2010, 09:32:09 PM by pakmotion »

seo5000

  • Full Member
  • ***
  • Posts: 473
Re: [MOD] Recently Viewed Videos
« Reply #6 on: February 16, 2010, 09:29:32 PM »
Very nice indeed!

I very nice share...  ;)

Shawn

  • Hero Member
  • *****
  • Posts: 2624
Re: [MOD] Recently Viewed Videos
« Reply #7 on: February 17, 2010, 08:45:40 AM »
Very cool mod!  I might try this out later today on one of my sites.

lunarweblink

  • Newbie
  • *
  • Posts: 12
Re: [MOD] Recently Viewed Videos
« Reply #8 on: February 19, 2010, 10:17:22 PM »
great mod this works for jammi to just use the promotion install instructions the only change is you add the line bellow to the very end of inner_index.htm

<!--Begin Recent Videos-->
<div class='recently_viewed_con'>
   <div class='recently_viewed_text'>Recently Viewed</div>
       <div class='recently_viewed'>
             <!--[var.recent_list;htmlconv=no;comm]-->
        <br style='clear:both;' />
       </div>
</div>
<!--End Recent Videos-->

crazyykid

  • Newbie
  • *
  • Posts: 42
Re: [MOD] Recently Viewed Videos
« Reply #9 on: February 20, 2010, 12:04:05 AM »
very nice thanks for sharing i'm using it on jamii  and i love it
i run ads on my site got no porblem with ads everything working great!

cheers


« Last Edit: February 20, 2010, 06:08:09 AM by crazyykid »

pmofcan78

  • Newbie
  • *
  • Posts: 8
Re: [MOD] Recently Viewed Videos
« Reply #10 on: April 03, 2010, 08:24:29 AM »
Hi Great Mod! I am just trying to install it on the jamii template. I have the mod on there but the image is not showing in the background and the "recently viewed" text seems like its just on default. my site is www.cretchy.com, any ideas thanks for this mod

pmofcan78

  • Newbie
  • *
  • Posts: 8
Re: [MOD] Recently Viewed Videos
« Reply #11 on: April 03, 2010, 11:06:16 PM »
Was able to get it installed ok, but any suggestions on how to modify it to fit the jamii template would be great.

NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Re: [MOD] Recently Viewed Videos
« Reply #12 on: April 07, 2010, 08:09:34 AM »
Its fun but i miss 1 thing.
if you go over the tymbnail with your mouse there is no titel
Can sombody help me out here becouse i want to have a titel when i mouse over the tumbnail.

bigt11

  • Newbie
  • *
  • Posts: 93
Re: [MOD] Recently Viewed Videos
« Reply #13 on: April 12, 2010, 10:28:51 AM »
Its fun but i miss 1 thing.
if you go over the tymbnail with your mouse there is no titel
Can sombody help me out here becouse i want to have a titel when i mouse over the tumbnail.


in recently_viewed.php

under
     $recent_video_desc = $result['description'];

add
     $recent_video_title = $result['title'];


change the $rlist variable to ,all 1 line
     $rlist = "&nbsp;<a href=\"./videos/".$recent_video_indexer."/".$recent_video_title_seo."\"><img src=\"./uploads/thumbs/".$recent_video_id.".jpg\" title=\"".$recent_video_title."\"/>[/url]&nbsp;";


NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Re: [MOD] Recently Viewed Videos
« Reply #14 on: April 15, 2010, 11:00:02 AM »
Thanks a lot.
Works 100%

see nl-extreme.com