Quote:
Originally Posted by tim330i
I only need to do this for a specific sub-set of forums. I'm trying to still allow my users to use Imgur in all locations other then our classifieds. The use of Imgur images in the classifieds is how I got blacklisted.
Sample image links -
PHP Code:
http://i.imgur.com/k4yzRKP.jpg?1
PHP Code:
http://i.imgur.com/2ry6lF2.jpg
PHP Code:
http://i.imgur.com/l6eZYOj.jpg
PHP Code:
http://i.imgur.com/3SFlgoU.png
In an ideal world I would have images from Imgur.com be hyper linked [URL] instead of embedded as images [IMG] but I will take all out censoring for the time being if that is easier.
Thanks for the help,
Tim
|
So, you have images embedded such as:
PHP Code:
[IMG]http://i.imgur.com/3SFlgoU.png[/IMG]
And you would want this changed to:
PHP Code:
[URL]http://i.imgur.com/3SFlgoU.png[/URL]
And only in certain forums?