12
Hi JV,
Ok...that corrected the problem with that "home" button in main menu...but hmmm....it messed the theme up completely as far as background, etc..
I changed in mainfile.php and added /index.php as follows in bold...However, if I change that on root file...it gives me errors and cannot get to main...any ideas on why that change woulld mess up theme?
('XOOPS_ROOT_PATH', '/home/nolimit/public_html/xoops');
define('XOOPS_ROOT_PATH', '/home/nolimit/public_html/xoops');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://2nolimit.com/xoops/');
define('XOOPS_URL', 'http://2nolimit.com/xoops/index.php');