<br>When the Ghost Client report is called it appears that the variables set in hobbitserver.cfg are not used, instead their default values are set.  This includes BBSERVERWWWURL, BBSERVERIP, BBSERVERHOSTNAME, etc.<br><br>
For our implementation we are using /audit instead of /hobbit, so the following variable are automatically set:<br><br>
BBMENUSKIN: /audit/menu<br>
BBSERVERWWWURL: /audit<br>
BBWEB: /audit<br>
BBSKIN: /audit/gifs<br>
BBHELPSKIN: /audit/help<br>
BBNOTESSKIN: /audit/notes<br>
BBREPURL: /audit/rep<br>
BBSNAPURL: /audit/snap<br>
BBWAP: /audit/wml<br><br>But on the ghosts report, they are set to:<br><br>
BBMENUSKIN: /hobbit/menu<br>
BBSERVERWWWURL: /hobbit<br>
BBWEB: /hobbit<br>
BBSKIN: /hobbit/gifs<br>
BBHELPSKIN: /hobbit/help<br>
BBNOTESSKIN: /hobbit/notes<br>
BBREPURL: /hobbit/rep<br>
BBSNAPURL: /hobbit/snap<br>
BBWAP: /hobbit/wml<br><br>I found the above values by adding those variables to the bulletin_footer file and seeing the differences on bb.html vs ghost report.<br><br>This mainly causes a problem with the menu JS.  It is referenced using BBMENUSKIN, which on the ghosts report is /hobbit/menu instead of /audit/menu.  The actual ghost report does work for us.  We do not see the menu or images correctly.
<br><br><br>We are using Hobbit version 4.2.0.<br><br>Thanks for your help.<br><br>Robert<br><br>