No forums on forumhome

Discussion in 'Bugs Report and Tracking' started by Elmer, Jul 20, 2009.

  1. Elmer New Member

    The problem is vBadvanced. I have a module page integrated to my forum home to show the side modules from vBadvanced. I don´t want to turn this integration off, so i would like some help here.

    Thanks.
  2. Elmer New Member

    I fixed it changing this:
    PHP:
    define('THIS_SCRIPT''index');
    To this:
    PHP:
    define('THIS_SCRIPT''mobiquo');
    in functions/get_forums.php

    Now the question is, will this affect my modification in other areas? or its ok to change that value?
  3. winter Tapatalk Master

    My gut feeling is you did the right job - but I will leave it up to Yao to tell you what's going on - maybe he has better work-around.
  4. Yao Android Developer

    Elmer,

    The reason I put the 'THIS_SCRIPT' here is the functions need require global.php. it can keep our code work in the same environment as vb code.

    I am not sure why the get_forum can not work with 'index', Anyway, I just check the vbulletin and tapatalk plugin code, you change will not impact anything, you can leave it here.

    I will try to find out the root cause, it should relate to something like permession check. I hope the next version can work well on your server without any change:)
  5. winter Tapatalk Master

    A new built 0.9.15 (updated on July 30th) contains this fix.

    Case closed. ;)

Share This Page