Quote:
Originally Posted by bhxtyrant
Hey worMatty,
I actually spoke to ZT a while ago,He said this feature may be avalible in a future release of his hack so there are hopes.Unfortunatly he isn't exactly sure when this new version will be released so if you do happen to find out how to include the time/date using vBexternal please let me know 
|
This is an easy thing to add:
global $db, $Data,
$vbulletin;
That's the variable missing for the time/date to work.
Then in the array just add the customary lines:
'date' => vbdate($vbulletin->options['dateformat'], $News['dateline']),
'time' => vbdate($vbulletin->options['timeformat'], $News['dateline']),
Also the fact that this hack is in two forums makes it complicated to keep all fixes together. I knew I had seen the 'fix' for multiple news forums. Jugo came up with it in the
v3.5 thread
Unfortunately, I can't get the images to work. I am not too versed in vB programming to crack that one.