Переход на Авторский пост по клику на Ник в цитате (*Новый Вариант)*учтены поправки предложения rpsВ HTML низ
<!-- Цитата: переход на пост Автора по Клику на Ник -->
<script type="text/javascript"> // !Копирование кода возможно только с исходника
// © АвтоЗащита кодов топиков mybb - Лучшая в мире!
$(".post-content .quote-box").each(function (){
$(this).find("blockquote p:first a:first img:first").each(function (){
var aa=$(this).attr("src");if (aa=="/i/blank.gif"){var aa=$(this).parent("a").attr("href");
if(aa!=undefined){aa=aa.replace("/p","");aa+='#p'+aa+'">';
aa='<a href="/viewtopic.php?pid='+aa;var bbb=$(this).parents(".quote-box:first").find("cite:first");
bbb.html(aa+bbb.html()+'</a>')}};});});
</script>
<script type="text/javascript">
function qude2(b,username)
{var txt = '';if (window.getSelection){txt = window.getSelection().toString()}
else if (document.getSelection){txt = document.getSelection();}
else if (document.selection){txt = document.selection.createRange().text;}
if (txt == null || typeof(txt) == "undefined" || txt == ''){alert('Не выделен текст для цитирования');return;}
else{b="[url=/p"+b+"][img]/i/blank.gif[/img][/url]";b='[quote='+username+']'+b;
insert(b+ txt +"[/quote]" + "\n");};}$(".post").each(function (){
var b=$(this).attr("id").replace('p','');
pp=$(this).find("li.pl-quote");if(pp.html()!==null){
pp.html(pp.html().replace("ipt:quote(","ipt:qude2("+b+","))};});
</script><!--//End//Переход по клику на Ник-->
Зы:
Возможно кто-то захочет сделать поправки к Стилю Ника в Цитате
<style>
.quote-box cite a{text-decoration:none!important;color:#FF0000!important;}
.quote-box cite a:hover{text-decoration:underline!important;color:#0000FF!important;}
</style>
*Значения Красным - меняем на свои, таблица цветов > http://img-fotki.yandex.ru/get/5900/bel … 707_XL.jpg