- Upload the
GuestAv.pngfile to/application/assets/images/characterson your Nova install. Alternatively, log in to your site, go to 'Upload Images' and upload it as a character image. - Upload the
/_global/directory and its contents into the directory of the skin you want to add the infobox to. - Open the
template_[section].phpfile for all sections of the skin you want the infobox added to. - Find the line
<div class="nav-sub">. Paste the below line beneath it:
<div class="infobox"><?php include_once(APPFOLDER . '/views/' . $current_skin . '/_global/pages/infobox.php');?></div>- Open
/[section]/css/main.cssfor all sections of the skin you want the infobox added to. At the bottom of the file, add this line:
@import url('../../_global/css/infobox.css');- Upload the file
autoload.phpto/application/configof your site (if you have any other mods which alter this file, then you will need to compare the two and merge the additions)
Modify the _global/css/infobox.css file if you wish to adjust any styles of the infobox, including setting its width to match that of your sub-nav.