Quote:
Originally Posted by ArnyVee
IdanB,
I have the tabbed forum home mod and this isn't showing for me. What do you suggest I do to get this to show?
|
hmmm, the forumhome page displayed relays on THIS_SCRIPT php define.
On normal case it's set to "index" & this is what i'm currently checking.
I think the tabbed home mod is based on forumdisplay categories, sending each tab to it's own sub category, but that should work (as currently forumdisplay is covered), unless the mod changes this define value.
If you want to help me code support for it, add some dummy plugin hook to "forumbit_display" with single line in it:
PHP Code:
die(THIS_SCRIPT);
Then when reloading tabbed home page, it should kill echo (white page), but will print on top the value of define shown for the tabbed home.
Once that made (and you've written the value down), you can just delete the hook we've just created & everything will be back to normal.
With that i can allow certain bypass for the mentioned mod)