This commit is contained in:
Roman Kelesidis 2023-12-28 08:16:52 +07:00
commit ed8eeecfec
2 changed files with 5 additions and 3 deletions

View file

@ -555,7 +555,7 @@ $bb_cfg['trash_forum_id'] = 0; // (int) 7
$bb_cfg['first_logon_redirect_url'] = 'index.php'; // Which page should the user be redirected to after registration is completed?
$bb_cfg['terms_and_conditions_url'] = 'terms.php'; // Link to forum rules page
$bb_cfg['tor_help_links'] = 'terms.php';
$bb_cfg['tor_help_links'] = '<div class="mrg_2"><a target="_blank" class="genmed" href="https://torrentpier.com/forums/osnovnye-voprosy-po-torrentpier.10/">Полезная информация</a></div>';
$bb_cfg['user_agreement_url'] = 'info.php?show=user_agreement';
$bb_cfg['copyright_holders_url'] = 'info.php?show=copyright_holders';

View file

@ -460,11 +460,13 @@ $('#tor-filelist-btn').click(function () {
}
</script>
<div id="thx-block">
<!-- IF not postrow.POSTER_AUTHOR -->
<div id="thx-btn-div">
<input id="thx-btn" type="button" class="bold" style="width: 200px;" value='{$lang['THANK_TOPIC']}'/>
<input id="thx-btn" type="button" class="bold" style="width: 200px;" value="{L_THANK_TOPIC}">
</div>
<!-- ENDIF -->
<div class="sp-wrap">
<div id="thx-list" class="sp-body" title="{$lang['LAST_LIKES']}"></div>
<div id="thx-list" class="sp-body" title="{L_LAST_LIKES}"></div>
</div>
</div>
<!-- ENDIF -->