Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2630

Extension Writers Discussion • Re: adding informations in memberlist viewpage

$
0
0
ok...solved it, but it's really diffucult to understand for me...

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(
this works...

Code:

$poster_id = $event['poster_id'];$user_cache = $event['user_cache'];$post_row = $event['post_row'];$post_row = array_merge($post_row, array(
this one doesn't.... :?:

Statistics: Posted by sebo — Thu Feb 29, 2024 4:34 pm



Viewing all articles
Browse latest Browse all 2630

Trending Articles