Quote:
Originally Posted by Simms
Has anybody has any luck getting images to appear properly? That's the only thing still tripping me up.
|
Change this line (towards the end of the file):
Code:
$Data = str_replace('images/',"{$vbulletin->options[bburl]}/images/",$Data);
to
Code:
// $Data = str_replace('images/',"{$vbulletin->options[bburl]}/images/",$Data);
PS if anyone is interested I have this working with DeanC's "DC SEO Plugin"
https://vborg.vbsupport.ru/showthread.php?t=91324
See my WIP here
http://www.ejuan.com/index2.php
Let e know and i'll do a write up.