Quote:
Originally Posted by sticky
Can it do embed images automatically as well? So I don't need [ IMG ] each time?
|
hmm... i haven't tried it but logically the following would work:
Regex URL:
Code:
http:\/\/([a-zA=Z0-9-_./]+)\.jpg
Embed:
Code:
<img src="http://{vb:raw code}.jpg">
you would have to make one for each extension.
i would advise against that though because whenever you post a url like that outside of the img bbc codes it would use the video codes. meaning it would post the bbc code like
video=wmv;example.com/image.jpg /video instead of img /img
then if you removed ame or vbulletin changes the way videos are handled in a future release you would have to do some serious work to get your img bbc code converted back.
all of the above is just my opinion. there might be a better way to do it or it might not work at all cuz i haven't tested it. it's just theory and opinion