storyteller <-> vBulletins Integration Phillip, Could you please discuss at some length the degree and manner in which you have integrated Storyteller CMS & vBulletins 2.3.x? I suspect that the 'bbwrapper.php' plays a key role in this integration. I'm interested in just how it all meshes together. Thanks, Adam
storyteller <-> vBulletins Integration The bulletin board wrapper module (bbwrapper.php) contents all routines to interact with the forums database. The following functions are in bbwrapper: - Verify user (permissions & login) - User post count increment (comments) - Get user signature (comments) - Registration - Last 10 topics, available via newsblock or XML newsfeed Only the admin accounts (at admin control panel) are currently excluded from the integration. Mainly because they use some additional security code.
storyteller <-> vBulletins Integration Only the admin accounts (at admin control panel) are currently excluded from the integration. Mainly because they use some additional security code. Aha! Now it's so much clearer to me...as I had been puzzled by the behavior of the system when I was testing a newly created admin account. VERY good to know, thanks! B.