1
I'm still somewhat of a newbie, so bear with me.
My forums module appears to be looking in the site root folder for newtopic.php when you click on "new topic" as opposed to siteroot/modules/newbb/... so right now I cannot add any new topics (I get a 404 error). I'm not sure where to fix that... the config.php shows this:
// You shouldn't have to change any of these
$bbUrl['root'] = XOOPS_URL."/modules/newbb/";
$bbUrl['admin'] = $bbUrl['root']."admin";
$bbUrl['images'] = $bbUrl['root']."images";
$bbUrl['smilies'] = $bbUrl['images']."smiles";
Am I just looking in the wrong spot?
Pleeeeeaaaasssee help me!
BTW, the "archives" section of the news module also has this problem... clicking on April 2004 (there are no others) also gives a 404 error because it is also looking in the siteroot.
I have tried uninstall/install and update module, to no avail... and I can't find any other applicable info in this forum...
Thanks so much!