Quote:
Originally Posted by TWTCommish
signature pictures that are on another site, no longer display.
Does this mean the images don't display, the images are broken, or the link is not directed?
|
Images displayed with the [SIGPIC] bbcode are not displayed. Here is the source:
PHP Code:
<!-- sig -->
<div>
__________________<br />
<div align="center">[nopparse][SIGPIC][/SIGPIC][/nopparse]</div>
</div>
<!-- / sig -->
^ignore the noparse code please.
Quote:
Originally Posted by aspen0
I think I know what is happening here, the image URL is being rewritten as a redirect as well, causing the image to fail and be broken. That would be my guess anyways.
|
Quote:
Originally Posted by TWTCommish
That was my guess, as well, but the only part of the script that adds the URL rewrite is the function which handles bbCode links, which shouldn't effect the image tag's URL.
|
Please check if affects the [SIGPIC] bbcode.
Quote:
Originally Posted by TWTCommish
the link to a members home page from postbit dropdown does not work.
How does it not work? Is it not redirected as it should be, redirected when it shouldn't, or does it something else?
|
Nothing happens when clicking the link. This is caused by this being added to the link:
Now that i see it, I am not sure if this is related to this hack.
Quote:
Originally Posted by TWTCommish
I'm PMIng you a small patch now. Looks like this is caused because vBulletin is parsing this field even when it's blank, or something similar. Odd, but easily fixed. Check your PMs in a minute. 
|
Thank you. That works well.