Quote:
Originally Posted by opteek
This is a wonderful mod! Everything works great. I have one question though. I run a private forum and would like my members to be able to post links to the images outside of this forum without revealing the actual url of the forum itself. So.. for the HTML Code that is displayed in the text field for users to cut and paste, I am trying to get
http://imagehosting.mydomain.net/abc992.gif
instead of
http://www.mydomain.net/forumdir/ima...ing/abc992.gif
And then I create a subdomain imagehosting.mydomain.net that points to www.mydomain.net/forumdir/imagehosting/ , see what I mean?
But I cannot figure out how to change that. I've tried modifying the xml file and changing the path and dispath variabes, but it just doesn't seem to be working. I still get the latter display instead of the former.
|
Im no genius at this stuff, but I think the line youre looking for is this one:
PHP Code:
$vbimghost['path']=$vbulletin->options['bburl']."/".$vbulletin->options['imgdir']."/".$row['imgfile'];
in the vbimghost.php file.