All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: My site using wp-downloadmanager  (Read 11810 times)

0 Members and 1 Guest are viewing this topic.

Offline Nutter

  • Newbie
  • *
  • Posts: 11
    • View Profile
My site using wp-downloadmanager
« on: 22 July 2007, 14:51 »
It's great being able to find a plugin that's almost perfect for what I needed.

I spent a few minutes changing the layout for inline downloads and came up with this design.  I wanted to make the download link stand out more than the text links that show up by default so I created a graphic in PS and put the download information inside it using CSS. 

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: My site using wp-downloadmanager
« Reply #1 on: 22 July 2007, 15:17 »
i like the download box

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,294
    • View Profile
Re: My site using wp-downloadmanager
« Reply #2 on: 23 July 2007, 01:46 »
Yeah, its nice.
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline Nutter

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: My site using wp-downloadmanager
« Reply #3 on: 25 July 2007, 15:43 »
Here's the image file.  This copy is grayscale, but you can pull it up into Photoshop and put a color overlay on it (Blending Options -> Color Overlay -> Blend Mode = Overlay) to change it to any color you want.

This is the Download Embeded File template
Code: [Select]
<div class="download_box">
<div class="download_link_wrapper">
<a href="%FILE_DOWNLOAD_URL%">%FILE_NAME%</a>
</div>
<div class="filesize">
%FILE_SIZE% - %FILE_HITS% downloads
</div>
</div>

and the css
Code: [Select]
.download_box {
background: url(images/download_box_wide.png) no-repeat;
width: 400px;
height: 100px;
padding-left:90px;
padding-top: 35px;
line-height: 100%;
text-align: left;
margin:0px;

}
a.download_link {
color: #4682b4;
border-bottom: 1px solid #4682b4;
text-decoration: none;
}
div.download_link_wrapper {
width: 300px;
margin:0px;
margin-bottom: 2px;
}
div.filesize {
font-size: x-small;
}

[attachment deleted by admin]

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: My site using wp-downloadmanager
« Reply #4 on: 25 July 2007, 17:08 »
thanks for sharing =D

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,294
    • View Profile
Re: My site using wp-downloadmanager
« Reply #5 on: 26 July 2007, 00:46 »
Thanks...
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline imvain2

  • Expert
  • ****
  • Posts: 68
  • WP-DownloadManager Expert
    • View Profile
Re: My site using wp-downloadmanager
« Reply #6 on: 25 December 2007, 01:50 »
nutter,

love the design. could you send me the psd?

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,294
    • View Profile
Re: My site using wp-downloadmanager
« Reply #7 on: 26 December 2007, 01:22 »
nutter,

love the design. could you send me the psd?


heh. Getting greedy? :P LOL
        I'll be glad to "borrow" it too. :P
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers