dimka3210
Легенда
viewtopic.tpl найти
после добавить
Найти
после добавить
viewtopic.php
после добавить
main.css
Результат
Код:
<div class="spacer_6"></div>
Код:
<script type="text/javascript">
function themeShow(){
$('#themeShow').text('');
$('#none').show(3000);
}
function themeHide(){
$('#none').hide(3000);
$('#themeShow').text('Показать ссылки');
}
</script>
Код:
<h1 class="maintitle"><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h1>
PHP:
<hr width="100%">
<a href="#" onclick="themeShow()" id="themeShow" class="nav w100" style="padding-left: 40px;">Показать ссылки</a>
<div class="none" id="none">
<h4>HTML</h4><br />
<input type="text" value='<a href="[URL]http://{SERVER_NANE}/{U_VIEW_TOPIC}[/URL]" >{TOPIC_TITLE}</a>' size="100%" readonly='1' /><br />
<br />
<h4>BB-code</h4><br />
<input type="text" value='[URL='http://{SERVER_NANE}/{U_VIEW_TOPIC}']{TOPIC_TITLE}[/URL]' size="100%" readonly='1' /><br /><br />
<h4>Мне нравится:</h4>
<br />
<script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script>
<div class="yashare-auto-init" data-yashareL10n="ru" data-yashareType="none" data-yashareQuickServices="yaru,vkontakte,facebook,twitter,odnoklassniki,moimir,lj,friendfeed,moikrug"></div>
<br /><a href="#" onclick="themeHide()" class="nav w100" style="padding-left: 40px;">Скрыть ссылки</a>
</div>
PHP:
'PAGE_TITLE' => $topic_title,
PHP:
'SERVER_NANE' => $bb_cfg['server_name'],
Код:
.none{
display: none;
}