Hello! I have integrated aMember with vBulletin forums (via the plugin) and everything is running dandy minus one thing: vBulletin will not run cron jobs. I contacted their support and they told me that the problem comes from aMember, probably because the footer file (where their cron script is located) has been modified by the plugin to integrate aMember and thus messing up the entire thing. Does anyone know how to integrate aMember with vBulletin without meddling with the forums footer file or the cron jobs? Thanks!
Make sure you've got the following in your footer: Code: <div class="smallfont" align="center"> <!-- Do not remove cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div>