This is a great mod and I have always found it to work well with earlier versions of vb 4
I have just upgraded to vb 4.2 in my test environment so am busy upgrading all my add on's
Sorry but this may sound like a really dumb question and I have read through this thread and the upgrade instructions before asking.
LancerForHireLLC's instructions seem to be very clear and easy to follow when upgrading from 2.4.1 to the latest version shown here.
My problem is when checking my register.php file for the text shown below it is simply just not there, what am I missing here or I am just being an idiot
3. In register.php, `find` and `remove` each (case sensitive):
if ($userId) {
$vbulletin->userinfo['userid'] = $userid = $userId;
the above text does not currently appear in my register.php file, would this be something I already removed when upgrading to 2.4.1 if so how do I then upgrade to 3.7.1
Appreciate advice and help from anyone, thanks in advance
|