Quote:
Originally Posted by BarBeQue
Hmm anywhere i can get the < 2.5 release 
Cause i know the templates can be editted but i just copied the whole navbar in it. If you know of a way to have it use the default navbar and header/footer i would like to use that.
Plus what wonders me the most is, why does this hack make /chat/ the root folder? ALL links now have /chat/ before the url... even my sidebar or original header point to /chat/(whatever file was linked too), which ofcourse gives a 404 since it's / not /chat/
The chat itself works great though! no complaints there
|
Because your not using absolute paths rather relitive paths, you use page.php or folder/page.php rather than site.com/page.php.
add $vboptions[bburl]/ before any of your links and this should fix your problems