Хештеги и поиск по ним
HTML верх
Код:
<!-- Хэштеги --><script type="text/javascript">
$().pun_mainReady(function(){$('.post-content:contains("#")').map(function(){
var a = '#',b = '_&HASH&_',c = '.code-box',cl = [];$(this).find(c).map(function(i){cl[i] = $(this).clone(true,true)});
$(this).find('a').attr('href',function(){return this.href.replace(a,b)});
var lnkTAG = '<a href="/search.php?action=search&keywords=%23$1&sort_dir=DESC" title="$1">#$1</a>';
var cnt = $(this).html().replace(/#([^\s"'<>\(\);]+)/ig,lnkTAG); $(this).html(cnt);
$(this).find(c).map(function(i){$(this).replaceWith(cl[i])}); $(this).find('a').attr('href',function(){return this.href.replace(b,a)});
});});
</script>Код:
<!--// Обёртывание Хештегов в Поисковую ссылку //--> <script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/74792.js"></script> <!--// Хештеги с поиском по убыванию времени от текущего //--> <script type="text/javascript" src="https://forumstatic.ru/files/001a/09/15/35110.js"></script>
Установить вместе.