Quote:
Originally Posted by Chachacha
Is there a way to put it in the first post only? I've moved the icons to the bottom of posts (to the left of the reply and quote buttons)...but I want it to only show up in the fist post of each thread. Is that possible?
|
Code:
<!-- Social Bookmarking -->
<if condition="!$GLOBALS['FIRSTPOSTID']">
$zhxthisthread
</if>
<!-- Social Bookmarking -->
Please note that this only works for manual template edits... If you want to define where/when this mod executes, you have to remove
Code:
eval('$post["signature"] .= "' . fetch_template('zh_xthisthread') . '";');
From the product's xml file and reimport. By doing this, you can manually place the above code anywhere and it'll execute where *you* want it to.