Im doing a clean install of vB and vbindex..........
Im looking at Step 3
Quote:
// add here the vBulletin code of the original index.php
// lines 139 - 213(in an unhacked 2.2.6 index.php)
|
Now Im using vBulletin 2.2.8 so do we have to find the code from 2.2.6 index.php or can we use the same lines from 2.2.8 index.php?
Quote from Readme
+---------------------------------------------------------+
| In admin/template.php, replace this code: |
+---------------------------------------------------------+
$only[\'showgroup\'] = \'Show Groups\';
+---------------------------------------------------------+
( there's a \ in front and back off showgroups in both places
but does not show in forum thread)
+---------------------------------------------------------+
| With this code: |
+---------------------------------------------------------+
($only[\'home\'] = \'vBindex\'; )
+---------------------------------------------------------+
( there's a \ in front and back off home and vBindex but does not show in forum thread)
See Text file in vbindex-v201final.zip vbindex.hack.txt
END Quote
Well the closest line of code in the admin/template.php to this is:
$only['showgroup'] = 'Show Groups';
As you can see there are NO ( \ hash \ ) Marks in the 2.2.8 version of admin/template.php
( I left the hash \ marks \ out ...................
Where do I find tha vbindex CP I have a screen shot of it but can't locate it anywhere in my ACP