Kandice Posted March 24, 2012 Posted March 24, 2012 Can someone help me with the jpeg compression setting? How do I make it so the image doesn't get compress at all? I want the image quality to remain the way it is with no compression. In upload.php, I see the following... /* Configuration */ define( 'MAX_IMAGE_WIDTH', 1024 ); define( 'JPEG_COMPRESSION', 75 ); I try setting it to 0 and the image get really bad. Try setting it to 100 and image is better but still get compress...
handsoffsam Posted August 15, 2012 Posted August 15, 2012 This is a great feature. I've installed this and it seems to work on my 3.3.4 board. Thank you! robert
Jpeterson Posted August 28, 2012 Posted August 28, 2012 Is there a way to change the text on the uploader where it says "Send it to the Server" and the button which also says "Send it to the Server".
Aussie Cable Posted August 28, 2012 Posted August 28, 2012 Is there a way to change the text on the uploader where it says "Send it to the Server" and the button which also says "Send it to the Server". Go to manage languages in ACP, choose your language, search for the term "Send it to the Server", should be in core/public_js. Change to what ever you like, it will change both, for instance, I have changed mine to "Send it to the pope" and it shows on both language strings. I hope that is what you needed.P.S: My comment 'Send it to the pope' was not intended to offend anyone, it was the first thing that came to mind, if it did offend, apologies :smile:
Jpeterson Posted August 28, 2012 Posted August 28, 2012 Go to manage languages in ACP, choose your language, search for the term "Send it to the Server", should be in core/public_js. [img] [/img] Change to what ever you like, it will change both, for instance, I have changed mine to "Send it to the pope" and it shows on both language strings. [img] [/img] I hope that is what you needed. P.S: My comment 'Send it to the pope' was not intended to offend anyone, it was the first thing that came to mind, if it did offend, apologies :smile: I found it funny! Haha Ok, I have tried this but it gives me this message. System Error Can not translate protected language pack
Aussie Cable Posted August 28, 2012 Posted August 28, 2012 Google is your friend. However this may help you. Edit your core_sys_lang via phpmyadmin and set lang_protected to 0. You should have no problems in editing the language string. When you have finished, make sure that you restore lang_protected to 1, it is protected for a very good reason.
Jpeterson Posted August 28, 2012 Posted August 28, 2012 Google is your friend. However this may help you. Edit your core_sys_lang via phpmyadmin and set lang_protected to 0. You should have no problems in editing the language string. When you have finished, make sure that you restore lang_protected to 1, it is protected for a very good reason. I did use Google but nothing spewed up from these forums so I decided not to trust it and wait for a response from an expert like yourself! ;) Done. Thank you.
Kandice Posted September 27, 2012 Posted September 27, 2012 Best mod ever, glad it still work when I upgrade to 3.3.4. Phew, thought I lost this hook for good. Thanks
peleh Posted October 20, 2012 Posted October 20, 2012 Is it possible to set a watermark url on future updates?
Kandice Posted December 14, 2012 Posted December 14, 2012 When you have a chance can you fix the Pop Dialog Box? It is really long for some reason.
BomAleold Posted December 30, 2012 Posted December 30, 2012 thanks you Aoyagi Ritsuka... was what I was looking for ;)
Kandice Posted December 30, 2012 Posted December 30, 2012 Anyone know how to make the Inline Image the Default First box when clicking on the IMAGE BBCode button to uploading Image?
Alcatravision Posted December 11, 2013 Posted December 11, 2013 IPB 3.4. I have installed the mod. chmod 755 on uploads/ chmod 755 on uploads/inline chmod 755 on uploads/inline/upload.php I have remove the .htaccess in uploads and uploads/inline When I click on the Sent it to the server, it uploads correctly the file (I see it on my server) But the message is blank, nothing. Any idea ? :sad:
Alcatravision Posted December 11, 2013 Posted December 11, 2013 Does it work with the default editor of IPB ? I got <script type='text/javascript'> var editor = window.parent.CKEDITOR.instances.edit5978; var image = editor.document.createElement('img'); image.setAttribute( 'src', 'https://blublu.org/uploads/inline/1/52a8f0149b1c6_test.png' ); image.setAttribute( 'alt', '' ); editor.insertElement( image ); window.parent.CKEDITOR.dialog.getCurrent().hide(); </script> But it does not work, I have no message in the box :) It's blank :)
Alcatravision Posted December 12, 2013 Posted December 12, 2013 If someone can help me that would be so nice, I can give a few dollars ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.