Quote:
Originally Posted by Jase2
Unfortunately, I don't have the vBblog addon to test it with that. Someone else is free too do it, however.
I can't understand why people would want it for albums, since you can already set the preferred dimensions
If there are more, please let me know. 
|
An easy way to make this work for blogs is...
Create a new plugin in this hook:
blog_complete
Put this for plugin content:
PHP Code:
$content = ncode_imageresizer_replace($content);
Done
I think it can be applied to the same hook bbcode_parse_complete that this product uses, but i'm too lazy to do that now. Is a thing about conditional for this_script == 'blog', and add a similar reference like $text but for $content.
Jase2, feel free to add this to the product.
Greetings!