PDA

View Full Version : [img] tag edit - 3.0.1


JKeats
05-21-2004, 04:56 PM
the image tag resize hack for 3.0.0 i found here (https://vborg.vbsupport.ru/showthread.php?t=63458) doesn't work for 3.0.1. there isn't even an admin/functions.php file for 3.0.1 which is the file you need to edit for the 3.0.0 hack. the functions.php file in the includes dir isn't the right one either.

basically i'd like to force images in [img] tags to be equal to or less than a set width and if they exceed, become links (or button or whatever) instead that when selected will open the full size image.

i have thumbnails turned on for attachments and they're working fine... but this, obviously, doesn't apply to image tags.

can anyone help?

NeveAddict
06-18-2004, 07:50 PM
I would like something similar aswell..
I use a BB-code to display thumbnails (Width=100)<a href="{param}" target="_blank"><img src="{param}" width=100 alt="IMG4 picture, click for full size" class=fcell></a> and would like all images (only if within quotes) that exceed 100pix wide, to be displayed as thumbnails automatically

I haven't found anything yet... anyone else? :(