Quote:
Originally Posted by AKapadia
I had one question can you tell me where can i edit so when user click on the link in the post.. I want to pen Redirect.php in new windows and then user wait there and link open in that same window.. can you please help me thanks.
|
If I remember correctly, vBulletin only adds target="_blank" when linking to external sites, since redirector.php is internal, it will link into itself. I'll look at it when I get the time.
Quote:
Originally Posted by xman_79
Thank you .
Installed .
I have a question : Why does the link apear like this ?? :
HTML Code:
redirector.php?url=http:%3A%2F%2Fwww.google.com
%3A%2F%2F = ????
Thanks .
|
That is the HEX (base-16) code characters that may break the URL, such as ampersands. The string you quoted is actually three characters (two unique).
Code:
%3A = : (colon)
%2F = / (forward slash)
Quote:
Originally Posted by TheWhite
there's a little bug when using with imageshack
|
Example?