View Single Post
  #1 (permalink)  
Old 12-28-2007, 07:10 PM
computerbar's Avatar
computerbar computerbar is offline
Pligg Donor
 
Join Date: Nov 2007
Location: UK
Posts: 79
Thanks: 32
Thanked 9 Times in 8 Posts
Using new Effect.toogle on stories

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>
Reply With Quote