[Table]Устанавливаем данный код в страницах форума после $BODY$[/Table]
Code
<script type="text/javascript">
$('.threadNametd').each(function() {
var a_link = $(this).find("a:first").attr('href');
var nt = $(this).text();
a_img = $("<img/>").attr({src: 'http://s107.ucoz.net/img/icon/profile.png',style: 'float:right',border:'0',title: 'Инфа о авторе'});
$(this).prepend(a_img);
$(a_img).click(function() {
$('.themei').load(a_link+' .themeo:first',function() {
new _uWnd('theq','Автор Поста "'+nt+'"',400,100,{align:0,shadow:0,close:1,autosize:1,maxh:500,minh:100,resize:1,icon: 'http://www.nk-gam1ng.ru/scrin_4/eye.png'}, $(".themei").html() )
});
});
});
</script>
<div style="display:none;"><div class="themei">Загрузка...</div></div>
[Table]И в виде материалов, в любое место:[/Table]
Code
<div style="display:none;"><div class="themeo"><fieldset><legend>Профиль</legend><table width="100%"><tr><td align="left" valign="top"><?if($AVATAR_URL$)?><img src="$AVATAR_URL$" width="80"><?else?><img src="http://www.nk-gam1ng.ru/new_nk_black/no_ava.png" width="80"><?endif?></td><td width="100%" align="left" valign="top">Группа: $GROUP_NAME$<br>Регистрация: $REG_DATE$<br>Пользователь №: $UID$<br>Сообщений: $POSTS$<br>Репутация: <?if($DO_REP_URL$)?><a href="$DO_REP_URL$">-</a><?endif?> <a href="$READ_REP_URL$">[ $REP_RATING$ ]</a> <?if($DO_REP_URL$)?><a href="$DO_REP_URL$">+</a><?endif?> <br><?if($ICQ$)?>ICQ:<font color="#00FF00">$ICQ$</font><?else?>Не указано<?endif?></td></tr></table></fieldset><hr><fieldset>Автор - <a href="$PROFILE_URL$"><b>$USERNAME$</b></a><br>Дата добавления - <b>$DATE$</b> в <b>$TIME$</b></fieldset> </div></div>