Хак Адрес новости
Описание: Хак показывает 3 вида адреса новости [HTML - BB Код - Адрес]
Пойдет на всех версиях..
Открыть: templates/Default/fullstory.tpl
Найти:
{fullstory}
Добавить:
Пойдет на всех версиях..
Открыть: templates/Default/fullstory.tpl
Найти:
{fullstory}
Добавить:
<b><div align="left" <font color=#0000FF>class</font>="text_news""><a href="javascript:ShowOrHide('nl')">Адрес новости</a></div></b>
<div align="left" id="nl" style="display:none;">
<script>
<font color=#0000FF>var</font> today=new Date()
document.write('<b>HTML:</b> <input style="font-family: tahoma; font-size: 11px; border: 1 solid #1176cc;" dir=ltr type="text" value="<a href="'+window.location+'">{title}</a>" size="65">')
</script><br />
<script>
<font color=#0000FF>var</font> today=new Date()
document.write('<b>BB Код:</b> <input style="font-family: tahoma; font-size: 11px; border: 1 solid #1176cc;" dir=ltr type="text" value="[url='+window.location+']{title}[/url]"size="63">')
</script><br />
<script>
<font color=#0000FF>var</font> today=new Date()
document.write('<b>Адрес:</b> <input style="font-family: tahoma; font-size: 11px; border: 1 solid #1176cc;" dir=ltr type="text" value="'+window.location+'"size="66"> ')
</script>
</div>