Page 1 of 1

Image resizing - BBCode update?

Posted: Tue Sep 03, 2013 4:00 pm
by cieply
is it possible to update bbcode so it support image resizing like described here? :
http://www.bbcode.org/examples/?id=10

sometimes I want to add an image from inet and it's to big or too small so it would be better to resize it but unfortunately doesn't work

any boss could do something like that?

Re: BBCode update?

Posted: Tue Sep 03, 2013 4:09 pm
by Arokhs Twin
Seems image resizing is not supported in this software without 3rd party mods. Hopefully it will get added in the future. So I added a custom code as below:-

Code: Select all

[rimg width={NUMBER1} height={NUMBER2}]{URL}[/rimg] 
Example:-

original Image

Code: Select all

 [img]http://www.arokhslair.net/images/arokh.jpg[/img]
Original resized to 50x50

Code: Select all

[rimg width=50 height=50]http://www.arokhslair.net/images/arokh.jpg[/rimg]
I also edited the post title to make it easier for others to find.

done

Posted: Mon Sep 09, 2013 4:50 pm
by cieply
I've just checked it and it works L)
thanks

Re: Image resizing - BBCode update?

Posted: Tue Sep 06, 2016 1:37 am
by cieply
is there a chance to get it back working after last renovation of site?
pretty please

Re: Image resizing - BBCode update?

Posted: Tue Sep 06, 2016 5:26 pm
by Arokhs Twin
It seems to be working for me. What style & web browser are you using?



Original resized to 75x75 using above code in original post, tested with all styles available. I have enabled BBCode in signatures as that was disabled in case you are trying to add a signature image. HTML remains disabled for signatures.

Re: Image resizing - BBCode update?

Posted: Sat Sep 10, 2016 2:09 am
by cieply
my bad, I found my mistake - it was a space between [rimg] http://example.com/sample.pic[/rimg] tags and url

thanks anyway

Is it still working?

Posted: Tue Aug 13, 2019 3:56 pm
by cieply
I noticed it is not working any more. Is that a problem to restore that functionality?

Re: Image resizing - BBCode update?

Posted: Tue Aug 13, 2019 5:44 pm
by Arokhs Twin
Hmm, it still works for me. Definitely no spaces in the rimg code?

-

Posted: Wed Aug 14, 2019 12:06 am
by cieply
I made a typo. My fault.
It works. Sorry to bother.