Bug #1:
I broke the custom header override for pages and posts.
To fix this:
1. Open the file /privateer/classes/pwsPageRender.class.php
2. Find the line ( in the GetSiteHeader function near the top ) that reads:
if ( $bForFooter !== false ) {
3. Edit it by replacing false with true so it reads:
if ( $bForFooter !== true ) {
4. Save the changes and exit.
Alternately, download the attached file, extract it, and upload the pwsPageRender.class.php file to /privateer/classes, overwriting the old one.
Bug #2:
When fixing the display on options for sidebars to make the front page option work reliably, I forgot to account for the page level sidebar display overrides. This is fixed in the downloaded attachments. ( e.g. If you use the wordpress front page rather than the normal post listing page, you can now correctly override the header and hide any unwanted sidebars ). Extract them and overwrite /privateer/header.php and /privateer/classes/pwsPageRender.class.php with the resulting files.