Quote:
Originally posted by herby
Hello,
Anyone installed this on 2.2.7?
I've tried and it does not seem to work. No errors. The forum display just remains as is.
The only thing I can see that might be the problem is that
global $bbforumview;
is no longer in the index.php for 2.2.7
Hence, will these lines below that still be there, as per the hack instuctions?
// expand collapse hack
global $BrowserDOM, $collapsedstate;
// end expand collapse hack
Thanks in advance.
Herby
|
Tested and works on vB 2.2.7. Whilst the line "global $bbforumview;" has been removed from vB 2.2.7 you do still need to add
PHP Code:
// expand collapse hack
global $BrowserDOM, $collapsedstate;
// end expand collapse hack
Below what remains from the large location fragment.
If your not sure what I mean by this then the readme's inside the zip have been updated to reflect 2.2.7.