PDA

View Full Version : No forums on forumhome


Elmer
July 20th, 2009, 05:44
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.

Elmer
July 20th, 2009, 06:30
I fixed it changing this:
define('THIS_SCRIPT', 'index');
To this:
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?

winter
July 21st, 2009, 01:23
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.

Yao
July 21st, 2009, 01:41
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:)

winter
July 30th, 2009, 12:58
A new built 0.9.15 (updated on July 30th) contains this fix.

Case closed. ;)