This one is the main thing I'd like to include, I have looked around in the spy.php file but don't know how to add or edit to do this:
Adding 'Times/Dates' on the Posts and Threads which show on the spy page.
I found this in the spy.php:
Quote:
$output .= '<event>' .
'<id>' . $event['spyid'] . '</id>' .
'<what>' . $what[$event['action']] . '</what>' .
'<title>' . $event['title'] . '</title>' .
'<preview>' . $event['preview'] . '</preview>' .
'<who>' . iif ($event['action'] != 42, $event['username']) . '</who>' .
'<threadid>' . $event['threadid'] . '</threadid>' .
'<postid>' . $event['postid'] . '</postid>' .
'<userid>' . iif ($event['action'] != 42, $event['userid']) . '</userid>' .
'<forumid>' . $event['forumid'] . '</forumid>' .
'<forumname>' . $vbulletin->datastore->registry->forumcache[$event['forumid']]['title'] . '</forumname>' .
'</event>';
}
|
I tried to add time/date but as i am not a coder i really did not know what i was doing and it did not work.
Anyone could give a heads up for what code and where to add it so it will show the date and time on the spy page.
Thanks.