Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Admin plugin: glx_admin_image_resize
Thanks for your feedback, its much appreciated, i just created a todo list of things to add, you could also see a screenshot of how it will look when activated over here.
Im not sure how the crop actually will be, the example sderuiter posted do look realy good, but the licence of it doesnt suit txp… and i definitly dont want to make any promises about a crop plugin either, just so you know :)
mrdale i will add more ids to the elements created, is it enough to add them to the p tags, or what do you think? and if you create a new css i will definitly want to see that :)
Johan Nilsson
Offline
Re: Admin plugin: glx_admin_image_resize
Johan u miss too lines! that could allow to show the plugin UI when u replace an image or a thumb! why?
register_callback(“glx_image_edit_opts”, “image”, “thumbnail_insert”); register_callback(“glx_image_edit_opts”, “image”, “image_replace”);
About square thumb i think is more user friend idente the check box bocoz square thumb r done only if thumb checkbox is checked!
I my option a DHtml UI is most nicest than flash UI…
Luca
Offline
Re: Admin plugin: glx_admin_image_resize
Johan u miss too lines! that could allow to show the plugin UI when u replace an image or a thumb! why?
register_callback(“glx_image_edit_opts”, “image”, “thumbnail_insert”); register_callback(“glx_image_edit_opts”, “image”, “image_replace”);
About square thumb i think is more user friend idente the check box bocoz square thumb r done only if thumb checkbox is checked!
I my option a DHtml UI is most nicest than flash UI…
Luca
Offline
Re: Admin plugin: glx_admin_image_resize
test
Offline
Re: Admin plugin: glx_admin_image_resize
test
Offline
Re: Admin plugin: glx_admin_image_resize
ZiQ ahh sorry, my bad… they will be added on next update, i forgot to copy them to the plugin template…
Johan Nilsson
Offline
Re: Admin plugin: glx_admin_image_resize
:P .. yestarday i recive a strange error from forum.. sorry for spam :D
Offline
Re: Admin plugin: glx_admin_image_resize
An error was encountered
Error: Unable to insert search index word matches.
Offline
Re: Admin plugin: glx_admin_image_resize
Let Me guess 3 times: an error message beginning like:
Fatal error: Call to undefined function: imagecreatefromjpeg() in /public_html/textpattern/lib/txplib_misc.php(304) : eval()’d code on line 126
Means that i dont have the right GDlib on the server.
Right?
Offline
Re: Admin plugin: glx_admin_image_resize
yes that is correct, the next version will take care of that and fall back to an older function instead…
Johan Nilsson
Offline
Re: Admin plugin: glx_admin_image_resize
Hmm thats odd.
A php info request tells me as followed:
GD Version bundled (2.0.23 compatible)
OK.. waiting for the next version ;-)
Offline
Re: Admin plugin: glx_admin_image_resize
hmm, but that sounds strange. imagecreatefromjpeg shouldnt be a problem either… im affraid the next version wont help you out here either…
Johan Nilsson
Offline