This is not one that most anyone may care about but here it goes...
when you are in the admin panel, the left side navigation buttons has a button link under
"Helpful Links" for the "Dew-Code Forums". This link is bad in the /admin/menu.php file.
Because the new dew-code.com website is now using Joomla and not Xoops or whatever it was before this link has to be changed in the /admin/menu.php file like this:
Open the file "/admin/menu.php" and look for this line around line # 113-
| Code: |
<a target="_new" href="http://www.dew-code.com/modules/newbb/index.php?cat=3">Dew-Code Forums</a>
|
and change it to read
| Code: |
<a target="_new" href="http://www.dew-code.com/component/option,com_fireboard/Itemid,26/">Dew-Code Forums</a>
|
Bam! That's it!