Results 1 to 3 of 3
-
8th Feb 2012, 01:16 PM #1OPBannedWebsite's:
Seecure.me[WCDDL] Display Movie Posters on Hover
[WCDDL] Display Movie Posters on Hover
Description:
This is a small plugin which allows users to see a poster/image of the movie when hovering over a specific movie which is displayed on home page etc.
Example(hovering over movie name "21" shows poster of the movie "21":
How to Implement?
1. Download required files from here:
http://www.mediafire.com/?pa66yf2myzevuzz
2. Once you have downloaded the above file, extract it and copy the "grabmoveimage" complete folder and put it in the folder "Modules" (wcddl/modules).
3. Open up "index.php" in notepad2/IDE/etc
Add this right above </head>
Code:<script src="modules/grabmovieimage/jquery.js" type="text/javascript"></script> <script src="modules/grabmovieimage/main.js" type="text/javascript"></script>
Code:<tr> <td><a href="download.php?id=<?php echo $row->id; ?>"><?php echo $row->showTitle(); ?></a></td> </tr>
Code:<?php if($row->type == "movie"){ ?> <td><a href="download.php?id=<?php echo $row->id; ?>" class="screenshot" rel="<?php echo getImage($row->showTitle()); ?>"><?php echo $row->showTitle(); ?></a></td> <?php } else{ ?> <td><a href="download.php?id=<?php echo $row->id; ?>"><?php echo $row->showTitle(); ?></a></td> <?php } ?>
Code:#screenshot{ position:absolute; border:1px solid #ccc; background:#333; padding:5px; display:none; color:#fff; }
Code:include "wc3.php";
Code:include "modules/grabmovieimage/gim.php";
NOTES
CONSISTENCY is a MAJOR issue here. Because 99% of DDL sites have their movies listed as "Chronicle (2012)" with the "(date)" inside brackets, and this 'causes other images to be shown, I haven't made a fix for this "yet", but if your site just lists the movie name then you should be fine, but if it lists the year then you will have problems._Vick Reviewed by _Vick on . [WCDDL] Display Movie Posters on Hover Display Movie Posters on Hover Description: This is a small plugin which allows users to see a poster/image of the movie when hovering over a specific movie which is displayed on home page etc. Example(hovering over movie name "21" shows poster of the movie "21": http://screensnapr.com/e/kTCAfR.jpg How to Implement? 1. Download required files from here: Rating: 5
-
8th Feb 2012, 01:54 PM #2OPBannedWebsite's:
Seecure.meRevised to support (date)
So, one of the problems was "move name (datehere)". using this below you can filter out (date) to get back movie images accurately.
1. Open "modules/grabmovieimages/gim.php" in notepad2/etc
2. Add new line like shown below.
This will now support the following (hovering over move name with the year in it, shows the poster of the movie, shown below).
And another example(hovering over "Chronicle (I) (2012)"):
-
9th Feb 2012, 09:15 AM #3BannedWebsite's:
Wcddlskins.com Wcddlskins.infoGreat work mate.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Top Designed Movie Website - Needs some Partners ( We DONT Hire Posters )
By FarSeeR in forum Community CooperativeReplies: 5Last Post: 6th Feb 2012, 02:11 PM -
HD Movie Posters are invited
By happyvalentine in forum Community CooperativeReplies: 6Last Post: 19th Jun 2011, 01:44 PM -
Fake Movie Posters
By Myth? in forum Webmaster DiscussionReplies: 39Last Post: 28th Apr 2011, 03:48 PM -
Help with image hover
By cgworld in forum Web Development AreaReplies: 5Last Post: 5th Nov 2010, 12:44 PM -
Movie Music posters wanted
By morden in forum Community CooperativeReplies: 0Last Post: 3rd Jun 2010, 08:07 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...