Я указал некоторые коды и из блока "Автор видео" получился мини-профиль.
А авторские данные необозначаются.
Кнопки неработают (если в качестве ссылки указать $PROFILE_URL$)
работают но как по принципу мини профиля если указывать другие коды ($USERNAME$. $UID$. $USER_ID$. $USER$)
кнопка отправить также.
аватарка непоказывается.
Вот код:
Код: Выделить всё
<!--- Автор --->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
<tr><td height="30px" width="36px" class="dmblock_a_1"></td><td height="30px" class="dmblock_b_1"><div style="margin-top: 10px;"><center>Автор видео</center></div></td><td height="30px" width="9px" class="dmblock_c_1"></td></tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
<tr><td width="27px" class="dmcont_y"></td><td class="dmcont_u" align='center'>
<a href='/index/8-$ADD_USER_ID$' title='Профиль пользователя'><b>$USER$</b></a><br><br>
<div>
<img title="$USER$" src="$AVATAR_URL$">
</div>
<input class="buttonprofile" type="button" onclick="window.open('/$PROFILE_URL$', 'pwm','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;") value="Профиль автора">
<input class="buttonprofile" type="button" onclick="window.open('/index/14-$ADD_USER_ID$-0-1', 'pwm','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;" value="Отправить ЛС автору">
</div>
</td>
</td><td width="27px" class="dmcont_i"></td></tr>
<tr><td width="27px" height="27px" class="dmcont_o"></td><td height="27" class="dmcont_p"></td><td width="27px" height="27px" class="dmcont_l"></td></tr>
</table><br>
<!--- /Автор --->и с блоком видео пользователя такая же проблема.
должно быть так:.............................................................А получается так:

и кнопка работает как мини профиль.
Вот код:
Код: Выделить всё
<!--- Другое видео --->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="90%" align='center'>
<tr><td height="30px" width="36px" class="dmblock_a_1"></td><td height="30px" class="dmblock_b_1"><div style="margin-top: 10px;"><a href="javascript://" onclick="showhide('othervideo');"><font color='black'>Другое видео от: $USER$</a></div></td><td height="30px" width="9px" class="dmblock_c_1"></td></tr>
</table>
<div id="othervideo" style="display: none;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
<tr><td width="27px" class="dmcont_y"></td><td class="dmcont_u">
<script type="text/javascript">
$(document).ready(function()
{
$('span.uservideo').load('/publ/0-2-$UID$-0-17 #uservideo');
});
</script>
<style>
div#mMore3 {overflow-x: auto;width: 260px;height: 100%;}
#wiev {display: none;}
#title {font-size: 10px; display: none;}
</style>
<div id="mMore3">
<span class="uservideo"><img src="/avatars/1/1/vblog/ajax.gif"></span>
</div>
<br>
<div align='center'>
<input class="buttonprofile" type="button" onclick="window.open('/publ/0-2-$UID$-0-17','scrollbars=1,top=0,left=0,resizable=1'); return false;" value="Полный список видео от: $USER$">
</div>
</td>
</td><td width="27px" class="dmcont_i"></td></tr>
<tr><td width="27px" height="27px" class="dmcont_o"></td><td height="27" class="dmcont_p"></td><td width="27px" height="27px" class="dmcont_l"></td></tr>
</table></div><br>
<!--- /Другое видео --->ОБЩАЯ ПРОБЛЕМА: незнаю какие коды ссылок нужно вписать. (пример $USER$ и т.п.)
Когда я наконец получу ответ на этот вопрос?