hmmm help me out a little im a little retard when it comes to this :P
anyway tryed this
PHP Code:
$content = $db->........ get content from "post" where user search matches..
while ($data = $vbulletin->db->fetch_array($content))
{
$postinfo['date'] = vbdate($this->registry->options['dateformat'],$data['dateline']);
$postinfo['time'] = vbdate($this->registry->options['timeformat'],$data['dateline']);
$postdateline = $postinfo['date'] .' '. $postinfo['time'];
print_cells_row(array("$data[username]", "$userdataline", ......etc.......)
}
but im just getting a error =
Fatal error: Using $this when not in object context in (linkto error file...)
hmm need it to run each time i print a new row.
and update content from each dateline.
EDIT gonna try replaceing
$this with
$db
--------------- Added [DATE]1234047786[/DATE] at [TIME]1234047786[/TIME] ---------------
HAHA IT WORKED..
TX again lynne.. your my #1 favorite in here.