Sometimes we need to have the current block id and its module id.
You know we can clone blocks as many as we wish but all blocks will use [b]the same[/b] template.
To pass this obstacle we can use block Ids to recognize between different blocks in the same template.
eg:
<{if $block.id == 40}> style="display: none;"
<{else}> style="display:block;"
<{/if}>
please read this topic and posts no.2 and no.8:
https://jouyamanzali.info/b/
http://xoops.org/modules/newbb/viewtopic.php?post_id=347814#forumpost347814
Diff: