This Hack doesn't seem to work on 2.2.8
I took a totally unmodified 2.2.8 to test it before applying it on my home-Forums.
Step6: Used vBHacker, no Problems in admin/usergroup.php, changes to admin/template.php failed because the reqested string was not found.
The String should be:
PHP Code:
$only[\'showgroup\'] = \'Show Groups\';
found a string
PHP Code:
$only['showgroup'] = 'Show Groups';
edited it to
PHP Code:
$only['home'] = 'vBindex';
(if else, i got errors in that line)
If i call up my domain, i'm redirected to index.php which has no changes to it, same if i click on home. If I open vbindex.php, I see the following (screen attached). The Test-Pool is not displayed on the left, and from the Index I don't have any Chance to get to the forums from there.
Don't really know what to do with this, any help?
[EDIT]
The Test-Poll is displayed for Ones who voted in it using the Poll-Forum.