The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
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? |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|