Quote:
Originally Posted by Lionel
does not work for me. I have forums under root e.g. site.com/forums/ and all links are pointing to site.com/showthread.php etc... plus javascripts errors too
|
My forums are under root.. ie .com/showthread.php
Change the following line in favoriteblock.php
Code:
require_once('./includes/functions_user.php');
to
Code:
require_once('./forums/includes/functions_user.php');
That is the only link that is coded at all. The rest of the links are pulled from your own settings.
Don't understand the javascript error as there is no java involved at all.