On post merging I want to show the time of new post (Added on [current time]) instead the time after previous post.
How can I do this?
In listener.php, I tried to replace the
Code: Select all
$separator = $this->user->lang('MERGE_SEPARATOR', implode(' ', $time));
Code: Select all
$separator = $this->user->lang('MERGE_SEPARATOR', implode(' ', $current_time));
Can you add this as selection ("Added on ..." or "Added in ...") in ACP?
If it is possible of course.