Quote:
Originally Posted by compuminus
OK, it is running better than I thought, but there's still one incompatibility:
The container div that is added needs to have class="wgo_subblock" in addition to the existing id="wgo_onlineusers". Depending on your style settings, this missing class can cause the album photos block to look odd compared to the other content . . .
|
Agreed, for those that need this in template
newalbum_print
Find:
HTML Code:
<div id="wgo_onlineusers">
Change to:
HTML Code:
<div id="wgo_onlineusers" class="wgo_subblock collapse">