Hi @all..
I hope this is the right section if not please move..
But i have an question..
I try to inlude the last edited by in my own vbpage
Its working but for 90% its shows up like this
Last edited by Digital : at . Reason: Updated test file
the day and time does not show
i use this in my template
Code:
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>
And this in my php file
PHP Code:
" . iif($deljoin, 'deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,') . "
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
LEFT JOIN " . TABLE_PREFIX . "editlog AS editlog ON(editlog.postid = post.postid)
Do i mis something? what do i need to do to show the day/date and time
Cheerz..