i've got the same issue on another code page...
if I make make a var_dump of the array in $post_row in viewtopic.php I can see the variables i have added...
but in the template HTML if I write {postrow.IMMAGINI_POST_AUTHOR} it doesn't appear...why? what am i doing wrong?
if I make make a var_dump of the array in $post_row in viewtopic.php I can see the variables i have added...
Code:
$post_row = array_merge($post_row, array('IMMAGINI_POST_AUTHOR' => !empty($quante_imm_galleria) ? $quante_imm_galleria : null,'GUIDE_POST_AUTHOR' => !empty($quante_gui_galleria) ? $quante_gui_galleria : null,));
Statistics: Posted by sebo — Fri Feb 23, 2024 5:58 pm