Doesnt work me. I inserted a picture for test and the picture size was 1024*768. I changed the rate in img.bb to 400, but nothing happend. The picture was 1024 width
should work. did you placed it in e107_files/bbcodes?
Yes sure after i placed the new img.bb i linked a test image in my forum, but nothing happened. I dont know whats the problem, because my friend try this bb code on his site and doesnt work for him. Maybe need other settings in admin menu? (Can i get a url, where i see when its woorking? Sorry my english)
Yes! Work with a other img.bb and a .js file, because my friend made something. But i cant upload because i am not at home. I will upload tonight, or tomorrow.
When a member insterted a pic on my forum, the e107 system wrote: IMAGE DISABLE It was good after delete something in img.bb.
original: In img.bb look at line 46: if (check_class($pref['image_post_class'],$uc)) { modifed: You can just remove the class completely: if (check_class($pref[''],$uc)) {
When i delete the 'image_post_class' the pics are in forum, and not more IMAGE DISABLE BLA BLA...
I just installed the js version and works fantastic on 7.8! Thanks guys! Love the ability to click for a full sized image but might try to hack it so the image is a link too.
Great work guys!! This really should atleast be in the next release as an option!
This then auto resizes any offsite hosted image to a maximum width of 595 pixels (edit 595 to suit your own theme) with the height auto resizing in proportion to the original
Then you simply wrap the url with bbcode [img] tags [/quote1195087757] I realize this is an old post, BUT it did fix one of my problems...but if I resize my browser to 800x600, the image doesn't resize with it, it stays at 500px (I changed the 595 to 500 because it would still overflow into the right menu area at 1024x768). Is that a theme related issue? or still something with img.bb? Is it a gd2 server side issue? thanks!
Works just as well as it did before but I had to modify the above file to get it to work in version 10 release as this broke it and even the original resizer file didnt work either. Cant remember what I changed but I think its just on variable isnt defined or requested in the code somewhere thats required for version 10.
The contents of the theme.js that needs to be added to yours is the following but do remember it is not my mod and thanks should be given to the writer. I will say it seems to intermittant not display pics too so if anyone finds the solution to this then place post