Activity Stream
48,167 MEMBERS
61039 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Banned
    Website's:
    Seecure.me

    Wink [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>
    4. Find this code block (or similar):
    Code: 
    <tr>
    
    			<td><a href="download.php?id=<?php echo $row->id; ?>"><?php echo $row->showTitle(); ?></a></td>
    
    		</tr>
    and replace (modify) with:

    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 } ?>
    5. Editing the style.css, open it in notepad2/etc and add this block to the end of style.css
    Code: 
    #screenshot{
    	position:absolute;
    	border:1px solid #ccc;
    	background:#333;
    	padding:5px;
    	display:none;
    	color:#fff;
    	}
    6. Find this line in "index.php"
    Code: 
    include "wc3.php";
    Below it add:
    Code: 
    include "modules/grabmovieimage/gim.php";
    7. Save it all, upload, Trail and Error.

    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

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    Seecure.me

    Default Revised 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)"):

  4.     
    #3
    Banned
    Website's:
    Wcddlskins.com Wcddlskins.info
    Great work mate.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 6th Feb 2012, 02:11 PM
  2. HD Movie Posters are invited
    By happyvalentine in forum Community Cooperative
    Replies: 6
    Last Post: 19th Jun 2011, 01:44 PM
  3. Fake Movie Posters
    By Myth? in forum Webmaster Discussion
    Replies: 39
    Last Post: 28th Apr 2011, 03:48 PM
  4. Help with image hover
    By cgworld in forum Web Development Area
    Replies: 5
    Last Post: 5th Nov 2010, 12:44 PM
  5. Movie Music posters wanted
    By morden in forum Community Cooperative
    Replies: 0
    Last Post: 3rd Jun 2010, 08:07 AM

Tags for this Thread

BE SOCIAL