ok...solved it, but it's really diffucult to understand for me...
in phpbb is different between:this works...
this one doesn't.... ![Question :?:]()
in phpbb is different between:
Code:
$poster_id = $event['poster_id'];$user_cache = $event['user_cache'];$post_row = $event['post_row'];$event['post_row'] = array_merge($event['post_row'], array(Code:
$poster_id = $event['poster_id'];$user_cache = $event['user_cache'];$post_row = $event['post_row'];$post_row = array_merge($post_row, array(Statistics: Posted by sebo — Thu Feb 29, 2024 4:34 pm