So basically, all I need to do is:
1) Modify and upload the coppermine.php file in the forum root directory.
2) Put the code you gave me under $navbar in FORUMHOME
3) Add
Code:
require_once('coppermine.php');
in my index.php under
require_once('./global.php');.
Do I have to create a template called
adv_portal_navbar_with_gallery, or the three steps above are enough?