Quote:
Originally Posted by amykhar
Let me check the code when I get home. I may have tweaked something else that I forgot to put in the instructions.
|
Try this:
In the file includes/functions_newpost.php Find:
Code:
$urlReplaceArray = array(
"http://\\2\\4"
);
Replace with:
Code:
$urlReplaceArray = array(
"\\2\\4"
);
For some reason, vbulletin developers decided to put urls in the database differently depending on the editor used. This just makes the standard editor urls the same format as the WYSIWYG.
I'll add this to the text file.
Amy