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

Extension Writers Discussion • Re: adding informations in memberlist viewpage

$
0
0
What about utilizing the $event->update_subarray() function?

Code:

$data = ['IMMAGINI_POST_AUTHOR'=> $quante_imm_galleria ?? null,'GUIDE_POST_AUTHOR'=> $quante_gui_galleria ?? null,];foreach ($data as $key => $value){$event->update_subarray('post_row', $key, $value);}
did it, thanks!
https://area51.phpbb.com/docs/dev/3.3.x ... t-listener
The note at the end of the paragraph explains it.
for this too!! got it! ;)

Statistics: Posted by sebo — Thu Feb 29, 2024 7:43 pm



Viewing all articles
Browse latest Browse all 1873

Trending Articles