Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 10-20-2004, 01:52 PM
blinking8s's Avatar
blinking8s+ Offline
über loafer
 
Join Date: Oct 2004
Location: Bowling Green, Ky
Posts: 3,428
Send a message via ICQ to blinking8s Send a message via AIM to blinking8s Send a message via MSN to blinking8s Send a message via Skype™ to blinking8s
comment popup

in the popup, i have it set to display a thumbnail and descriptions, but here is the thing

1) thumnail size, i really want to make it a larger thumbnail withough having to change all the others on the site

2) image links, the image thumbnail automatically links

what would be the best way to take care of these two? i just cant think it up for some reason...

thanks
__________________
i should say more clever stuff
Reply With Quote
  #2  
Old 10-20-2004, 02:06 PM
pixelpunk's Avatar
pixelpunk Offline
pixelpost guru
 
Join Date: Oct 2004
Location: Sweden
Posts: 504
Send a message via ICQ to pixelpunk
The size: there's no way to scale it up, but you can scale down from the original image using width and height tags. Not the best solution, but will work.

To have it not linking.

<img src="thumbnails/thumb_<IMAGE_NAME>"> will do the trick.

The thumbnails are named exactly as it's parent, but with a thumb_ in front of the name. So the above link will work.

// punK
__________________
icq: 66760929
Reply With Quote
  #3  
Old 10-20-2004, 02:10 PM
blinking8s's Avatar
blinking8s+ Offline
über loafer
 
Join Date: Oct 2004
Location: Bowling Green, Ky
Posts: 3,428
Send a message via ICQ to blinking8s Send a message via AIM to blinking8s Send a message via MSN to blinking8s Send a message via Skype™ to blinking8s
darn, we'll have to figure that thumbnail thing out...i was just hoping there would be an easy way...haha

prob have to add a thumnail2 tag or something...lol

thanks
__________________
i should say more clever stuff
Reply With Quote
  #4  
Old 12-07-2004, 06:06 PM
winklebleck Offline
pp regular
 
Join Date: Dec 2004
Posts: 26
smaller thumbs

I was able to shrink the thumbnail on the calendar archive page (This may not matter, but I should mention that I used the addon that seperates the design and structure here )

open: addons/archivecalendar.php
Find
Code:
// calculate the width of the table
add below
Code:
$punkthumbsmalldwidth = $thumbnails_set_width *.75;
$punkthumbsmalldheight = $thumbnails_set_height *.75;
*.75 + 75% of set thumb size.

find
Code:
		
$imagelink .= "<img src='thumbnails/thumb_".$curr_image_name."' border='0' class='thumbnail' width='$punkthumbsmalldwidth' height='$punkthumbsmalldwidth'  />";
replace with
Code:
		
$imagelink .= "<img src='thumbnails/thumb_".$curr_image_name."' border='0' class='thumbnail' width='".$thumbnails_set_width."' height='".$thumbnails_set_height."'  />";
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 07:47 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs