Cooper
Active member
I'm using the xenforo BB parser on a page outside the forum - it works well for the most part, but struggles with tags and smilies.
The issue seems to be the URL; I've tried a chdir in my PHP to no avail.
Example: http://irdriver.com/news/irdriver-scoop-new-alfajeep-test-mule-spotter.561
Shows /news directory instead of /forum so the link is broken
As the current directory isn't 'forum' this doesn't show (I realise I may have other issues with the sprite class but can sort that).
Any help on getting into the right directory (as chdir doesn't seem to play ball) would be greatly appreciated.
Thanks
Andrew.
The issue seems to be the URL; I've tried a chdir in my PHP to no avail.
Example: http://irdriver.com/news/irdriver-scoop-new-alfajeep-test-mule-spotter.561
HTML:
<a href="http://irdriver.com/news/members/4/" class="username" data-user="4, Darragh">Darragh</a>
Shows /news directory instead of /forum so the link is broken
HTML:
<imgsrc="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile :)"/>
As the current directory isn't 'forum' this doesn't show (I realise I may have other issues with the sprite class but can sort that).
Any help on getting into the right directory (as chdir doesn't seem to play ball) would be greatly appreciated.
Thanks
Andrew.