mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Some enhancements (#1278)
This commit is contained in:
parent
3626143879
commit
5b68bd857a
2 changed files with 5 additions and 3 deletions
|
@ -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['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['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['user_agreement_url'] = 'info.php?show=user_agreement';
|
||||||
$bb_cfg['copyright_holders_url'] = 'info.php?show=copyright_holders';
|
$bb_cfg['copyright_holders_url'] = 'info.php?show=copyright_holders';
|
||||||
|
|
|
@ -460,11 +460,13 @@ $('#tor-filelist-btn').click(function () {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<div id="thx-block">
|
<div id="thx-block">
|
||||||
|
<!-- IF not postrow.POSTER_AUTHOR -->
|
||||||
<div id="thx-btn-div">
|
<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>
|
</div>
|
||||||
|
<!-- ENDIF -->
|
||||||
<div class="sp-wrap">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue