Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Lordest Posted December 5, 2022 Posted December 5, 2022 When we use a block with php content from within the template, we want to send parameters to this block from the template Example; {block="postbit-user" params="$comment->author()->member_id"} here postbit-user we are using the keyed block and we need to send the member id variable as a parameter and use it as php code inside the block. How can I do it?
Recommended Posts