Thanks for the try:
As Lynne suggested, I tried adding:
Code:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
near the top of my template. When the page is rendered and I view the page source it gets implemented as:
Code:
<input type="hidden" name="securitytoken" value="guest" />
And consistent with not being properly logged in on this page I see the following in the page source.
Code:
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "images/misc";
var IMGDIR_BUTTON = "images/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "418";
var BBURL = "http://www.touringmotorgliders.org";
var LOGGEDIN = 0 > 0 ? true : false;
var THIS_SCRIPT = "knowledgebase";
var RELPATH = "kb/knowledgebase.php";
var PATHS = {
forum : "",
cms : "",
blog : ""
};
var AJAXBASEURL = "http://www.touringmotorgliders.org/kb/";
// -->
</script>
I am still looking for that command to put into the code (index.php of KBPublisher, knowledgebase.php, or my template) to get me logged into the vBulletin system.