Solution hakyangler Dec 16, 2024 I made an addition in this way and got the result, I wonder if my application is correct?
hakyangler Active member Dec 16, 2024 #2 I made an addition in this way and got the result, I wonder if my application is correct? Upvote 0 Downvote Solution
frm Well-known member Dec 16, 2024 #3 Looks good to me, just do the same for the other 2+ you have in the postbit with the fitting icon. Upvote 0 Downvote
frm Well-known member Dec 16, 2024 #4 I add a space before the trailing slash. I've never seen it done in XF templates (core templates) without the space. But, if it works that way, it works. See else/if tag... there's always the space before the slash. Also in xf:set, xf:avatar, etc. Template syntax | Developer Documentation | XenForo Developer documentation for XenForo xenforo.com Upvote 1 Downvote
I add a space before the trailing slash. I've never seen it done in XF templates (core templates) without the space. But, if it works that way, it works. See else/if tag... there's always the space before the slash. Also in xf:set, xf:avatar, etc. Template syntax | Developer Documentation | XenForo Developer documentation for XenForo xenforo.com
hakyangler Active member Dec 16, 2024 #5 thank you for this detail. It works without spaces, but I'll add spaces anyway. Upvote 0 Downvote