PDA

View Full Version : Seeking small graphic logos for print/email/pdf


thomas
05-07-2007, 05:15 AM
I am looking for some small graphic logos for print, email and pdf buttons to change on the articles plugin?

Dose anyone have any sites or logos they would recommend?

72dpi
05-07-2007, 05:28 AM
hey Man,

try Fam Fam Fam: http://www.famfamfam.com/lab/icons/
Lovely Mini icons, the guy's a legend....

Silk or Mini is poifecto!

Hope that helps...

kboy_16
05-07-2007, 05:38 AM
http://www.deviantart.com/deviation/23020802/?qo=2&q=pdf+icon&qh=boost%3Apopular+age_sigma%3A24h+age_scale%3A5

watch these.. hope some might help..

thomas
05-07-2007, 05:45 AM
Both these links are fantastic, thanks ryan and kboy_16

kboy_16
05-07-2007, 05:49 AM
you're welcome my friend.. just trying to help ;)

thomas
05-07-2007, 06:04 AM
How dose this look...I really like the image for the comments.

kboy_16
05-07-2007, 03:55 PM
wonderful.. looks very nice!

thomas
05-07-2007, 04:06 PM
I really like the comment one. If anyone wants the code etc let me know.

kboy_16
05-07-2007, 06:35 PM
that would be awesome thomas.. :)

SKiZZ
05-07-2007, 07:03 PM
How bout the pdf addon how does that work?

thomas
05-08-2007, 12:13 AM
The PDF is a custom mod from http://www.subdreamermods.com/forum/showthread.php?t=610

Here is the change for the comments logo. Upload the comments_button.png to your images/ directory

I have also attached 2 other images which you may like to use instead.

Remember to backup and save a copy of include/functions.php

Open up include/functions.php, find line 230

echo '<a href="javascript:void(0)" onclick="ToggleCommentDiv(this, \'comments_' . $pluginid . '_' . $objectid . '\',\'' . $sdlanguage['view_comments'] . $strCount . '\', \'' . $sdlanguage['hide_comments'] . $strCount . '\');">';


replace with

echo '<img src="'.$sdurl.'images/comments_button.png" alt="Comments" title="Comments" /> <a href="javascript:void(0)" onclick="ToggleCommentDiv(this, \'comments_' . $pluginid . '_' . $objectid . '\',\'' . $sdlanguage['view_comments'] . $strCount . '\', \'' . $sdlanguage['hide_comments'] . $strCount . '\');">';


As you can see in the change above, all i have added is <img src="'.$sdurl.'images/comments_button.png" alt="Comments" title="Comments" /> the image in front of the comments language