hi
I am trying to use the new Effect.toggle, which is already used in sidebar, on stories.
I want to hide all the story and just to see the tiltle and votes.
the code below is from tags.tpl
I tried it in link_summary under the news-submitted but no success.
any ideas??
thanks
Code:
<div class="tlb">{php}
echo "<span><a onclick=\"new Effect.toggle('s2','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt=\"expand\" /></a></span>";
{/php}<a href="{$URL_tagcloud}">{#PLIGG_Visual_Top_5_Tags#}</a>
</div>