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

Results 1 to 9 of 9

Hybrid View

m107 need a plugin for WP 8th Aug 2010, 03:59 PM
m107 all of thumbnail maker or even... 8th Aug 2010, 06:27 PM
rareyush try this mate... 8th Aug 2010, 06:44 PM
bxflow are you trying to create a... 8th Aug 2010, 06:46 PM
m107 Thank you so much yes, I want... 8th Aug 2010, 06:50 PM
RT You know it does lol @m107,... 8th Aug 2010, 07:04 PM
w3bpr0jectz in some WP themes there is file... 8th Aug 2010, 07:33 PM
m107 @w3bpr0jectz... 8th Aug 2010, 07:57 PM
w3bpr0jectz WP admin panel?... 8th Aug 2010, 09:58 PM
Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member

    Default need a plugin for WP

    Hi,
    I'm looking for a wordpress plugin that automatically creat thumbnail from first image in every post to show them in frontpage/archives.
    I found this plugin very useful, but its not working at all:
    http://wordpress.org/extend/plugins/...ost-thumbnail/

    Thanks in advance
    m107 Reviewed by m107 on . need a plugin for WP Hi, I'm looking for a wordpress plugin that automatically creat thumbnail from first image in every post to show them in frontpage/archives. I found this plugin very useful, but its not working at all: http://wordpress.org/extend/plugins/auto-post-thumbnail/ Thanks in advance Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    all of thumbnail maker or even themes that does this not working for me

  4.     
    #3
    Member

  5.     
    #4
    OH GOD!!!!!
    Website's:
    HotNewHipHop.com
    are you trying to create a thumbnail for an external image? that dont work,

    it will only use your uploaded images as thumbnails

  6.     
    #5
    Member
    Quote Originally Posted by bxflow View Post
    are you trying to create a thumbnail for an external image? that dont work,

    it will only use your uploaded images as thumbnails
    Thank you so much

    yes, I want a plugin to make images from an external url and save it as uploaded or cached image.
    Do you think if any one can code such a plugin for me? I would like to pay for my needs

  7.     
    #6
    Pure Awesomeness!
    Quote Originally Posted by bxflow View Post
    are you trying to create a thumbnail for an external image? that dont work,

    it will only use your uploaded images as thumbnails
    You know it does lol

    @m107, something like in hq-uploads.com? use timthumb but you gonna need to modify it to work with external images.



  8.     
    #7
    Member
    in some WP themes there is file thumbnail.php that does exactly what you want.
    you just have to integrate it in your current theme.

    Code: 
    in index.php
    
    <div class="thumbnail">
    <?php include(TEMPLATEPATH."/thumbnail.php"); ?>
    </div>
    
    
    in CSS
    
    .thumbnail {
      float: left;
      width: 112px;
      height: 112px;
      margin: 0px 10px 0px 0px;  
      padding: 0; 
      overflow: hidden;
      line-height: 170px;
      text-align: center;
    }
    .thumbnail a img {
      float:left;
      width: 100px;
      height: 100px;
      padding: 5px;  
      background:#a3c5e0 url(img/head.jpg) repeat-x top center;
      border:1px solid #fff;
    }
    the thumbnail.php
    http://www.mediafire.com/?95dilxxh9ifqd6c

  9.     
    #8
    Member
    @w3bpr0jectz , thank you, but where is "index.php" ? I just edited root index.php and got error. I think i have to do it after I edit css, this is my css folder for this them:


    Which file should I add this css in?

    Thank you for your time

  10.     
    #9
    Member
    WP admin panel?
    yoursite.com/wp-admin/theme-editor.php

    and edit the files from there.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 19th Jan 2012, 12:11 PM
  2. Replies: 15
    Last Post: 20th Dec 2011, 03:30 AM
  3. I sell Rapidleech plugin: download and upload plugin
    By antman in forum Completed Transactions
    Replies: 4
    Last Post: 3rd Oct 2010, 01:36 PM
  4. Rapidleech plugin [Fileserve free user download plugin]
    By phoenixjp in forum Webmasters, Money Making
    Replies: 1
    Last Post: 10th Sep 2010, 03:16 PM
  5. Rapidleech Plugin - Working Download plugin For Filefactory Premium
    By liveuploader in forum General Discussion
    Replies: 2
    Last Post: 27th Jul 2010, 12:24 PM

Tags for this Thread

BE SOCIAL