[RSS Feed/News] If there is no image, use the default image?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello, I'm looking for a solution on this
If there is no image, use the default image

PHP:

Code:
<xf:if is="?">
                      <img src="{$xf.options.boardUrl}/styles/uls/kat/{$node.node_id}.jpg">
                       <xf:else />
                     <img src="{$xf.options.boardUrl}/styles/uls/kat/default.jpg">
                  </xf:if>

resim1.png
Read more about this Feed
 
Status
Not open for further replies.
Back
Top Bottom