vBulletin integration: problem with cron jobs

Discussion in 'Integration' started by kohphiphi, Apr 3, 2009.

  1. kohphiphi

    kohphiphi New Member

    Joined:
    Feb 27, 2009
    Messages:
    8
    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!
  2. kohphiphi

    kohphiphi New Member

    Joined:
    Feb 27, 2009
    Messages:
    8
    Anyone? support?
  3. interact

    interact New Member

    Joined:
    Aug 22, 2006
    Messages:
    16
    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>
    
  4. jw_zuyde

    jw_zuyde New Member

    Joined:
    Aug 22, 2006
    Messages:
    6
    I have the same problem.

    The code you mention is still in the footer.

Share This Page