jQuery tag effect

this wonderful mouseover effect of tags can be seen at 4dle.ru

in order to implement it LiveStreet

first download the following files
www.mediafire.com/download.php?oolzlxm3xox

then edit the templates/skin/new/header.tpl
<script type="text/javascript" src="{$DIR_STATIC_SKIN}/js/jquery-1.2.6.packed.js"></script>
<script type="text/javascript" src="{$DIR_STATIC_SKIN}/js/effects.core.js"></script>
<script type="text/javascript" src="{$DIR_STATIC_SKIN}/js/tadjquery.js"></script>


also then edit the templates/skin/new/block.tags.tpl
and add the line … like shown

<ul class="cloud">
<div class="structure">					
	{foreach from=$aTags item=oTag}
	<li><a class="w{$oTag->getSize()}" rel="tag" href="{$DIR_WEB_ROOT}/{$ROUTE_PAGE_TAG}/{$oTag->getText()|escape:'html'}/">{$oTag->getText()|escape:'html'}</a></li>	
	{/foreach}
</div>
</ul>


there is one problem ie the topic/comments switch doesnt work after you add this affect. please help me fix it

0 комментариев

Автор топика запретил добавлять комментарии