ahhh... thanks... don't know how I missed that.
OK so it's an array... looking at the definition of the fetch_light_bulb function it uses two parts of the array $foruminfo['forumid'] which is no problem, that's something I'm going to set... But it also uses $foruminfo['forumread']... Now I had to find what was in this...
In forumdisplay.php is the line:
$foruminfo['forumread'] = $vbulletin->forumcache["$foruminfo[forumid]"]['forumread'];
So once again the forumid I can again provide since it will be a value I set... but now there's this ['forumread'] thing... I searched though all the text of all the vb files... "['forumread']" occurs 28 times, but is never on the left side of the "equals" (=) sign... Now I know it's not a variable but I don't understand how to figure out what info it's supposed to contain...
It does appear on the left side once but it's in the install files mysql schema and I don't think it's what I'm looking for.
Do you know what is in ['forumread'] ? Is it a date?
|