I've installed FCKeditor, everything works great.. set up the mcpuk file browser, and the thumbnails display fine for me, despite the errors some people are reporting.
Here's what I want to do: when an image is uploaded, I want it to return a thumbnail image that links to the original in a pop-up window, instead of returning the full-size image...
There's so many files in this program, I don't even know where to begin! Could someone at the very least point me in the right direction???
Thanks!
Here's what I want to do: when an image is uploaded, I want it to return a thumbnail image that links to the original in a pop-up window, instead of returning the full-size image...
There's so many files in this program, I don't even know where to begin! Could someone at the very least point me in the right direction???
Thanks!
RE: autothumbnailing with php and mcpuk
RE: autothumbnailing with php and mcpuk
RE: autothumbnailing with php and mcpuk
Has anyone found an answer for this?? I am still stuck on where to began? Sorry.. a PHP-beginner here...
RE: autothumbnailing with php and mcpuk
I know mcpuk creates a .thumb, im trying to put in a case statement saying when a .thumb image is selected to wrap the normal img tag with a href tag to the full image. However, this seems to be xml based and more complicated than it should be - heh.
Ill try to let you know if i get something working/
RE: autothumbnailing with php and mcpuk
Are ya'll just trying to get it to register an absolute URL (http://www.example.com/images/example.jpg or a relative URL (../images/example.jpg)?
Are you getting the little red X's with no image?
RE: autothumbnailing with php and mcpuk
The page will display thumbnail image, and it will show orginal/full image when users click on thumbnail.
Does anybody know how to do it? Please share us the way to do.
Thanks so much
Re: autothumbnailing with php and mcpuk
know it is two years later and I am looking for the same feature.
Has anybody solved it?